diff options
author | sem <sem@FreeBSD.org> | 2007-02-08 16:08:30 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-02-08 16:08:30 +0800 |
commit | f90875564a0164644bf6a02b2a7087748deb8be1 (patch) | |
tree | 7545e79a7398ff8a903e242890f1ffcb76a730b2 /net-mgmt | |
parent | 45ec0575eb78f85c2b8d92a597b06e1d5e2aa950 (diff) | |
download | freebsd-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/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" |