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 | b9b069269204f42471ba5a28d535c17010e17755 (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /emulators | |
parent | 8d3de423b60a2e6bfc46fa36ccaa48aa4b1a6807 (diff) | |
download | pkgsrc-b9b069269204f42471ba5a28d535c17010e17755.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cygwin_esound/files/cygwin_esd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cygwin_esound/files/cygwin_esd.sh b/emulators/cygwin_esound/files/cygwin_esd.sh index 44dad82f7b8..904158b217e 100644 --- a/emulators/cygwin_esound/files/cygwin_esd.sh +++ b/emulators/cygwin_esound/files/cygwin_esd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: cygwin_esd.sh,v 1.2 2004/10/11 21:02:53 tv Exp $ +# $NetBSD: cygwin_esd.sh,v 1.3 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: cygwin_esd # REQUIRE: DAEMON |