diff options
author | zi <zi@FreeBSD.org> | 2012-01-05 06:59:28 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-01-05 06:59:28 +0800 |
commit | 70c86a54fc41ffeefe7ca09585026072fa3d6eb6 (patch) | |
tree | 166e835ed97261d9ae5941d8994f0eeaf06f78ff /dns | |
parent | ff9f9b34705600f140f96f7afbcfa3b475f6279e (diff) | |
download | freebsd-ports-graphics-70c86a54fc41ffeefe7ca09585026072fa3d6eb6.tar.gz freebsd-ports-graphics-70c86a54fc41ffeefe7ca09585026072fa3d6eb6.tar.zst freebsd-ports-graphics-70c86a54fc41ffeefe7ca09585026072fa3d6eb6.zip |
- Remove problematic empty variable assignment
Reported by: dougb
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ddclient/files/ddclient.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/ddclient/files/ddclient.in b/dns/ddclient/files/ddclient.in index 45711c32c36..ea066ddf1bb 100644 --- a/dns/ddclient/files/ddclient.in +++ b/dns/ddclient/files/ddclient.in @@ -25,6 +25,5 @@ required_files="%%PREFIX%%/etc/${name}.conf" load_rc_config ${name} : ${ddclient_enable="NO"} -: ${ddclient_flags=""} run_rc_command "$1" |