diff options
author | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
---|---|---|
committer | shattered <shattered> | 2011-10-07 22:37:02 +0000 |
commit | c612037ed051689fc7a8f711c7c1e5cf0717be4e (patch) | |
tree | 75ef48345219d9f2eae0e84eec7aba37813d0bcb /filesystems | |
parent | f7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff) | |
download | pkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'filesystems')
-rwxr-xr-x | filesystems/glusterfs/files/glusterd.sh | 4 | ||||
-rwxr-xr-x | filesystems/glusterfs/files/glusterfsd.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/glusterfs/files/glusterd.sh b/filesystems/glusterfs/files/glusterd.sh index 8f4b1edd8c3..a786bcf0634 100755 --- a/filesystems/glusterfs/files/glusterd.sh +++ b/filesystems/glusterfs/files/glusterd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: glusterd.sh,v 1.7 2011/08/09 07:15:42 manu Exp $ +# $NetBSD: glusterd.sh,v 1.8 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: glusterd diff --git a/filesystems/glusterfs/files/glusterfsd.sh b/filesystems/glusterfs/files/glusterfsd.sh index 93ad02bc9ff..0b67605d098 100755 --- a/filesystems/glusterfs/files/glusterfsd.sh +++ b/filesystems/glusterfs/files/glusterfsd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: glusterfsd.sh,v 1.7 2011/08/09 07:15:42 manu Exp $ +# $NetBSD: glusterfsd.sh,v 1.8 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: glusterfsd |