Last change
on this file since 10136 was 10136, checked in by richardvm, 13 years ago |
domme toevoeging van proxy files
|
-
Property svn:executable
set to
*
|
File size:
459 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | #
|
---|
3 | # PROVIDE: inet
|
---|
4 | # BEFORE: LOGIN
|
---|
5 | # KEYWORD: shutdown
|
---|
6 | #
|
---|
7 | # Add the following line to /etc/rc.conf to enable inet/lvrouted:
|
---|
8 | #
|
---|
9 | # Don't enable lvrouted yet
|
---|
10 | #
|
---|
11 | # inet_enable="YES"
|
---|
12 | #
|
---|
13 | . /etc/rc.subr
|
---|
14 |
|
---|
15 | name=inet
|
---|
16 | rcvar=`set_rcvar`
|
---|
17 |
|
---|
18 | command_interpreter=/bin/sh
|
---|
19 | command=/usr/local/sbin/inet
|
---|
20 | command_args="&"
|
---|
21 |
|
---|
22 | load_rc_config ${name}
|
---|
23 |
|
---|
24 | inet_enable=${inet_enable-"NO"}
|
---|
25 | inet_pidfile=${inet_pidfile-"/var/run/inet.pid"}
|
---|
26 | pidfile="${inet_pidfile}"
|
---|
27 |
|
---|
28 | run_rc_command "$1"
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.