diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut/files/ups.sh | 4 | ||||
-rw-r--r-- | sysutils/ups-nut/files/upsd.sh | 4 | ||||
-rw-r--r-- | sysutils/ups-nut/files/upsdriver.sh | 4 | ||||
-rw-r--r-- | sysutils/ups-nut/files/upslog.sh | 4 | ||||
-rw-r--r-- | sysutils/ups-nut/files/upsmon.sh | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/ups-nut/files/ups.sh b/sysutils/ups-nut/files/ups.sh index 99371f31e32..0f3bce8fa89 100644 --- a/sysutils/ups-nut/files/ups.sh +++ b/sysutils/ups-nut/files/ups.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: ups.sh,v 1.9 2002/08/25 21:51:05 jlam Exp $ +# $NetBSD: ups.sh,v 1.10 2002/09/20 02:02:01 grant Exp $ # # KEYWORD: nostart diff --git a/sysutils/ups-nut/files/upsd.sh b/sysutils/ups-nut/files/upsd.sh index 62ca4d9883c..d2e23d55590 100644 --- a/sysutils/ups-nut/files/upsd.sh +++ b/sysutils/ups-nut/files/upsd.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upsd.sh,v 1.4 2002/02/15 08:55:59 seb Exp $ +# $NetBSD: upsd.sh,v 1.5 2002/09/20 02:02:01 grant Exp $ # # PROVIDE: upsd # REQUIRE: upsdriver diff --git a/sysutils/ups-nut/files/upsdriver.sh b/sysutils/ups-nut/files/upsdriver.sh index 485fa6a9214..feb36fa9b2f 100644 --- a/sysutils/ups-nut/files/upsdriver.sh +++ b/sysutils/ups-nut/files/upsdriver.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upsdriver.sh,v 1.5 2002/02/05 06:04:41 jlam Exp $ +# $NetBSD: upsdriver.sh,v 1.6 2002/09/20 02:02:01 grant Exp $ # # PROVIDE: upsdriver # REQUIRE: NETWORK syslogd mountcritremote diff --git a/sysutils/ups-nut/files/upslog.sh b/sysutils/ups-nut/files/upslog.sh index e3ba90f0798..2c9a0f9aaea 100644 --- a/sysutils/ups-nut/files/upslog.sh +++ b/sysutils/ups-nut/files/upslog.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upslog.sh,v 1.4 2002/02/05 06:04:41 jlam Exp $ +# $NetBSD: upslog.sh,v 1.5 2002/09/20 02:02:01 grant Exp $ # # PROVIDE: upslog # REQUIRE: upsd diff --git a/sysutils/ups-nut/files/upsmon.sh b/sysutils/ups-nut/files/upsmon.sh index 8d4c946c938..94d104a7f47 100644 --- a/sysutils/ups-nut/files/upsmon.sh +++ b/sysutils/ups-nut/files/upsmon.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: upsmon.sh,v 1.3 2002/02/05 06:04:42 jlam Exp $ +# $NetBSD: upsmon.sh,v 1.4 2002/09/20 02:02:01 grant Exp $ # # PROVIDE: upsmon # REQUIRE: upsd |