mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Fix a syntax error in the ifdepd startup script
- Bump PORTREVISION - Remove the MD5 checksum from distinfo PR: ports/152397 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
This commit is contained in:
parent
ecd68964e8
commit
7b792d6e03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264888
3 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
PORTNAME= ifdepd
|
PORTNAME= ifdepd
|
||||||
PORTVERSION= 20050420
|
PORTVERSION= 20050420
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://alex.bmg.gv.at/programs/
|
MASTER_SITES= http://alex.bmg.gv.at/programs/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
MD5 (ifdepd-20050420.tar.gz) = 172caddd92da47e1165790b4eb16f9ec
|
|
||||||
SHA256 (ifdepd-20050420.tar.gz) = a8bae0d367b1419fb72879fed5868da4eba7d02bc28a62d0273fb45219f6b182
|
SHA256 (ifdepd-20050420.tar.gz) = a8bae0d367b1419fb72879fed5868da4eba7d02bc28a62d0273fb45219f6b182
|
||||||
SIZE (ifdepd-20050420.tar.gz) = 6852
|
SIZE (ifdepd-20050420.tar.gz) = 6852
|
||||||
|
|
|
@ -36,6 +36,6 @@ ifdepd_start()
|
||||||
|
|
||||||
load_rc_config $name
|
load_rc_config $name
|
||||||
|
|
||||||
ifdepd_enable=${ifdepd_enable:"NO"}
|
ifdepd_enable=${ifdepd_enable:-"NO"}
|
||||||
|
|
||||||
run_rc_command "$1"
|
run_rc_command "$1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue