Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317932 Details for
Bug 425740
net-misc/sslh - SSLH init script successfully starts daemon but thinks it's failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/init.d/sslh diff
sslh.init.d-2.diff (text/plain), 566 bytes, created by
Jamie Furtner
on 2012-07-11 15:11:45 UTC
(
hide
)
Description:
/etc/init.d/sslh diff
Filename:
MIME Type:
Creator:
Jamie Furtner
Created:
2012-07-11 15:11:45 UTC
Size:
566 bytes
patch
obsolete
>--- /usr/portage/net-misc/sslh/files/sslh.init.d-2 2012-07-06 12:16:19.000000000 -0600 >+++ /etc/init.d/sslh 2012-07-11 09:06:40.222602514 -0600 >@@ -6,14 +6,15 @@ > start() { > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start \ >+ --pidfile /var/run/${SVCNAME}.pid\ > --exec /usr/bin/sslh -- ${OPTIONS} \ >- --pidfile /var/run/sslh.pid >+ --pidfile /var/run/${SVCNAME}.pid > eend $? > } > > stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop --quiet --retry 20 \ >- --pidfile /var/run/sslh.pid >+ --pidfile /var/run/${SVCNAME}.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 425740
:
317858
|
317930
| 317932