![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jue Date: 2006-10-14 10:56:58 +0200 (Sat, 14 Oct 2006) New Revision: 2073 Modified: crux-2.2/ports/opt/cups/.footprint crux-2.2/ports/opt/cups/Pkgfile Log: cups: fixed directory permission Modified: crux-2.2/ports/opt/cups/.footprint =================================================================== --- crux-2.2/ports/opt/cups/.footprint 2006-10-14 08:47:04 UTC (rev 2072) +++ crux-2.2/ports/opt/cups/.footprint 2006-10-14 08:56:58 UTC (rev 2073) @@ -454,7 +454,7 @@ -rw-r--r-- root/root usr/share/cups/templates/trailer.tmpl -rw-r--r-- root/root usr/share/cups/templates/users.tmpl drwxr-xr-x root/root var/ -drwxrwxr-x root/root var/cache/ +drwxr-xr-x root/root var/cache/ drwxrwxr-x root/lp var/cache/cups/ drwxr-xr-x root/root var/log/ drwxr-xr-x root/root var/log/cups/ Modified: crux-2.2/ports/opt/cups/Pkgfile =================================================================== --- crux-2.2/ports/opt/cups/Pkgfile 2006-10-14 08:47:04 UTC (rev 2072) +++ crux-2.2/ports/opt/cups/Pkgfile 2006-10-14 08:56:58 UTC (rev 2073) @@ -5,7 +5,7 @@ name=cups version=1.2.4 -release=1 +release=2 source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \ cups-config.patch cups) @@ -31,7 +31,7 @@ rm -rf $PKG/etc/{rc*.d,init.d} rm -rf $PKG/usr/share/{locale,icons,applications} - chmod 0755 $PKG/var/spool + chmod 0755 $PKG/var/{cache,spool} install -d $PKG/etc/ssl/{certs,keys} touch $PKG/etc/ssl/certs/cups.crt
participants (1)
-
crux@crux.nu