aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-26 19:18:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-26 19:18:17 +0000
commit6243f110f16ae3ec9d0177f34c7c1a2cb875227d (patch)
tree3aea0b471ef513786e0634a7ede7d61797e1a77f /mail
parent3e696e436ceafe648bae6efcce8083b10d87e065 (diff)
downloadports-6243f110f16ae3ec9d0177f34c7c1a2cb875227d.tar.gz
ports-6243f110f16ae3ec9d0177f34c7c1a2cb875227d.zip
Fix the way rc.d default values are initialized so that drac will startup
with the new localpkg on -CURRENT. Submitted by: mtm
Notes
Notes: svn path=/head/; revision=114794
Diffstat (limited to 'mail')
-rw-r--r--mail/drac/Makefile2
-rw-r--r--mail/drac/files/dracd.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index cae35549c202..f209cf5f26dd 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -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/ \
diff --git a/mail/drac/files/dracd.sh b/mail/drac/files/dracd.sh
index 7bb1a3dcd895..c7be70a1df3c 100644
--- a/mail/drac/files/dracd.sh
+++ b/mail/drac/files/dracd.sh
@@ -13,8 +13,7 @@
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
-dracd_enable="NO"
-dracd_flags=""
+dracd_enable=${dracd_enable-"NO"}
. %%RC_SUBR%%