summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-07-05 16:22:32 -0700
committerTim Rice <tim@multitalents.net>2002-07-05 16:22:32 -0700
commitb66e292912933f1de8e5ca22df705e5d5dae6b00 (patch)
treed662a30544ed50afe6f6024cfecafb97664f9f05 /contrib/cygwin
parente958ed3624deeca53519b8a870e6d545d6a8fd3d (diff)
[contrib/cygwin/ssh-host-config] double slash corrction
from vinschen@redhat.com
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/ssh-host-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config
index df8341c85..c263d60ff 100644
--- a/contrib/cygwin/ssh-host-config
+++ b/contrib/cygwin/ssh-host-config
@@ -568,7 +568,7 @@ then
568 [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty" 568 [ -z "${_cygwin}" ] && _cygwin="binmode ntsec tty"
569 if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" 569 if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}"
570 then 570 then
571 chown system /${SYSCONFDIR}/ssh* 571 chown system ${SYSCONFDIR}/ssh*
572 echo 572 echo
573 echo "The service has been installed under LocalSystem account." 573 echo "The service has been installed under LocalSystem account."
574 fi 574 fi