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 /net | |
parent | f7e05771e6c5453201a2c7c6a0e359bb1c87c04f (diff) | |
download | pkgsrc-c612037ed051689fc7a8f711c7c1e5cf0717be4e.tar.gz |
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
Diffstat (limited to 'net')
-rw-r--r-- | net/bind96/files/lwresd.sh | 4 | ||||
-rw-r--r-- | net/bind97/files/lwresd.sh | 4 | ||||
-rw-r--r-- | net/bind98/files/lwresd.sh | 4 | ||||
-rwxr-xr-x | net/dhcpcd/files/dhcpcd.sh | 2 | ||||
-rw-r--r-- | net/dnsmasq/files/dnsmasq.sh | 4 | ||||
-rwxr-xr-x | net/dtcp/files/dtcpc.sh | 4 | ||||
-rwxr-xr-x | net/dtcp/files/dtcps.sh | 4 | ||||
-rw-r--r-- | net/dtcpclient/files/dtcpclient.sh | 4 | ||||
-rw-r--r-- | net/mydns-pgsql/files/mydns.sh | 4 | ||||
-rwxr-xr-x | net/parpd/files/parpd.sh | 4 | ||||
-rw-r--r-- | net/ra-rtsp-proxy/files/rtspd.sh | 4 | ||||
-rw-r--r-- | net/radiusd-cistron/files/radiusd.sh | 4 | ||||
-rwxr-xr-x | net/snort/files/snort.sh | 4 | ||||
-rw-r--r-- | net/tspc/files/tspc.sh | 4 | ||||
-rw-r--r-- | net/vsftpd/files/vsftpd.sh | 4 | ||||
-rw-r--r-- | net/xymon/files/xymon.sh | 2 | ||||
-rw-r--r-- | net/xymonclient/files/xymonclient.sh | 2 |
17 files changed, 31 insertions, 31 deletions
diff --git a/net/bind96/files/lwresd.sh b/net/bind96/files/lwresd.sh index 3615742f9f7..553643490b7 100644 --- a/net/bind96/files/lwresd.sh +++ b/net/bind96/files/lwresd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: lwresd.sh,v 1.2 2009/02/23 09:22:16 adrianp Exp $ +# $NetBSD: lwresd.sh,v 1.3 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: lwresd # REQUIRE: SERVERS diff --git a/net/bind97/files/lwresd.sh b/net/bind97/files/lwresd.sh index ea9b9147b59..c679a9f8960 100644 --- a/net/bind97/files/lwresd.sh +++ b/net/bind97/files/lwresd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: lwresd.sh,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $ +# $NetBSD: lwresd.sh,v 1.2 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: lwresd # REQUIRE: SERVERS diff --git a/net/bind98/files/lwresd.sh b/net/bind98/files/lwresd.sh index 185943ec500..c679a9f8960 100644 --- a/net/bind98/files/lwresd.sh +++ b/net/bind98/files/lwresd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: lwresd.sh,v 1.1.1.1 2011/03/04 03:52:15 taca Exp $ +# $NetBSD: lwresd.sh,v 1.2 2011/10/07 22:37:03 shattered Exp $ # # PROVIDE: lwresd # REQUIRE: SERVERS diff --git a/net/dhcpcd/files/dhcpcd.sh b/net/dhcpcd/files/dhcpcd.sh index 620de4191fe..1b25d8580b8 100755 --- a/net/dhcpcd/files/dhcpcd.sh +++ b/net/dhcpcd/files/dhcpcd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # PROVIDE: dhcpcd # REQUIRE: network mountcritlocal diff --git a/net/dnsmasq/files/dnsmasq.sh b/net/dnsmasq/files/dnsmasq.sh index 81558399c12..fe2b707fce2 100644 --- a/net/dnsmasq/files/dnsmasq.sh +++ b/net/dnsmasq/files/dnsmasq.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dnsmasq.sh,v 1.1.1.1 2005/10/18 04:41:59 minskim Exp $ +# $NetBSD: dnsmasq.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: dnsmasq diff --git a/net/dtcp/files/dtcpc.sh b/net/dtcp/files/dtcpc.sh index c8bf33532ec..502f152717d 100755 --- a/net/dtcp/files/dtcpc.sh +++ b/net/dtcp/files/dtcpc.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dtcpc.sh,v 1.4 2007/07/02 09:46:51 joerg Exp $ +# $NetBSD: dtcpc.sh,v 1.5 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: dtcpc diff --git a/net/dtcp/files/dtcps.sh b/net/dtcp/files/dtcps.sh index 8323299a8cc..e883f1a358c 100755 --- a/net/dtcp/files/dtcps.sh +++ b/net/dtcp/files/dtcps.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dtcps.sh,v 1.4 2007/07/02 09:46:51 joerg Exp $ +# $NetBSD: dtcps.sh,v 1.5 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: dtcps diff --git a/net/dtcpclient/files/dtcpclient.sh b/net/dtcpclient/files/dtcpclient.sh index 0fdd7a6a9e2..57957cd8355 100644 --- a/net/dtcpclient/files/dtcpclient.sh +++ b/net/dtcpclient/files/dtcpclient.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: dtcpclient.sh,v 1.3 2007/07/02 09:46:52 joerg Exp $ +# $NetBSD: dtcpclient.sh,v 1.4 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: dtcpclient diff --git a/net/mydns-pgsql/files/mydns.sh b/net/mydns-pgsql/files/mydns.sh index 968bb4982fc..928b56c4a08 100644 --- a/net/mydns-pgsql/files/mydns.sh +++ b/net/mydns-pgsql/files/mydns.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: mydns.sh,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $ +# $NetBSD: mydns.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: mydns # REQUIRE: SERVERS diff --git a/net/parpd/files/parpd.sh b/net/parpd/files/parpd.sh index da0308768e4..b64284964c7 100755 --- a/net/parpd/files/parpd.sh +++ b/net/parpd/files/parpd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: parpd.sh,v 1.1.1.2 2008/12/15 15:55:42 roy Exp $ +# $NetBSD: parpd.sh,v 1.2 2011/10/07 22:37:05 shattered Exp $ # # PROVIDE: parpd diff --git a/net/ra-rtsp-proxy/files/rtspd.sh b/net/ra-rtsp-proxy/files/rtspd.sh index 13127250b61..10f7618606f 100644 --- a/net/ra-rtsp-proxy/files/rtspd.sh +++ b/net/ra-rtsp-proxy/files/rtspd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: rtspd.sh,v 1.3 2001/02/04 16:55:47 tron Exp $ +# $NetBSD: rtspd.sh,v 1.4 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: rtspd # REQUIRE: DAEMON diff --git a/net/radiusd-cistron/files/radiusd.sh b/net/radiusd-cistron/files/radiusd.sh index 1d26fe41b56..57348c34670 100644 --- a/net/radiusd-cistron/files/radiusd.sh +++ b/net/radiusd-cistron/files/radiusd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: radiusd.sh,v 1.1 2003/05/01 18:35:47 jmmv Exp $ +# $NetBSD: radiusd.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: radiusd diff --git a/net/snort/files/snort.sh b/net/snort/files/snort.sh index d6a9d444a1d..bbc006c23e7 100755 --- a/net/snort/files/snort.sh +++ b/net/snort/files/snort.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: snort.sh,v 1.1 2003/03/04 01:02:26 salo Exp $ +# $NetBSD: snort.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: snort diff --git a/net/tspc/files/tspc.sh b/net/tspc/files/tspc.sh index a5b6e320104..522082ab739 100644 --- a/net/tspc/files/tspc.sh +++ b/net/tspc/files/tspc.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: tspc.sh,v 1.1 2005/12/28 12:10:44 ghen Exp $ +# $NetBSD: tspc.sh,v 1.2 2011/10/07 22:37:04 shattered Exp $ # # PROVIDE: tspc diff --git a/net/vsftpd/files/vsftpd.sh b/net/vsftpd/files/vsftpd.sh index 8e197575ea7..c48555eaa5a 100644 --- a/net/vsftpd/files/vsftpd.sh +++ b/net/vsftpd/files/vsftpd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: vsftpd.sh,v 1.2 2004/11/11 13:51:31 xtraeme Exp $ +# $NetBSD: vsftpd.sh,v 1.3 2011/10/07 22:37:05 shattered Exp $ # # PROVIDE: vsftpd diff --git a/net/xymon/files/xymon.sh b/net/xymon/files/xymon.sh index a4653ecdb65..24e284cb7de 100644 --- a/net/xymon/files/xymon.sh +++ b/net/xymon/files/xymon.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # # Xymon site monitoring server # Startup script contributed by Nathan Arthur (originally for hobbitmon) diff --git a/net/xymonclient/files/xymonclient.sh b/net/xymonclient/files/xymonclient.sh index 940adcfa0f7..4953ed9b67c 100644 --- a/net/xymonclient/files/xymonclient.sh +++ b/net/xymonclient/files/xymonclient.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # # Xymon site monitoring server # Startup script contributed by Nathan Arthur (originally for hobbitmon) |