diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2014-05-11 10:03:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2014-05-11 10:03:32 +0000 |
commit | ab00b9ddd540006ad98f4a53f7aeb159e33d6f0a (patch) | |
tree | 8767ea7f42e0ab362c4a0955a35e0c45a6cc6993 /net/dhcprelay/files | |
parent | Chase the upgrade of kicad in CONFLICTS. (diff) |
Fix rc script.
PR: 168446
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Notes
Notes:
svn path=/head/; revision=353666
Diffstat (limited to 'net/dhcprelay/files')
-rw-r--r-- | net/dhcprelay/files/dhcprelay.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcprelay/files/dhcprelay.in b/net/dhcprelay/files/dhcprelay.in index e5424e45e7a8..f8288f8ab180 100644 --- a/net/dhcprelay/files/dhcprelay.in +++ b/net/dhcprelay/files/dhcprelay.in @@ -25,6 +25,6 @@ command_args="${dhcprelay_ifaces} ${dhcprelay_server}" load_rc_config ${name} -dhcprelay_enable=${dhcprelay_enable:"NO"} +dhcprelay_enable=${dhcprelay_enable:-"NO"} run_rc_command "$1" |