source: hybrid/branches/releng-9.0/nanobsd/files/etc/local/rc.d/pf2@ 10199

Last change on this file since 10199 was 10177, checked in by richardvm, 13 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
12name=pf2
13rcvar=`set_rcvar`
14
15command=/etc/rc.d/pf
16command_args="onestart"
17
18load_rc_config ${name}
19
20pf2_enable=${pf2_enable-"NO"}
21
22
23run_rc_command "$1"
24
Note: See TracBrowser for help on using the repository browser.