aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-02-08 16:08:30 +0800
committersem <sem@FreeBSD.org>2007-02-08 16:08:30 +0800
commitf90875564a0164644bf6a02b2a7087748deb8be1 (patch)
tree7545e79a7398ff8a903e242890f1ffcb76a730b2 /net-mgmt
parent45ec0575eb78f85c2b8d92a597b06e1d5e2aa950 (diff)
downloadfreebsd-ports-gnome-f90875564a0164644bf6a02b2a7087748deb8be1.tar.gz
freebsd-ports-gnome-f90875564a0164644bf6a02b2a7087748deb8be1.tar.zst
freebsd-ports-gnome-f90875564a0164644bf6a02b2a7087748deb8be1.zip
- Fix a type in rc script.
Submitted by: Helge Oldach
Diffstat (limited to 'net-mgmt')
-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 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"