1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Eliminate empty _flags assignment

- s/ipcad/flowd

Noticed by:	dougb
This commit is contained in:
Wesley Shields 2009-07-14 12:59:10 +00:00
parent ab83431b95
commit 78c96492b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237777

View File

@ -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"