diff options
Diffstat (limited to 'net-mgmt/cdpd/files/cdpd.in')
-rw-r--r-- | net-mgmt/cdpd/files/cdpd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cdpd/files/cdpd.in b/net-mgmt/cdpd/files/cdpd.in index f6db15314afc..91a8cb052a75 100644 --- a/net-mgmt/cdpd/files/cdpd.in +++ b/net-mgmt/cdpd/files/cdpd.in @@ -30,7 +30,7 @@ command=%%PREFIX%%/sbin/$name # set defaults cdpd_enable=${cdpd_enable:-"NO"} -cdpr_flags=${cdpd_flags:-"-a"} +cdpd_flags=${cdpd_flags:-"-a"} load_rc_config $name run_rc_command "$1" |