aboutsummaryrefslogtreecommitdiff
path: root/databases/frontbase
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-01-14 08:57:23 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-01-14 08:57:23 +0000
commit83eb2c37009874672764765ec3bf3b59286c7391 (patch)
treea956ace1a4a1e10876d4c36f12af02bc9df6cb29 /databases/frontbase
parent3c1484f2613137d7eaba8577f6d580c5532ac912 (diff)
Notes
Diffstat (limited to 'databases/frontbase')
-rw-r--r--databases/frontbase/files/frontbase.sh.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/frontbase/files/frontbase.sh.in b/databases/frontbase/files/frontbase.sh.in
index 14b69a30711e..b11a623a3d49 100644
--- a/databases/frontbase/files/frontbase.sh.in
+++ b/databases/frontbase/files/frontbase.sh.in
@@ -11,8 +11,11 @@
# /etc/rc.conf.local
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
-#
+
+. /etc/rc.subr
+
name="frontbase"
+rcvar=frontbase_enable
frontbase_enable="${frontbase_enable-NO}"
frontbase_user="${frontbase_user-frontbase}"
@@ -20,10 +23,6 @@ frontbase_flags="${frontbase_flags--autostart}"
frontbase_pidfile="${frontbase_pidfile-/var/run/frontbase.pid}"
frontbase_logfile="${frontbase_logfile-/var/log/frontbase.log}"
-. /etc/rc.subr
-
-rcvar=`set_rcvar`
-
logfile=${frontbase_logfile}
runuser=${frontbase_user}