Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255869 Details for
Bug 347209
app-admin/syslog-ng: init.d script should depend on started network
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for /etc/init.d/syslog-ng and /etc/init.d/rsyslog
syslog-net.patch (text/plain), 583 bytes, created by
Mathias Weigt
on 2010-11-29 19:35:06 UTC
(
hide
)
Description:
Patch for /etc/init.d/syslog-ng and /etc/init.d/rsyslog
Filename:
MIME Type:
Creator:
Mathias Weigt
Created:
2010-11-29 19:35:06 UTC
Size:
583 bytes
patch
obsolete
>--- etc/init.d/syslog-ng.orig 2010-11-29 16:55:13.000000000 +0100 >+++ etc/init.d/syslog-ng 2010-11-26 20:56:34.000000000 +0100 >@@ -6,6 +6,8 @@ > opts="checkconfig reload" > > depend() { >+ after net >+ > # Make networking dependency conditional on configuration > case $(sed 's/#.*//' /etc/syslog-ng/syslog-ng.conf) in > *source*tcp*|*source*udp*|*destination*tcp*|*destination*udp*) >--- etc/init.d/rsyslog.orig 2010-11-29 16:54:52.000000000 +0100 >+++ etc/init.d/rsyslog 2010-11-26 20:56:23.000000000 +0100 >@@ -6,6 +6,7 @@ > opts="reload" > > depend() { >+ after net > provide logger > } >
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 347209
: 255869 |
255941
|
256571
|
256888