diff options
author | Juergen Daubert <juergen.daubert@t-online.de> | 2006-03-30 17:26:16 +0000 |
---|---|---|
committer | Juergen Daubert <juergen.daubert@t-online.de> | 2006-03-30 17:26:16 +0000 |
commit | 16b34507718dec302b24ed597cefd1bf5e037839 (patch) | |
tree | 8c95d6a2842f353485f39eafcb386bd02c5d64d2 /filesystem | |
parent | 4a999b3afbfdf21bbf17389351e4e08a09a0fb14 (diff) | |
download | core-16b34507718dec302b24ed597cefd1bf5e037839.tar.gz core-16b34507718dec302b24ed597cefd1bf5e037839.tar.xz |
filesystem: user root:root for /var/ftp
Diffstat (limited to 'filesystem')
-rw-r--r-- | filesystem/.footprint | 2 | ||||
-rw-r--r-- | filesystem/Pkgfile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/filesystem/.footprint b/filesystem/.footprint index aa4b1703..70c087b2 100644 --- a/filesystem/.footprint +++ b/filesystem/.footprint @@ -45,7 +45,7 @@ lrwxrwxrwx root/root usr/var -> ../var drwxr-xr-x root/root var/ drwxr-xr-x root/root var/cache/ drwxr-xr-x root/root var/empty/ -drwxr-xr-x ftp/ftp var/ftp/ +drwxr-xr-x root/root var/ftp/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/pkg/ drwxrwxrwt root/root var/lock/ diff --git a/filesystem/Pkgfile b/filesystem/Pkgfile index 98b6cb6e..3f49f80d 100644 --- a/filesystem/Pkgfile +++ b/filesystem/Pkgfile @@ -4,7 +4,7 @@ name=filesystem version=2.2 -release=1 +release=2 source=(issue motd shells group passwd shadow securetty fstab mime.types) build() { @@ -45,7 +45,6 @@ build() { ln -s spool/mail $PKG/var/mail mkdir $PKG/home - chown ftp.ftp $PKG/var/ftp chmod 1777 $PKG/var/spool/mail chmod 1777 $PKG/tmp chmod 1777 $PKG/var/lock |