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 /filesystems | |
parent | 8d3de423b60a2e6bfc46fa36ccaa48aa4b1a6807 (diff) | |
download | pkgsrc-b9b069269204f42471ba5a28d535c17010e17755.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 |