aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-03-23 15:31:46 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-03-23 15:31:46 +0000
commit30f228505dfcfa8d031d99c3fa6d2f8b73b56b58 (patch)
treedf8967151eb5a6dc2f3e0432e27f5e92e539e4e7 /mail
parent04ca8c562a35026d561aa19667ac7aaea855ccef (diff)
downloadports-30f228505dfcfa8d031d99c3fa6d2f8b73b56b58.tar.gz
ports-30f228505dfcfa8d031d99c3fa6d2f8b73b56b58.zip
Fix quote issue in the startup script.
Noticed by: Troy <troy@twisted.net> Fix by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Notes
Notes: svn path=/head/; revision=158013
Diffstat (limited to 'mail')
-rw-r--r--mail/drac/Makefile2
-rw-r--r--mail/drac/files/dracd.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index 88da6b3ba9b4..420db30c2797 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -7,7 +7,7 @@
PORTNAME= drac
PORTVERSION= 1.12
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cc.umanitoba.ca/src/ \
http://atreides.freenix.no/~anders/ \
diff --git a/mail/drac/files/dracd.sh.in b/mail/drac/files/dracd.sh.in
index 8601bfd86aec..a6a77c3cb137 100644
--- a/mail/drac/files/dracd.sh.in
+++ b/mail/drac/files/dracd.sh.in
@@ -20,7 +20,7 @@ dracd_flags=${dracd_flags-""}
name="dracd"
rcvar=`set_rcvar`
-command="%%PREFIX%%/sbin/rpc.dracd "${dracd_flags}
+command="%%PREFIX%%/sbin/rpc.dracd ${dracd_flags}"
load_rc_config $name
run_rc_command "$1"