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:
374 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 | #
|
---|
3 | # $Id$
|
---|
4 | #
|
---|
5 |
|
---|
6 | # PROVIDE: wlportal
|
---|
7 | # REQUIRE: LOGIN cleanvar
|
---|
8 | # KEYWORD: shutdown
|
---|
9 |
|
---|
10 | wlportal_enable=${wlportal_enable:-"NO"}
|
---|
11 | wlportal_flags=${wlportal_flags:-}
|
---|
12 |
|
---|
13 | . /etc/rc.subr
|
---|
14 |
|
---|
15 | name="wlportal"
|
---|
16 | rcvar=`set_rcvar`
|
---|
17 | load_rc_config $name
|
---|
18 |
|
---|
19 | command="/usr/local/wlportal/wlportal"
|
---|
20 | command_interpreter="/usr/local/bin/python"
|
---|
21 | pid_file="/var/run/${name}.pid"
|
---|
22 |
|
---|
23 | run_rc_command "$1"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.