FreeBSD Bugzilla – Attachment 143413 Details for
Bug 190665
service(8): [patch] fixes for asterisk output in /usr/sbin/service scripts when rc.d is empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for /usr/src/usr.sbin/service/service.sh script
service.sh.patch (text/plain), 408 bytes, created by
Oleg Ginzburg
on 2014-06-05 19:34:41 UTC
(
hide
)
Description:
patch for /usr/src/usr.sbin/service/service.sh script
Filename:
MIME Type:
Creator:
Oleg Ginzburg
Created:
2014-06-05 19:34:41 UTC
Size:
408 bytes
patch
obsolete
>--- /usr/src/usr.sbin/service/service.sh.bak 2014-06-05 23:20:51.000000000 +0400 >+++ /usr/src/usr.sbin/service/service.sh 2014-06-05 23:18:28.000000000 +0400 >@@ -109,7 +109,8 @@ > if [ -n "$LIST" ]; then > for dir in /etc/rc.d $local_startup; do > [ -n "$VERBOSE" ] && echo "From ${dir}:" >- cd $dir && for file in *; do echo $file; done >+ [ ! -d $dir ] && continue >+ /bin/ls -1 ${dir} > done > exit 0 > fi
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 190665
: 143413