summaryrefslogtreecommitdiffstats
path: root/net-mgmt/cdpd
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-02-08 08:08:30 +0000
committersem <sem@FreeBSD.org>2007-02-08 08:08:30 +0000
commitf90875564a0164644bf6a02b2a7087748deb8be1 (patch)
tree7545e79a7398ff8a903e242890f1ffcb76a730b2 /net-mgmt/cdpd
parent45ec0575eb78f85c2b8d92a597b06e1d5e2aa950 (diff)
downloadFreeBSD-ports-f90875564a0164644bf6a02b2a7087748deb8be1.zip
FreeBSD-ports-f90875564a0164644bf6a02b2a7087748deb8be1.tar.gz
- Fix a type in rc script.
Submitted by: Helge Oldach
Diffstat (limited to 'net-mgmt/cdpd')
-rw-r--r--net-mgmt/cdpd/Makefile2
-rw-r--r--net-mgmt/cdpd/files/cdpd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile
index adcee4b..b5513a3 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 f6db153..91a8cb0 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"
OpenPOWER on IntegriCloud