summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 18:15:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-24 18:15:26 +0000
commit491a959ba9353f29b8d1fe46da07411e2a44d934 (patch)
tree4e1353d64c909d81868d602c5526a7df39f4f9fc /sys-process/cronbase/cronbase-0.3.2.ebuild
parentRemoving arm ia64 ppc64 and s390. (diff)
downloadhistorical-491a959ba9353f29b8d1fe46da07411e2a44d934.tar.gz
historical-491a959ba9353f29b8d1fe46da07411e2a44d934.tar.bz2
historical-491a959ba9353f29b8d1fe46da07411e2a44d934.zip
Create cron user with cron group, without hardcoding the gid to work when cron group exists already with a different gid.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'sys-process/cronbase/cronbase-0.3.2.ebuild')
-rw-r--r--sys-process/cronbase/cronbase-0.3.2.ebuild4
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 dc5506387fae..a2426aa3bbc3 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.15 2005/06/30 03:34:20 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.16 2005/08/24 18:15:26 flameeyes Exp $
inherit eutils
@@ -14,7 +14,7 @@ IUSE=""
pkg_setup() {
enewgroup cron 16
- enewuser cron 16 -1 /var/spool/cron 16
+ enewuser cron 16 -1 /var/spool/cron cron
}
src_install() {