diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-08 08:08:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-02-08 08:08:30 +0000 |
commit | 87ae83ca17ecce3d187f33ecb1eafa2fbfa0951e (patch) | |
tree | be6a93d1fb759f2e91137c0aa6a907baae77fc80 /net-mgmt/cdpd | |
parent | b4d6d978948c475164545633ece81b2ba934053a (diff) | |
download | ports-87ae83ca17ecce3d187f33ecb1eafa2fbfa0951e.tar.gz ports-87ae83ca17ecce3d187f33ecb1eafa2fbfa0951e.zip |
Notes
Diffstat (limited to 'net-mgmt/cdpd')
-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" |