aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-07-14 20:59:10 +0800
committerwxs <wxs@FreeBSD.org>2009-07-14 20:59:10 +0800
commit0e3c9df9880c82dae71b6760a5a4a8dc6ae65147 (patch)
treec9ab8968d04eb86e182a2bf2dd29531e9a1a858d /net-mgmt
parent5f4602637df535a644064555f6b5ba96800d9822 (diff)
downloadfreebsd-ports-gnome-0e3c9df9880c82dae71b6760a5a4a8dc6ae65147.tar.gz
freebsd-ports-gnome-0e3c9df9880c82dae71b6760a5a4a8dc6ae65147.tar.zst
freebsd-ports-gnome-0e3c9df9880c82dae71b6760a5a4a8dc6ae65147.zip
- Eliminate empty _flags assignment
- s/ipcad/flowd Noticed by: dougb
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flowd/files/flowd.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/flowd/files/flowd.in b/net-mgmt/flowd/files/flowd.in
index b28589667e97..e399d1428dc0 100644
--- a/net-mgmt/flowd/files/flowd.in
+++ b/net-mgmt/flowd/files/flowd.in
@@ -5,12 +5,14 @@
# PROVIDE: flowd
# REQUIRE: DAEMON
#
-# Add the following lines to /etc/rc.conf to run ipcad:
+# Add the following lines to /etc/rc.conf to run flowd:
#
# flowd_enable (bool): Set it to "YES" to enable flowd.
# Default is "NO".
# flowd_conf (file): Local config file.
# Default is "%%PREFIX%%/etc/flowd.conf".
+# flowd_flags (string): Flags to pass to flowd.
+# Default is empty.
#
. %%RC_SUBR%%
@@ -21,7 +23,6 @@ load_rc_config ${name}
: ${flowd_enable="NO"}
: ${flowd_conf="%%PREFIX%%/etc/flowd.conf"}
-: ${flowd_flags=""}
required_files="${flowd_conf}"
command="%%PREFIX%%/sbin/flowd"