Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199826 Details for
Bug 279931
sys-apps/xinetd initscript uses bashisms
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the issue
xinetd.rc6.diff (text/plain), 537 bytes, created by
Michał Górny
on 2009-08-01 17:27:56 UTC
(
hide
)
Description:
Patch to fix the issue
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2009-08-01 17:27:56 UTC
Size:
537 bytes
patch
obsolete
>--- xinetd.rc6 2009-01-02 22:07:58.000000000 +0100 >+++ xinetd.rc6.2 2009-08-01 19:21:48.000000000 +0200 >@@ -24,18 +24,18 @@ stop() { > > reload() { > ebegin "Reloading configuration" >- killall -HUP xinetd &>/dev/null >+ killall -HUP xinetd >/dev/null 2>&1 > eend $? > } > > dump() { > ebegin "Dumping configuration" >- killall -USR1 xinetd &>/dev/null >+ killall -USR1 xinetd >/dev/null 2>&1 > eend $? > } > > check() { > ebegin "Performing Consistency Check" >- killall -IOT xinetd &>/dev/null >+ killall -IOT xinetd >/dev/null 2>&1 > 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 279931
: 199826 |
199829