diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-22 00:54:36 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-22 00:54:36 +0000 |
commit | 349efd511ebe32596607e0e02510f0b5af78f22e (patch) | |
tree | 4298033a6d0c229fb2500a3a7feb24a937230f03 /sys-process/cronbase/cronbase-0.3.2.ebuild | |
parent | Marking stable (diff) | |
download | historical-349efd511ebe32596607e0e02510f0b5af78f22e.tar.gz historical-349efd511ebe32596607e0e02510f0b5af78f22e.tar.bz2 historical-349efd511ebe32596607e0e02510f0b5af78f22e.zip |
Don't use /bin/false.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-process/cronbase/cronbase-0.3.2.ebuild')
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/cronbase/cronbase-0.3.2.ebuild b/sys-process/cronbase/cronbase-0.3.2.ebuild index 75c36de6a482..7450cea57eb6 100644 --- a/sys-process/cronbase/cronbase-0.3.2.ebuild +++ b/sys-process/cronbase/cronbase-0.3.2.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/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.13 2005/06/20 05:12:33 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.14 2005/06/22 00:54:36 ka0ttic Exp $ inherit eutils @@ -14,7 +14,7 @@ IUSE="" pkg_setup() { enewgroup cron 16 - enewuser cron 16 /bin/false /var/spool/cron 16 + enewuser cron 16 -1 /var/spool/cron 16 } src_install() { |