From 3119090a5d4093452ef81d70ad60073116f27cbf Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 21 Dec 2006 22:13:24 +0000 Subject: - Fix rc script for 6.X - Bump PORTREVISION PR: ports/106917 Submitted by: Simon Phoenix Approved by: maintainer --- emulators/kqemu-kmod/Makefile | 2 +- emulators/kqemu-kmod/files/kqemu.in | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'emulators/kqemu-kmod') diff --git a/emulators/kqemu-kmod/Makefile b/emulators/kqemu-kmod/Makefile index 8bfcf08aea1d..3b3373ee2117 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 c8ececdd2226..7662ca3cccd1 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 -- cgit v1.2.3