FreeBSD Bugzilla – Attachment 24088 Details for
Bug 41252
missign fi in startup script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 611 bytes, created by
Andrew Stevenson
on 2002-08-02 04:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andrew Stevenson
Created:
2002-08-02 04:30:01 UTC
Size:
611 bytes
patch
obsolete
>diff -ruN /usr/ports/sysutils/blimitd/files/blimitd.sh blimitd/files/blimitd.sh >--- /usr/ports/sysutils/blimitd/files/blimitd.sh Wed Dec 19 13:55:21 2001 >+++ blimitd/files/blimitd.sh Fri Aug 2 12:48:33 2002 >@@ -22,8 +22,10 @@ > if [ -f /var/run/blimitd.pid ]; then > ps -uxwwp `cat /var/run/blimitd.pid` > else >- echo 'blimitd may not be running' >- ps -auxww | grep blimitd | grep -v "($0|grep)" >+ echo 'blimitd may not be running...possible processes below...' >+ echo >+ ps -auxww | egrep -e '^USER|blimitd' | egrep -v "($0|grep)" >+ fi > ;; > *) > echo "usage: `basename $0` {start|stop|status}" >&2
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 41252
: 24088