diff options
author | 2005-12-31 14:03:34 +0000 | |
---|---|---|
committer | 2005-12-31 14:03:34 +0000 | |
commit | 3a5d19c1760816706b34488640eb474a0f0408be (patch) | |
tree | 7d8672aa0309a1055f3668fee1f5d13834c7964c /net-ftp/proftpd/proftpd-1.2.10-r5.ebuild | |
parent | Pull in portage-manpages automagically via USE=doc. (diff) | |
download | historical-3a5d19c1760816706b34488640eb474a0f0408be.tar.gz historical-3a5d19c1760816706b34488640eb474a0f0408be.tar.bz2 historical-3a5d19c1760816706b34488640eb474a0f0408be.zip |
Change /bin/false to -1 in enewuser call.
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'net-ftp/proftpd/proftpd-1.2.10-r5.ebuild')
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.10-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild b/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild index 3b3fc715694b..40d7b1542665 100644 --- a/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild,v 1.2 2005/07/07 23:58:53 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10-r5.ebuild,v 1.3 2005/12/31 14:03:34 flameeyes Exp $ inherit flag-o-matic eutils @@ -159,7 +159,7 @@ src_install() { pkg_postinst() { enewgroup proftpd - enewuser proftpd -1 /bin/false /home/ftp proftpd + enewuser proftpd -1 -1 /home/ftp proftpd einfo einfo 'You can find the config files in /etc/proftpd' einfo |