|
Last change
on this file since 10177 was 10177, checked in by richardvm, 14 years ago |
|
quick hack to enabl pf at boot
|
-
Property svn:executable
set to
*
|
|
File size:
262 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # PROVIDE: pf2
|
|---|
| 4 | # BEFORE: lvrouted
|
|---|
| 5 | # KEYWORD: shutdown
|
|---|
| 6 | #
|
|---|
| 7 | #
|
|---|
| 8 | # http302_enable="YES"
|
|---|
| 9 | #
|
|---|
| 10 | . /etc/rc.subr
|
|---|
| 11 |
|
|---|
| 12 | name=pf2
|
|---|
| 13 | rcvar=`set_rcvar`
|
|---|
| 14 |
|
|---|
| 15 | command=/etc/rc.d/pf
|
|---|
| 16 | command_args="onestart"
|
|---|
| 17 |
|
|---|
| 18 | load_rc_config ${name}
|
|---|
| 19 |
|
|---|
| 20 | pf2_enable=${pf2_enable-"NO"}
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | run_rc_command "$1"
|
|---|
| 24 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.