summaryrefslogtreecommitdiff
path: root/sysutils
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
parentf7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff)
downloadpkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xentools3/files/xenbackendd.sh4
-rw-r--r--sysutils/xentools33/files/xenbackendd.sh4
-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
6 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/xentools3/files/xenbackendd.sh b/sysutils/xentools3/files/xenbackendd.sh
index 0e7feb6c496..b0951df1314 100644
--- a/sysutils/xentools3/files/xenbackendd.sh
+++ b/sysutils/xentools3/files/xenbackendd.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xenbackendd.sh,v 1.1.1.1 2007/06/14 19:39:45 bouyer Exp $
+# $NetBSD: xenbackendd.sh,v 1.2 2011/10/07 22:37:06 shattered Exp $
#
# PROVIDE: xenbackendd
diff --git a/sysutils/xentools33/files/xenbackendd.sh b/sysutils/xentools33/files/xenbackendd.sh
index f1256ec3c53..b0951df1314 100644
--- a/sysutils/xentools33/files/xenbackendd.sh
+++ b/sysutils/xentools33/files/xenbackendd.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: xenbackendd.sh,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
+# $NetBSD: xenbackendd.sh,v 1.2 2011/10/07 22:37:06 shattered Exp $
#
# PROVIDE: xenbackendd
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