diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-27 18:51:54 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-27 18:51:54 +0000 |
commit | 1258547c371aa1086c3440ce3b7e14544b26b00d (patch) | |
tree | c80074b5af2eb471e7937709a6956e2157132309 /sci-physics/root | |
parent | Version bump. (diff) | |
download | gentoo-2-1258547c371aa1086c3440ce3b7e14544b26b00d.tar.gz gentoo-2-1258547c371aa1086c3440ce3b7e14544b26b00d.tar.bz2 gentoo-2-1258547c371aa1086c3440ce3b7e14544b26b00d.zip |
Uncomment inadvertently commented out user and group creation
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-physics/root')
-rw-r--r-- | sci-physics/root/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/root/root-5.34.18-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 71f73744ee75..9492f3ad78c4 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/root # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.130 2014/03/27 03:40:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.131 2014/03/27 18:51:54 bicatali Exp $ + + 27 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> root-5.34.18-r1.ebuild: + Uncomment inadvertently commented out user and group creation 27 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> root-5.34.18-r1.ebuild: Finer sub-slotting necessary, bug #505358 diff --git a/sci-physics/root/root-5.34.18-r1.ebuild b/sci-physics/root/root-5.34.18-r1.ebuild index 3f4c04750443..fe3f2d2a8c23 100644 --- a/sci-physics/root/root-5.34.18-r1.ebuild +++ b/sci-physics/root/root-5.34.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.2 2014/03/27 03:40:44 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.18-r1.ebuild,v 1.3 2014/03/27 18:51:54 bicatali Exp $ EAPI=5 @@ -128,8 +128,8 @@ pkg_setup() { elog "EXTRA_ECONF=\"--enable-srp --with-srp-libdir=${EROOT%/}/usr/$(get_libdir)\"" echo - #enewgroup rootd - #enewuser rootd -1 -1 /var/spool/rootd rootd + enewgroup rootd + enewuser rootd -1 -1 /var/spool/rootd rootd use minimal && return |