FreeBSD Bugzilla – Attachment 164775 Details for
Bug 205671
etc/rc.d/pf: report "pf not running" if /dev/pf doesn't exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pf rc.d script changed
pf.diff (text/plain), 330 bytes, created by
Johannes Jost Meixner
on 2015-12-28 18:47:11 UTC
(
hide
)
Description:
pf rc.d script changed
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2015-12-28 18:47:11 UTC
Size:
330 bytes
patch
obsolete
>Index: etc/rc.d/pf >=================================================================== >--- etc/rc.d/pf (revision 292833) >+++ etc/rc.d/pf (working copy) >@@ -66,7 +66,11 @@ > > pf_status() > { >- $pf_program -s info >+ if ! [ -c /dev/pf ] ; then >+ echo "pf is not running." >+ else >+ $pf_program -s info >+ fi > } > > run_rc_command "$1"
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 205671
: 164775 |
168602