summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-21 22:13:24 +0000
committermiwi <miwi@FreeBSD.org>2006-12-21 22:13:24 +0000
commitafc963e0c3e050681c36f7fbc03d245241b358df (patch)
tree32d0a906a21ae1908d404a858fde4b4883a56ad6 /emulators
parentcb5ab803abf79e590e0fa807d4e83badbbb08aa9 (diff)
downloadFreeBSD-ports-afc963e0c3e050681c36f7fbc03d245241b358df.zip
FreeBSD-ports-afc963e0c3e050681c36f7fbc03d245241b358df.tar.gz
- Fix rc script for 6.X
- Bump PORTREVISION PR: ports/106917 Submitted by: Simon Phoenix<phoenix.simon@gmail.com> Approved by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r--emulators/kqemu-kmod-devel/Makefile2
-rw-r--r--emulators/kqemu-kmod-devel/files/kqemu.in6
-rw-r--r--emulators/kqemu-kmod/Makefile2
-rw-r--r--emulators/kqemu-kmod/files/kqemu.in6
4 files changed, 12 insertions, 4 deletions
diff --git a/emulators/kqemu-kmod-devel/Makefile b/emulators/kqemu-kmod-devel/Makefile
index 8bfcf08..3b3373e 100644
--- a/emulators/kqemu-kmod-devel/Makefile
+++ b/emulators/kqemu-kmod-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kqemu
PORTVERSION= 1.3.0.p9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://qemu.org/
PKGNAMESUFFIX= -kmod
diff --git a/emulators/kqemu-kmod-devel/files/kqemu.in b/emulators/kqemu-kmod-devel/files/kqemu.in
index c8ececd..7662ca3 100644
--- a/emulators/kqemu-kmod-devel/files/kqemu.in
+++ b/emulators/kqemu-kmod-devel/files/kqemu.in
@@ -12,8 +12,12 @@
. /etc/rc.subr
name="kqemu"
+rcvar=${name}_enable
+
load_rc_config $name
-rcvar=`set_rcvar`
+
+: ${kqemu_enable="NO"}
+
start_cmd=kqemu_start
stop_cmd=kqemu_stop
diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile
index 8bfcf08..3b3373e 100644
--- a/emulators/kqemu-kmod/Makefile
+++ b/emulators/kqemu-kmod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kqemu
PORTVERSION= 1.3.0.p9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://qemu.org/
PKGNAMESUFFIX= -kmod
diff --git a/emulators/kqemu-kmod/files/kqemu.in b/emulators/kqemu-kmod/files/kqemu.in
index c8ececd..7662ca3 100644
--- a/emulators/kqemu-kmod/files/kqemu.in
+++ b/emulators/kqemu-kmod/files/kqemu.in
@@ -12,8 +12,12 @@
. /etc/rc.subr
name="kqemu"
+rcvar=${name}_enable
+
load_rc_config $name
-rcvar=`set_rcvar`
+
+: ${kqemu_enable="NO"}
+
start_cmd=kqemu_start
stop_cmd=kqemu_stop
OpenPOWER on IntegriCloud