diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-15 02:49:17 +0000 |
commit | 29813d539747e58a6e3322df3f48eae4338c60b5 (patch) | |
tree | ad64253796dc7d189145d9bb72dbd175c35488f4 /security/sancp | |
parent | 47674a9024d5ae3cd9f5366e069619af12740e46 (diff) | |
download | ports-29813d539747e58a6e3322df3f48eae4338c60b5.tar.gz ports-29813d539747e58a6e3322df3f48eae4338c60b5.zip |
Notes
Diffstat (limited to 'security/sancp')
-rw-r--r-- | security/sancp/files/sancp.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sancp/files/sancp.in b/security/sancp/files/sancp.in index 80bc18641069..8e67d5e8e779 100644 --- a/security/sancp/files/sancp.in +++ b/security/sancp/files/sancp.in @@ -1,6 +1,7 @@ #!/bin/sh -# +# $FreeBSD$ +# # PROVIDE: sancp # REQUIRE: DAEMON # BEFORE: LOGIN @@ -73,7 +74,6 @@ load_rc_config $name : ${sancp_enable="NO"} : ${sancp_flags="-D"} : ${sancp_conf="%%PREFIX%%/etc/sancp.conf"} -: ${sancp_interface=""} command_args="-c ${sancp_conf} -i ${sancp_interface}" |