1
0
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:
Joe Marcus Clarke 2004-07-26 19:18:17 +00:00
parent 3e696e436c
commit 6243f110f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114794
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -13,8 +13,7 @@
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
dracd_enable="NO"
dracd_flags=""
dracd_enable=${dracd_enable-"NO"}
. %%RC_SUBR%%