summaryrefslogtreecommitdiff
path: root/opensshd.init.in
diff options
context:
space:
mode:
authordtucker <dtucker>2006-01-29 13:22:39 +0000
committerdtucker <dtucker>2006-01-29 13:22:39 +0000
commitaaff370933b56c79b7d5ed64db2e43ba965b6205 (patch)
tree5d31a448003aa6a663e138341c93b112fc701db9 /opensshd.init.in
parent2fb827be7a018575b6c58b17d70339ae8feb1e8e (diff)
downloadopenssh-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-xopensshd.init.in2
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.