mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00: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
@ -5,7 +5,7 @@
|
||||
|
||||
PORTNAME= ifdepd
|
||||
PORTVERSION= 20050420
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://alex.bmg.gv.at/programs/
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (ifdepd-20050420.tar.gz) = 172caddd92da47e1165790b4eb16f9ec
|
||||
SHA256 (ifdepd-20050420.tar.gz) = a8bae0d367b1419fb72879fed5868da4eba7d02bc28a62d0273fb45219f6b182
|
||||
SIZE (ifdepd-20050420.tar.gz) = 6852
|
||||
|
@ -36,6 +36,6 @@ ifdepd_start()
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
ifdepd_enable=${ifdepd_enable:"NO"}
|
||||
ifdepd_enable=${ifdepd_enable:-"NO"}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user