diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-18 03:08:23 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-18 03:08:23 +0000 |
commit | b54b2ee69164bbb05ee4cf74a4c4a39bb296cfd0 (patch) | |
tree | a8ce3fa2aafaff2bb6d2f198e7aadc47095a9535 /mail/assp/files/assp.in | |
parent | 118d701134ba26f5f6a3feb07ba83022df588a2f (diff) |
- Update to 1.2.2
- Use new style rc script name (no .sh suffix)
- Add more OPTIONS
PR: ports/100233
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=168112
Diffstat (limited to 'mail/assp/files/assp.in')
-rw-r--r-- | mail/assp/files/assp.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/assp/files/assp.in b/mail/assp/files/assp.in new file mode 100644 index 000000000000..bc5f119715d1 --- /dev/null +++ b/mail/assp/files/assp.in @@ -0,0 +1,23 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: assp +# REQUIRE: LOGIN +# KEYWORD: shutdown + +. %%RC_SUBR%% + +name=assp +rcvar=`set_rcvar` + +command=%%PREFIX%%/sbin/assp +command_interpreter=%%PERL%% +pidfile=%%ASSP_HOME%%/pid + +load_rc_config $name +: ${assp_enable="NO"} +: ${assp_flags="%%ASSP_HOME%%"} + +run_rc_command "$1" |