FreeBSD Bugzilla – Attachment 111929 Details for
Bug 153264
www/apache22 -- rc.d script improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 560 bytes, created by
Jeremy Chadwick
on 2010-12-18 09:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeremy Chadwick
Created:
2010-12-18 09:10:10 UTC
Size:
560 bytes
patch
obsolete
>diff -ruN apache22.orig/files/apache22.in apache22/files/apache22.in >--- apache22.orig/files/apache22.in 2010-10-22 07:07:31.000000000 -0700 >+++ apache22/files/apache22.in 2010-12-18 00:41:35.000000000 -0800 >@@ -174,14 +174,14 @@ > } > > apache22_checkfib () { >- sysctl net.fibs >/dev/null 2>&1 >+ $SYSCTL net.fibs >/dev/null 2>&1 > ret=$? > [ $ret -gt 0 ] && return 0 > if [ "x$apache22_fib" != "xNO" ] > then >- command="setfib -F ${apache22_fib} ${command}" >+ command="/usr/sbin/setfib -F ${apache22_fib} ${command}" > else >- return 0 >+ return 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 153264
: 111929 |
111930