summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
diff options
context:
space:
mode:
authorshattered <shattered>2011-10-07 22:37:02 +0000
committershattered <shattered>2011-10-07 22:37:02 +0000
commitc612037ed051689fc7a8f711c7c1e5cf0717be4e (patch)
tree75ef48345219d9f2eae0e84eec7aba37813d0bcb /sysutils/xentools41
parentf7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff)
downloadpkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'sysutils/xentools41')
-rw-r--r--sysutils/xentools41/files/xen-watchdog.sh2
-rw-r--r--sysutils/xentools41/files/xencommons.sh2
-rw-r--r--sysutils/xentools41/files/xend.sh2
-rw-r--r--sysutils/xentools41/files/xendomains.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xentools41/files/xen-watchdog.sh b/sysutils/xentools41/files/xen-watchdog.sh
index bd27276664b..4d2a96b24ce 100644
--- a/sysutils/xentools41/files/xen-watchdog.sh
+++ b/sysutils/xentools41/files/xen-watchdog.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
# PROVIDE: xen-watchdog
# REQUIRE: DAEMON
diff --git a/sysutils/xentools41/files/xencommons.sh b/sysutils/xentools41/files/xencommons.sh
index 1e0536ebe09..62403c37ccd 100644
--- a/sysutils/xentools41/files/xencommons.sh
+++ b/sysutils/xentools41/files/xencommons.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
# PROVIDE: xencommons
# REQUIRE: DAEMON
diff --git a/sysutils/xentools41/files/xend.sh b/sysutils/xentools41/files/xend.sh
index c6115e4ec89..b7f52f3db21 100644
--- a/sysutils/xentools41/files/xend.sh
+++ b/sysutils/xentools41/files/xend.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
# PROVIDE: xend
# REQUIRE: xencommons
diff --git a/sysutils/xentools41/files/xendomains.sh b/sysutils/xentools41/files/xendomains.sh
index 8041703a9dd..e88b2ec7106 100644
--- a/sysutils/xentools41/files/xendomains.sh
+++ b/sysutils/xentools41/files/xendomains.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
# PROVIDE: xendomains
# REQUIRE: xend