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/ssh2 | |
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/ssh2')
-rw-r--r-- | security/ssh2/files/ssh2_secure_shell.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |