summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild')
-rw-r--r--sys-process/vixie-cron/vixie-cron-4.1-r8.ebuild6
1 files changed, 5 insertions, 1 deletions
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}