On Jan 11, 2008 5:49 PM, Aaron Griffin <aaron@archlinux.org> wrote:
Date: Friday, January 11, 2008 @ 18:49:53 Author: aaron Path: /home/cvs-core/core/base/filesystem
Modified: PKGBUILD (1.93 -> 1.94)
upgpkg: filesystem 2007.11-5 Oops, killed off home/ftp on accident
----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Index: core/base/filesystem/PKGBUILD diff -u core/base/filesystem/PKGBUILD:1.93 core/base/filesystem/PKGBUILD:1.94 --- core/base/filesystem/PKGBUILD:1.93 Fri Jan 11 18:48:10 2008 +++ core/base/filesystem/PKGBUILD Fri Jan 11 18:49:53 2008 @@ -1,4 +1,4 @@ -# $Id: PKGBUILD,v 1.93 2008/01/11 23:48:10 aaron Exp $ +# $Id: PKGBUILD,v 1.94 2008/01/11 23:49:53 aaron Exp $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org>
@@ -58,6 +58,7 @@ (cd $startdir/pkg/var; ln -s spool/mail mail)
# vsftpd won't run with write perms on /home/ftp + mkdir -p home/ftp chown root.ftp home/ftp chmod 555 home/ftp
I don't see /home/ftp in the FHS...why does every Arch box need this dir? I certainly don't use it, and seems like it shouldn't be there (/srv/ftp *maybe*). -Dan