diff options
author | dtucker <dtucker> | 2006-01-29 13:22:39 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2006-01-29 13:22:39 +0000 |
commit | aaff370933b56c79b7d5ed64db2e43ba965b6205 (patch) | |
tree | 5d31a448003aa6a663e138341c93b112fc701db9 /opensshd.init.in | |
parent | 2fb827be7a018575b6c58b17d70339ae8feb1e8e (diff) | |
download | openssh-aaff370933b56c79b7d5ed64db2e43ba965b6205.tar.gz |
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
opensshd.init script interpretter if /sbin/sh does not exist. ok tim@
Diffstat (limited to 'opensshd.init.in')
-rwxr-xr-x | opensshd.init.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opensshd.init.in b/opensshd.init.in index ffa7cdac..c36c5c88 100755 --- a/opensshd.init.in +++ b/opensshd.init.in @@ -1,4 +1,4 @@ -#!/sbin/sh +#!@STARTUP_SCRIPT_SHELL@ # Donated code that was put under PD license. # # Stripped PRNGd out of it for the time being. |