diff options
Diffstat (limited to 'sys-process/at/at-3.1.8-r11.ebuild')
-rw-r--r-- | sys-process/at/at-3.1.8-r11.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-process/at/at-3.1.8-r11.ebuild b/sys-process/at/at-3.1.8-r11.ebuild index 87c0fa709424..caad74a5e85e 100644 --- a/sys-process/at/at-3.1.8-r11.ebuild +++ b/sys-process/at/at-3.1.8-r11.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/at/at-3.1.8-r11.ebuild,v 1.1 2005/03/03 17:40:23 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.8-r11.ebuild,v 1.2 2005/09/04 07:28:29 vapier Exp $ inherit eutils flag-o-matic @@ -19,6 +19,11 @@ DEPEND="virtual/libc RDEPEND="virtual/libc virtual/mta" +pkg_setup() { + enewgroup at 25 + enewuser at 25 -1 /var/spool/cron/atjobs at +} + src_unpack() { unpack ${A} cd ${S} |