Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 453212 Details for
Bug 599606
enewuser EAPI 6 changes not listed in devmanual
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test-1.2.5.ebuild
file_599606.txt (text/plain), 508 bytes, created by
Jonathan Vasquez (RETIRED)
on 2016-11-13 16:22:47 UTC
(
hide
)
Description:
test-1.2.5.ebuild
Filename:
MIME Type:
Creator:
Jonathan Vasquez (RETIRED)
Created:
2016-11-13 16:22:47 UTC
Size:
508 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit eutils user systemd > >DESCRIPTION="Test" >HOMEPAGE="http://www.test.com/" >SRC_URI="" >SLOT="0" >LICENSE="GPL-2" >RESTRICT="mirror bindist strip" >KEYWORDS="amd64" > >S="${WORKDIR}" > >pkg_setup() { > local _user="test-user123" > enewgroup ${_user} > enewuser ${_user} -1 /bin/bash /var/lib/${_user} ${_user} --system >} > >src_install() { > echo "Test" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599606
: 453212