summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 22:16:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 22:16:53 +0000
commitb9c5602abba9610d9b7813794979b0422c31c0cb (patch)
treeb4f8d93d3ac96b52b8887f8668a7d962a16490fa /sys-process
parentshouldnt be in stable (diff)
downloadgentoo-2-b9c5602abba9610d9b7813794979b0422c31c0cb.tar.gz
gentoo-2-b9c5602abba9610d9b7813794979b0422c31c0cb.tar.bz2
gentoo-2-b9c5602abba9610d9b7813794979b0422c31c0cb.zip
Add a cron group if one doesn't exists already.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/vixie-cron/ChangeLog6
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog
index fcc838d2a514..9d39cd7366c0 100644
--- a/sys-process/vixie-cron/ChangeLog
+++ b/sys-process/vixie-cron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/vixie-cron
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.25 2006/04/07 21:55:45 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.26 2006/04/19 22:16:53 flameeyes Exp $
+
+ 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ vixie-cron-4.1-r8.ebuild:
+ Add a cron group if one doesn't exists already.
07 Apr 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml:
Remove ciaranm from metadata.xml.
diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild
index a680f5c84040..7e823d0e8dc9 100644
--- a/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild
+++ b/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.11 2006/04/02 21:03:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild,v 1.12 2006/04/19 22:16:53 flameeyes Exp $
inherit cron toolchain-funcs debug pam
@@ -25,6 +25,10 @@ DEPEND=">=sys-apps/portage-2.0.47-r10
RDEPEND="selinux? ( sys-libs/libselinux )
pam? ( virtual/pam )"
+pkg_setup() {
+ enewgroup cron 16
+}
+
src_unpack() {
unpack ${A}
cd ${S}