- Fix a type in rc script.

Submitted by:	Helge Oldach
This commit is contained in:
Sergey Matveychuk 2007-02-08 08:08:30 +00:00
parent b4d6d97894
commit 87ae83ca17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184560
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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"