diff options
author | grant <grant> | 2002-09-20 02:01:54 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-20 02:01:54 +0000 |
commit | 10fc4d9f3ae5420b5cd601f61ba3d3e59d5e812b (patch) | |
tree | 4d9e6b802d8404a55612d206bdb15d7e07e80a35 /sysutils | |
parent | dcd7aa5bf9c0571f102fb395cb5d1f35ef4f6e09 (diff) | |
download | pkgsrc-10fc4d9f3ae5420b5cd601f61ba3d3e59d5e812b.tar.gz |
Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
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 |