FreeBSD Bugzilla – Attachment 111930 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), 572 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:
572 bytes
patch
obsolete
>diff -ruN apache13-modssl.orig/files/apache.in apache13-modssl/files/apache.in >--- apache13-modssl.orig/files/apache.in 2010-09-17 07:23:06.000000000 -0700 >+++ apache13-modssl/files/apache.in 2010-12-18 00:38:39.000000000 -0800 >@@ -169,14 +169,14 @@ > } > > apache_checkfib () { >- sysctl net.fibs >/dev/null 2>&1 >+ $SYSCTL net.fibs >/dev/null 2>&1 > ret=$? > [ $ret -gt 0 ] && return 0 > if [ "x$apache_fib" != "xNO" ] > then >- command="setfib -F ${apache_fib} ${command}" >+ command="/usr/sbin/setfib -F ${apache_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