mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix a type in rc script.
Submitted by: Helge Oldach
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= cdpd
|
PORTNAME= cdpd
|
||||||
PORTVERSION= 1.0.2
|
PORTVERSION= 1.0.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
|
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ command=%%PREFIX%%/sbin/$name
|
||||||
# set defaults
|
# set defaults
|
||||||
|
|
||||||
cdpd_enable=${cdpd_enable:-"NO"}
|
cdpd_enable=${cdpd_enable:-"NO"}
|
||||||
cdpr_flags=${cdpd_flags:-"-a"}
|
cdpd_flags=${cdpd_flags:-"-a"}
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue