summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-20 05:12:33 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-20 05:12:33 +0000
commitf9591b91b8769ed640be004a1ea823fb635fe0f5 (patch)
tree91e2f82025e3429fe65fd1c0823d3243fc99f99c /sys-process
parentAdded version restriction to uim. (diff)
downloadhistorical-f9591b91b8769ed640be004a1ea823fb635fe0f5.tar.gz
historical-f9591b91b8769ed640be004a1ea823fb635fe0f5.tar.bz2
historical-f9591b91b8769ed640be004a1ea823fb635fe0f5.zip
enewuser as well.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronbase/Manifest8
-rw-r--r--sys-process/cronbase/cronbase-0.3.2.ebuild5
2 files changed, 7 insertions, 6 deletions
diff --git a/sys-process/cronbase/Manifest b/sys-process/cronbase/Manifest
index 9a83c782214e..40410dabf3e0 100644
--- a/sys-process/cronbase/Manifest
+++ b/sys-process/cronbase/Manifest
@@ -3,7 +3,7 @@ Hash: SHA1
MD5 d608177619361b5cf07109d7e45bf726 cronbase-0.3.1.ebuild 789
MD5 6eaaa244afa1aa0b96112382e643d6f6 cronbase-0.3.ebuild 795
-MD5 130777954e65f9ef0062c8d8be5f56a9 cronbase-0.3.2.ebuild 841
+MD5 9a7a48dd408acd22c820e9b74ccbe8a7 cronbase-0.3.2.ebuild 892
MD5 cb008353dea555fdac9dde6d43a47dbe cronbase-0.2.1-r3.ebuild 800
MD5 7b3586db0073497d3801a0cdcd128286 ChangeLog 5026
MD5 9c8fdf815ce980c230d763b496d4d088 metadata.xml 158
@@ -19,7 +19,7 @@ MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-cronbase-0.3.2 0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCthCuEZCkKN40op4RAi+pAJ9kZD8bAbJGI0hYu5VFQ7IvKLN9wQCgvSVh
-qr6boDit5UV9JnkittLAWwE=
-=SQ9m
+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 bd06e7c246a5..75c36de6a482 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.12 2005/06/20 00:41:04 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.13 2005/06/20 05:12:33 ka0ttic Exp $
inherit eutils
@@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
pkg_setup() {
- enewgroup cron
+ enewgroup cron 16
+ enewuser cron 16 /bin/false /var/spool/cron 16
}
src_install() {