diff options
-rw-r--r-- | net-mgmt/cdpd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/cdpd/files/cdpd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile index adcee4b51f8e..b5513a3bda57 100644 --- a/net-mgmt/cdpd/Makefile +++ b/net-mgmt/cdpd/Makefile @@ -6,7 +6,7 @@ PORTNAME= cdpd PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ 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" |