diff options
author | grant <grant@pkgsrc.org> | 2002-09-20 02:01:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-09-20 02:01:54 +0000 |
commit | 0c5bb6abccb3648b1f581fba23732776a8a92829 (patch) | |
tree | 4d9e6b802d8404a55612d206bdb15d7e07e80a35 /security | |
parent | 428690a394ebcecc7aaeea8041223c3b0d0d653d (diff) | |
download | pkgsrc-0c5bb6abccb3648b1f581fba23732776a8a92829.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 'security')
-rw-r--r-- | security/cyrus-sasl/files/sasl_pwcheck.sh | 4 | ||||
-rw-r--r-- | security/cyrus-sasl/files/saslauthd.sh | 4 | ||||
-rw-r--r-- | security/openssh/files/sshd.sh | 4 | ||||
-rw-r--r-- | security/pks/files/pksd.sh | 4 | ||||
-rw-r--r-- | security/ssh2/files/ssh2_secure_shell.sh | 4 | ||||
-rwxr-xr-x | security/winbind/files/winbindd.sh | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/security/cyrus-sasl/files/sasl_pwcheck.sh b/security/cyrus-sasl/files/sasl_pwcheck.sh index 32ea60034f9..77f421ae0ff 100644 --- a/security/cyrus-sasl/files/sasl_pwcheck.sh +++ b/security/cyrus-sasl/files/sasl_pwcheck.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: sasl_pwcheck.sh,v 1.9 2002/08/25 18:39:51 jlam Exp $ +# $NetBSD: sasl_pwcheck.sh,v 1.10 2002/09/20 02:02:00 grant Exp $ # # The pwcheck daemon allows UNIX password authentication with Cyrus SASL. # diff --git a/security/cyrus-sasl/files/saslauthd.sh b/security/cyrus-sasl/files/saslauthd.sh index 16b77de72df..f9d3bc93629 100644 --- a/security/cyrus-sasl/files/saslauthd.sh +++ b/security/cyrus-sasl/files/saslauthd.sh @@ -1,6 +1,6 @@ -#! /bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: saslauthd.sh,v 1.2 2002/08/25 18:39:51 jlam Exp $ +# $NetBSD: saslauthd.sh,v 1.3 2002/09/20 02:02:00 grant Exp $ # # The saslauthd daemon allows cleartext UNIX password authentication via # several authentication mechanisms with Cyrus SASL. diff --git a/security/openssh/files/sshd.sh b/security/openssh/files/sshd.sh index 69612516b67..aba871be2ee 100644 --- a/security/openssh/files/sshd.sh +++ b/security/openssh/files/sshd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: sshd.sh,v 1.9 2002/08/19 17:30:05 wiz Exp $ +# $NetBSD: sshd.sh,v 1.10 2002/09/20 02:02:00 grant Exp $ # # PROVIDE: sshd # REQUIRE: DAEMON LOGIN diff --git a/security/pks/files/pksd.sh b/security/pks/files/pksd.sh index 3f7c5239bd9..21d9334d45f 100644 --- a/security/pks/files/pksd.sh +++ b/security/pks/files/pksd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: pksd.sh,v 1.6 2002/02/05 06:04:41 jlam Exp $ +# $NetBSD: pksd.sh,v 1.7 2002/09/20 02:02:00 grant Exp $ # # PROVIDE: pksd # REQUIRE: DAEMON diff --git a/security/ssh2/files/ssh2_secure_shell.sh b/security/ssh2/files/ssh2_secure_shell.sh index 21f1db631da..5af794cecb6 100644 --- a/security/ssh2/files/ssh2_secure_shell.sh +++ b/security/ssh2/files/ssh2_secure_shell.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: ssh2_secure_shell.sh,v 1.1.1.1 2002/08/06 00:48:14 seb Exp $ +# $NetBSD: ssh2_secure_shell.sh,v 1.2 2002/09/20 02:02:00 grant Exp $ # # PROVIDE: ssh2_secure_shell # REQUIRE: DAEMON LOGIN diff --git a/security/winbind/files/winbindd.sh b/security/winbind/files/winbindd.sh index 382bdb5af32..4e0e43ca0ba 100755 --- a/security/winbind/files/winbindd.sh +++ b/security/winbind/files/winbindd.sh @@ -1,6 +1,6 @@ -#!/bin/sh +#!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: winbindd.sh,v 1.1.1.1 2002/07/29 04:19:00 jlam Exp $ +# $NetBSD: winbindd.sh,v 1.2 2002/09/20 02:02:01 grant Exp $ # # PROVIDE: winbindd # REQUIRE: nmbd |