diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-17 23:22:04 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-17 23:22:04 +0000 |
commit | 0729e457a115fc351cd47ba0aaf67746f0501e72 (patch) | |
tree | a00073a393c20dfe46f73b5f9185a212eec2e1c0 /mail/quickml/files/quickml.sh | |
parent | - USE_RC_SUBR != yes (diff) |
- USE_RC_SUBR != yes
PR: ports/136841
Approved by: maintainer
Submitted by: myself (pgollucci@)
Notes
Notes:
svn path=/head/; revision=246073
Diffstat (limited to 'mail/quickml/files/quickml.sh')
-rw-r--r-- | mail/quickml/files/quickml.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/quickml/files/quickml.sh b/mail/quickml/files/quickml.sh index 3e1b6de452bf..e69de29bb2d1 100644 --- a/mail/quickml/files/quickml.sh +++ b/mail/quickml/files/quickml.sh @@ -1,18 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/mail/quickml/files/Attic/quickml.sh,v 1.1 2004-07-05 17:20:17 pav Exp $ -# - -. %%RC_SUBR%% - -name="quickml" -rcvar=`set_rcvar` - -command="%%RUBY%%" -command_args="%%PREFIX%%/sbin/${name}" -pidfile="/var/run/${name}.pid" -required_files=%%PREFIX%%/etc/quickmlrc - -load_rc_config $name - -run_rc_command "$1" |