FreeBSD Bugzilla – Attachment 25935 Details for
Bug 44282
/etc/rc.d/sysctl script works incorrectly in case of non-existent MIB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 269 bytes, created by
Sergey Mokryshev
on 2002-10-19 23:00:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Sergey Mokryshev
Created:
2002-10-19 23:00:03 UTC
Size:
269 bytes
patch
obsolete
>--- /tmp/sysctl.orig Sun Oct 20 01:08:03 2002 >+++ sysctl Sun Oct 20 01:23:04 2002 >@@ -49,7 +49,7 @@ > sysctl ${var} > ;; > esac >- elif [ "$1" -eq "last" ]; then >+ elif [ "$?" -ne "0" ]; then > warn "sysctl ${mib} does not exits." > 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 44282
: 25935