Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177361 Details for
Bug 251465
enable app-misc/uptimed to run as an unpriviledged user
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
uptimed-0.3.16.ebuild.diff
uptimed-0.3.16.ebuild.diff (text/plain), 675 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2009-01-04 17:11:52 UTC
(
hide
)
Description:
uptimed-0.3.16.ebuild.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2009-01-04 17:11:52 UTC
Size:
675 bytes
patch
obsolete
>--- /usr/portage/app-misc/uptimed/uptimed-0.3.16.ebuild >+++ /usr/local/portage/app-misc/uptimed/uptimed-0.3.16.ebuild >@@ -13,6 +13,11 @@ > KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > IUSE="" > >+pkg_setup() { >+ enewgroup uptimed >+ enewuser uptimed -1 -1 -1 uptimed >+} >+ > src_unpack() { > unpack ${A} > cd "${S}" >@@ -26,7 +31,10 @@ > > src_install() { > emake DESTDIR="${D}" install || die "emake install failed." >+ diropts -o uptimed -g uptimed >+ dodir /var/run/uptimed > keepdir /var/spool/uptimed >+ fowners uptimed:uptimed /var/spool/uptimed > dodoc ChangeLog README TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/* > doinitd "${FILESDIR}"/uptimed > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251465
:
175732
|
177359
| 177361 |
177367
|
177435