summaryrefslogtreecommitdiff
path: root/sysutils/xentools20/files/xend.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools20/files/xend.sh')
-rw-r--r--sysutils/xentools20/files/xend.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/xentools20/files/xend.sh b/sysutils/xentools20/files/xend.sh
index 86ddc462b2d..418ae4f3264 100644
--- a/sysutils/xentools20/files/xend.sh
+++ b/sysutils/xentools20/files/xend.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xend.sh,v 1.1 2005/03/17 23:53:56 bouyer Exp $
+# $NetBSD: xend.sh,v 1.1.2.1 2005/05/31 11:13:04 salo Exp $
#
# PROVIDE: xend
# REQUIRE: disks network
@@ -13,10 +13,8 @@ fi
name="xend"
rcvar=$name
command="@PREFIX@/sbin/xend"
-ctl_command="@PREFIX@/sbin/xend"
-start_cmd="echo starting ${command} && ${command} start"
-stop_cmd="echo stopping ${command} && ${command} stop"
-restart_cmd="echo restarting ${command} && ${command} restart"
+command_interpreter="@RCD_INTERPRETER@"
+start_cmd="echo starting ${name}. && ${command} start"
load_rc_config $name
run_rc_command "$1"