Re: [arch-dev-public] [arch-commits] CVS update of core/base/filesystem (PKGBUILD)
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
2008/1/12, Dan McGee <dpmcgee@gmail.com>:
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*).
I agree, always wondered about the same. -- Roman Kyrylych (Роман Кирилич)
On Jan 11, 2008 5:54 PM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/1/12, Dan McGee <dpmcgee@gmail.com>:
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*).
I agree, always wondered about the same.
We have an ftp user in the default /etc/passwd
On Jan 11, 2008 6:00 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Jan 11, 2008 5:54 PM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/1/12, Dan McGee <dpmcgee@gmail.com>:
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*).
I agree, always wondered about the same.
We have an ftp user in the default /etc/passwd
And furthermore, it's a much larger undertaking. You're more than welcome to update all our ftp clients to use a different dir and then let me know, but until that happens, I'm not in the mood to fix 400 things at the same time.
2008/1/12, Aaron Griffin <aaronmgriffin@gmail.com>:
On Jan 11, 2008 6:00 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Jan 11, 2008 5:54 PM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/1/12, Dan McGee <dpmcgee@gmail.com>:
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*).
I agree, always wondered about the same.
We have an ftp user in the default /etc/passwd
And furthermore, it's a much larger undertaking. You're more than welcome to update all our ftp clients to use a different dir and then let me know, but until that happens, I'm not in the mood to fix 400 things at the same time.
ah, understood. it fails into the same category as our famous "webserver home dir" reports & threads. -- Roman Kyrylych (Роман Кирилич)
On Jan 11, 2008 6:00 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
On Jan 11, 2008 5:54 PM, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2008/1/12, Dan McGee <dpmcgee@gmail.com>:
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*).
I agree, always wondered about the same.
We have an ftp user in the default /etc/passwd
Ahh, I didn't even realize this. Well a user should have a homedir, so there are no more complaints here. -Dan
participants (3)
-
Aaron Griffin
-
Dan McGee
-
Roman Kyrylych