Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171445 Details for
Bug 244870
sys-fs/device-mapper-1.02.27: dmeventd should start before lvm and has useless --pidfile option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove pidfile option from /etc/init.d/dmeventd
dmeventd-init-remove-pidfile-option.patch (text/plain), 494 bytes, created by
Robert A.
on 2008-11-11 17:56:19 UTC
(
hide
)
Description:
remove pidfile option from /etc/init.d/dmeventd
Filename:
MIME Type:
Creator:
Robert A.
Created:
2008-11-11 17:56:19 UTC
Size:
494 bytes
patch
obsolete
>--- dmeventd.orig 2008-10-29 11:13:54.000000000 +0100 >+++ dmeventd 2008-11-11 18:53:31.000000000 +0100 >@@ -9,13 +9,13 @@ > > start() { > ebegin "Starting dmeventd" >- start-stop-daemon --start --exec /sbin/dmeventd --pidfile /var/run/dmeventd.pid >+ start-stop-daemon --start --exec /sbin/dmeventd > eend $? > } > > stop() { > ebegin "Stopping dmeventd" >- start-stop-daemon --stop --exec /sbin/dmeventd --pidfile /var/run/dmeventd.pid >+ start-stop-daemon --stop --exec /sbin/dmeventd > 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 244870
:
170200
| 171445 |
171463