Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 170790 Details for
Bug 245593
app-text/dictd-1.10.11-r3 is always reported to fail to start and uses no pid file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to init script for using a pid file
dictd.patch (text/plain), 567 bytes, created by
Erik Hahn
on 2008-11-05 11:15:37 UTC
(
hide
)
Description:
Patch to init script for using a pid file
Filename:
MIME Type:
Creator:
Erik Hahn
Created:
2008-11-05 11:15:37 UTC
Size:
567 bytes
patch
obsolete
>--- dictd.orig 2008-11-04 22:34:00.823029104 +0100 >+++ dictd 2008-11-04 22:50:08.569252622 +0100 >@@ -61,12 +61,12 @@ > start() { > prepconfig || return 1 > ebegin "Starting dictd" >- start-stop-daemon --start --quiet --exec /usr/sbin/dictd -- ${DICTD_OPTS} >+ start-stop-daemon --start --quiet -p ${DICTD_PID} --exec /usr/sbin/dictd -- --pid-file ${DICTD_PID} ${DICTD_OPTS} > eend $? > } > > stop() { > ebegin "Stopping dictd" >- start-stop-daemon --stop --quiet --exec /usr/sbin/dictd >+ start-stop-daemon --stop --quiet -p ${DICTD_PID} --exec /usr/sbin/dictd > 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 245593
:
170748
|
170749
| 170790 |
170792
|
170794
|
170795