Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408852 Details for
Bug 557356
=sys-auth/consolekit-1.0.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
consolekit-0.3.rc.diff
consolekit-0.3.rc.diff (text/plain), 800 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2015-08-12 10:08:33 UTC
(
hide
)
Description:
consolekit-0.3.rc.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2015-08-12 10:08:33 UTC
Size:
800 bytes
patch
obsolete
>--- consolekit-0.2.rc >+++ consolekit-0.3.rc >@@ -1,26 +1,17 @@ > #!/sbin/runscript >-# Copyright 1999-2011 Gentoo Foundation >+# Copyright 1999-2015 Gentoo Foundation > # Distributed under the terms of the GNU General Public License, v2 or later > # $Id$ > >+description="consolekit - tracks login sessions and seats" >+pidfile="/var/run/ConsoleKit/pid" >+command="/usr/sbin/console-kit-daemon" >+ > depend() { > need dbus > use logger > } > >-start() { >- ebegin "Starting ConsoleKit daemon" >- >+start_pre() { > checkpath -q -d -m 0755 /var/run/ConsoleKit >- >- start-stop-daemon --start -q \ >- --pidfile /var/run/ConsoleKit/pid \ >- --exec /usr/sbin/console-kit-daemon -- >- eend $? >-} >- >-stop() { >- ebegin "Stopping ConsoleKit daemon" >- start-stop-daemon --stop -q --pidfile /var/run/ConsoleKit/pid >- eend $? > }
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 557356
:
408850
| 408852