summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-22 00:54:36 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-22 00:54:36 +0000
commit15653c2b9a0f472008dd70a7032ba6aed671504d (patch)
tree37a91d88012270193c771f69db2473795851ba09 /sys-process/cronbase
parentMarking stable (diff)
downloadgentoo-2-15653c2b9a0f472008dd70a7032ba6aed671504d.tar.gz
gentoo-2-15653c2b9a0f472008dd70a7032ba6aed671504d.tar.bz2
gentoo-2-15653c2b9a0f472008dd70a7032ba6aed671504d.zip
Don't use /bin/false.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-process/cronbase')
-rw-r--r--sys-process/cronbase/ChangeLog5
-rw-r--r--sys-process/cronbase/Manifest14
-rw-r--r--sys-process/cronbase/cronbase-0.3.2.ebuild4
3 files changed, 8 insertions, 15 deletions
diff --git a/sys-process/cronbase/ChangeLog b/sys-process/cronbase/ChangeLog
index be2dd4a8f56b..cbd335dc9f3e 100644
--- a/sys-process/cronbase/ChangeLog
+++ b/sys-process/cronbase/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronbase
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.13 2005/06/20 00:41:04 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.14 2005/06/22 00:54:36 ka0ttic Exp $
+
+ 22 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> cronbase-0.3.2.ebuild:
+ Don't use /bin/false.
20 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> cronbase-0.3.2.ebuild:
Ensure that cron group exists, bug 96557.
diff --git a/sys-process/cronbase/Manifest b/sys-process/cronbase/Manifest
index 40410dabf3e0..184e388d551e 100644
--- a/sys-process/cronbase/Manifest
+++ b/sys-process/cronbase/Manifest
@@ -1,11 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 d608177619361b5cf07109d7e45bf726 cronbase-0.3.1.ebuild 789
MD5 6eaaa244afa1aa0b96112382e643d6f6 cronbase-0.3.ebuild 795
-MD5 9a7a48dd408acd22c820e9b74ccbe8a7 cronbase-0.3.2.ebuild 892
+MD5 1cb7e9ab914eb3cc9f731c9c0f752717 cronbase-0.3.2.ebuild 884
MD5 cb008353dea555fdac9dde6d43a47dbe cronbase-0.2.1-r3.ebuild 800
-MD5 7b3586db0073497d3801a0cdcd128286 ChangeLog 5026
+MD5 603e08f10c50c09161fb497f5b5142e2 ChangeLog 5123
MD5 9c8fdf815ce980c230d763b496d4d088 metadata.xml 158
MD5 b24a8cee126be26a019b3e31b072f226 files/run-crons-0.3 2641
MD5 8a5efc0f1ab99d6942692ea684cd72c5 files/run-crons-0.2.1 1962
@@ -16,10 +13,3 @@ MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-cronbase-0.3 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-cronbase-0.2.1-r3 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-cronbase-0.3.1 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-cronbase-0.3.2 0
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCtlBSEZCkKN40op4RAmJEAKC23GMb//1amx57gEE1JDkp+qPP+QCeNvFT
-eC6RL+2U8DjaNuZy/8rsjq0=
-=KAVK
------END PGP SIGNATURE-----
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() {