diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-04 23:44:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-04 23:44:17 +0000 |
commit | a11c735f94016d6b5a1b95337fffbf168c87b0c6 (patch) | |
tree | 57310ac3220dc867244cfa5eaccccd2ba6bc8072 /net/openpbx.org/files | |
parent | 47d6520502d7d61a4936a2a5430a408067354a92 (diff) | |
download | ports-a11c735f94016d6b5a1b95337fffbf168c87b0c6.tar.gz ports-a11c735f94016d6b5a1b95337fffbf168c87b0c6.zip |
Notes
Diffstat (limited to 'net/openpbx.org/files')
-rw-r--r-- | net/openpbx.org/files/openpbx.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openpbx.org/files/openpbx.in b/net/openpbx.org/files/openpbx.in index 3defca31a692..0c051fc64958 100644 --- a/net/openpbx.org/files/openpbx.in +++ b/net/openpbx.org/files/openpbx.in @@ -18,8 +18,8 @@ command=%%PREFIX%%/sbin/openpbx load_rc_config $name -pidfile=${asterisk_pidfile:-"/var/run/openpbx.pid"} +pidfile=${openpbx_pidfile:-"/var/run/openpbx.pid"} -asterisk_enable=${asterisk_enable:-"NO"} +openpbx_enable=${openpbx_enable:-"NO"} run_rc_command "$1" |