mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix the way rc.d default values are initialized so that drac will startup
with the new localpkg on -CURRENT. Submitted by: mtm
This commit is contained in:
parent
3e696e436c
commit
6243f110f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114794
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= drac
|
||||
PORTVERSION= 1.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \
|
||||
http://atreides.freenix.no/~anders/ \
|
||||
|
@ -13,8 +13,7 @@
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
dracd_enable="NO"
|
||||
dracd_flags=""
|
||||
dracd_enable=${dracd_enable-"NO"}
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user