Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155009 Details for
Bug 237802
Wrong init script
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A proposed patch for the avahi-dnsconf init script
avahi-dnsconf-init-lsb.patch (text/plain), 1.19 KB, created by
Jakub Hrozek
on 2007-05-18 15:39:51 UTC
(
hide
)
Description:
A proposed patch for the avahi-dnsconf init script
Filename:
MIME Type:
Creator:
Jakub Hrozek
Created:
2007-05-18 15:39:51 UTC
Size:
1.19 KB
patch
obsolete
>--- inits/avahi-dnsconfd 2007-05-18 18:26:37.000000000 +0200 >+++ /etc/init.d/avahi-dnsconfd 2007-05-18 19:26:05.000000000 +0200 >@@ -17,15 +17,15 @@ > > . /etc/sysconfig/network > >-# Check that networking is configured. >-[ ${NETWORKING} = "no" ] && exit 0 >- > AVAHI_BIN=/usr/sbin/avahi-dnsconfd >-test -x $AVAHI_BIN || exit 5 >- > LOCKFILE=/var/lock/subsys/avahi-dnsconfd > > start() { >+ # Check that networking is configured. >+ [ ${NETWORKING} = "no" ] && exit 1 >+ test -x $AVAHI_BIN || exit 5 >+ >+ > echo -n $"Starting Avahi DNS daemon... " > $AVAHI_BIN -D > RETVAL=$? >@@ -40,6 +40,8 @@ > } > > stop() { >+ test -x $AVAHI_BIN || exit 5 >+ > echo -n $"Shutting down Avahi DNS daemon: " > $AVAHI_BIN -k > RETVAL=$? >@@ -50,6 +52,8 @@ > } > > reload() { >+ test -x $AVAHI_BIN || exit 5 >+ > echo -n $"Reloading Avahi DNS daemon... " > $AVAHI_BIN -r > RETVAL=$? >@@ -75,9 +79,8 @@ > stop > ;; > status) >- $AVAHI_BIN -c >+ status $AVAHI_BIN > RETVAL=$? >- [ $RETVAL = 0 ] && echo $"Avahi DNS daemon is running" || echo $"Avahi DNS daemon is not running" > > ;; > restart) >@@ -93,7 +96,7 @@ > ;; > *) > echo $"Usage: $0 {start|stop|status|restart|condrestart}" >- exit 1 >+ RETVAL=3 > ;; > esac >
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 237802
:
155008
| 155009