diff options
author | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-10-07 22:37:02 +0000 |
commit | 71db9a133ff376069d97558f841cdb3bc6dc94a1 (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /sysutils/xentools41 | |
parent | d358ae662e63ea89e74eacc3c53da9a4e2b433ad (diff) | |
download | pkgsrc-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.sh | 2 | ||||
-rw-r--r-- | sysutils/xentools41/files/xencommons.sh | 2 | ||||
-rw-r--r-- | sysutils/xentools41/files/xend.sh | 2 | ||||
-rw-r--r-- | sysutils/xentools41/files/xendomains.sh | 2 |
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 |