diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-07-15 16:56:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-07-15 16:56:10 +0000 |
commit | 0175383f0a1f8b78ed514778532f0467a8ccc6dc (patch) | |
tree | 4c98b621f22bb861a40c6493c6ed7517f295f7f3 /net-mgmt/smokeping | |
parent | e6246d1055202098dd1df8f2a827665d39dddde8 (diff) |
Notes
Diffstat (limited to 'net-mgmt/smokeping')
-rw-r--r-- | net-mgmt/smokeping/files/smokeping.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/smokeping/files/smokeping.in b/net-mgmt/smokeping/files/smokeping.in index d0691abe442e..a6504a5ddd8d 100644 --- a/net-mgmt/smokeping/files/smokeping.in +++ b/net-mgmt/smokeping/files/smokeping.in @@ -12,8 +12,9 @@ # # DO NOT CHANGE THESE DEFAULT VALUES HERE # +# smokeping_flags="<set as needed>" + smokeping_enable=${smokeping_enable-"NO"} -smokeping_flags=${smokeping_flags-""} smokeping_pidfile=${smokeping_pidfile-"%%PREFIX%%/var/smokeping/smokeping.pid"} smokeping_logfile=${smokeping_logfile-"/var/log/smokeping.log"} smokeping_user=${smokeping_user-"%%USER%%"} |