summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-10-07 22:37:02 +0000
committershattered <shattered@pkgsrc.org>2011-10-07 22:37:02 +0000
commit71db9a133ff376069d97558f841cdb3bc6dc94a1 (patch)
tree75ef48345219d9f2eae0e84eec7aba37813d0bcb /sysutils/xentools41
parentd358ae662e63ea89e74eacc3c53da9a4e2b433ad (diff)
downloadpkgsrc-71db9a133ff376069d97558f841cdb3bc6dc94a1.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