source: hybrid/trunk/nanobsd/files/usr/local/etc/rc.d/wlportal@ 10136

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
10wlportal_enable=${wlportal_enable:-"NO"}
11wlportal_flags=${wlportal_flags:-}
12
13. /etc/rc.subr
14
15name="wlportal"
16rcvar=`set_rcvar`
17load_rc_config $name
18
19command="/usr/local/wlportal/wlportal"
20command_interpreter="/usr/local/bin/python"
21pid_file="/var/run/${name}.pid"
22
23run_rc_command "$1"
Note: See TracBrowser for help on using the repository browser.