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 306192 Details for
Bug 439002
/etc/init.d/dund doesn't start
[?]
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]
dund-f7-rawhide-diff.patch
dund-f7-rawhide-diff.patch (text/plain), 1.60 KB, created by
Bastien Nocera
on 2008-05-21 00:12:28 UTC
(
hide
)
Description:
dund-f7-rawhide-diff.patch
Filename:
MIME Type:
Creator:
Bastien Nocera
Created:
2008-05-21 00:12:28 UTC
Size:
1.60 KB
patch
obsolete
>--- F-7/dund.init 2006-04-17 18:59:40.000000000 +0100 >+++ devel/dund.init 2008-05-21 01:05:53.000000000 +0100 >@@ -1,11 +1,14 @@ > #!/bin/sh >-# >-# dund: Bluetooth Dial-Up-Networking Daemon. >-# >+ > # chkconfig: - 26 89 >-# description: Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM \ >-# services. >-# >+ >+### BEGIN INIT INFO >+# Required-Start: bluetooth >+# Default-Start: >+# Short-Description: Bluetooth Dial-Up-Networking Daemon. >+# Description: Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM >+# services. >+### END INIT INFO > > # Source function library. > . /etc/rc.d/init.d/functions >@@ -18,13 +21,14 @@ > > start() > { >- [ -z "$DUNDARGS" ] && exit 0 >+ [ -z "$DUNDARGS" ] && exit 6 > > echo -n $"Starting dund: " > daemon /usr/bin/dund $DUNDARGS >- >- touch /var/lock/subsys/dund >- echo >+ RETVAL=$? >+ echo >+ [ $RETVAL = 0 ] && touch /var/lock/subsys/dund >+ return $RETVAL > } > > stop() >@@ -32,9 +36,11 @@ stop() > echo -n $"Shutting down dund: " > /usr/bin/dund -K > killproc dund >+ RETVAL=$? > > rm -f /var/lock/subsys/dund > echo >+ return $RETVAL > } > > # See how we were called. >@@ -45,19 +51,20 @@ case "$1" in > stop) > stop > ;; >- restart|reload) >+ force-reload|restart|reload) > stop > start > ;; >- condrestart) >+ try-restart|condrestart) > [ -e /var/lock/subsys/dund ] && (stop; start) > ;; > status) > status dund >+ RETVAL=$? > ;; > *) >- echo $"Usage: $0 {start|stop|restart|reload|condrestart}" >- exit 1 >+ echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" >+ exit 3 > esac > >-exit 0 >+exit $RETVAL
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 439002
: 306192