From 16b34507718dec302b24ed597cefd1bf5e037839 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 30 Mar 2006 17:26:16 +0000 Subject: [PATCH] filesystem: user root:root for /var/ftp --- filesystem/.footprint | 2 +- 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