View | Details | Raw Unified | Return to bug 137967
Collapse All | Expand All

(-)net-mgmt/chillispot/Makefile 2009-08-19 18:20:00.000000000 +0100 (-2 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=      chillispot
8
PORTNAME=      chillispot
9
PORTVERSION=   1.0
9
PORTVERSION=   1.0
10
PORTREVISION=  4
10
PORTREVISION=  5
11
CATEGORIES=    net-mgmt
11
CATEGORIES=    net-mgmt
12
MASTER_SITES=  http://www.chillispot.info/download/ \
12
MASTER_SITES=  http://www.chillispot.info/download/ \
13
               http://www.geeklan.co.uk/files/ \
13
               http://www.geeklan.co.uk/files/ \
Lines 20-26 Link Here
20
20
21
GNU_CONFIGURE= yes
21
GNU_CONFIGURE= yes
22
CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
22
CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc
23
USE_RC_SUBR=   chillispot.sh
23
USE_RC_SUBR=   chillispot
24
SUB_FILES=     pkg-message
24
SUB_FILES=     pkg-message
25
MAN8=          chilli.8
25
MAN8=          chilli.8
26
26
(-)net-mgmt/chillispot/files/chillispot.in 2009-08-19 18:11:13.000000000 +0100 (+21 lines)
Line 0 Link Here
1
#!/bin/sh
2
3
# PROVIDE: chillispot
4
# REQUIRE: netif
5
# BEFORE:  pf ipfw
6
# KEYWORD: nojail
7
8
. %%RC_SUBR%%
9
10
name="chillispot"
11
rcvar=${name}_enable
12
13
command="%%PREFIX%%/sbin/chilli"
14
pidfile=/var/run/chilli.pid
15
16
load_rc_config $name
17
18
: ${chillispot_enable="NO"}
19
: ${chillispot_flags="--conf=/usr/local/etc/chilli.conf"}
20
21
run_rc_command "$1"
(-)net-mgmt/chillispot/files/chillispot.sh.in 1970-01-01 01:00:00.000000000 +0100 (-26 lines)
Lines 1-26 Link Here
1
#!/bin/sh
2
3
# PROVIDE: chillispot
4
# REQUIRE: netif
5
# BEFORE:  pf ipfw ipfilter
6
# KEYWORD: nojail
7
8
. /etc/rc.subr
9
10
chillispot_enable=${chillispot_enable-"NO"}
11
chillispot_flags=${chillispot_flags-"--conf=/usr/local/etc/chilli.conf"}
12
chillispot_pidfile=${utility_pidfile-"/var/run/chilli.pid"}
13
14
. /etc/rc.subr
15
16
name="chillispot"
17
rcvar=`set_rcvar`
18
command="/usr/local/sbin/chilli"
19
20
load_rc_config $name
21
22
pidfile="${chillipot_pidfile}"
23
24
start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command} ${chillispot_flags} ${command_args}"
25
26
run_rc_command "$1"
(-)net-mgmt/chillispot/pkg-plist 2009-08-19 18:29:30.000000000 +0100 (-1 / +1 lines)
Lines 1-4 Link Here
1
@unexec %D/etc/rc.d/chillispot forcestop 2>/dev/null || true
1
@stopdaemon chillispot
2
sbin/chilli
2
sbin/chilli
3
%%PORTDATA%%%%DATADIR%%/chilli.conf.sample
3
%%PORTDATA%%%%DATADIR%%/chilli.conf.sample
4
%%PORTDATA%%%%DATADIR%%/dictionary.chillispot
4
%%PORTDATA%%%%DATADIR%%/dictionary.chillispot

Return to bug 137967