]> andersk Git - openssh.git/commitdiff
- (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
authordtucker <dtucker>
Mon, 9 Jan 2006 13:02:44 +0000 (13:02 +0000)
committerdtucker <dtucker>
Mon, 9 Jan 2006 13:02:44 +0000 (13:02 +0000)
   tcpip service so it's always started after IP is up.  Patch from
   vinschen at redhat.com.

ChangeLog
contrib/cygwin/ssh-host-config

index c23eda132ce35be7e51368aa960078b09990f2a7..72be7e93020a1ca3ab3437ab6d69cdb44bd94b34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20060109
+ - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on
+   tcpip service so it's always started after IP is up.  Patch from
+   vinschen at redhat.com.
+
 20060106
  - (djm) OpenBSD CVS Sync
    - jmc@cvs.openbsd.org 2006/01/03 16:31:10
index fbfb5c195a33d5b44c2bdb2711f6a6e328a0e7bc..0540890e644bc8d8124d40eb5ec595d9b79a879c 100644 (file)
@@ -551,14 +551,14 @@ then
       [ -z "${_cygwin}" ] && _cygwin="ntsec"
       if [ $_nt2003 -gt 0 -a "${sshd_server_in_sam}" = "yes" ]
       then
-       if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -u sshd_server -w "${_password}" -e "CYGWIN=${_cygwin}"
+       if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -u sshd_server -w "${_password}" -e "CYGWIN=${_cygwin}" -y tcpip
        then
          echo
          echo "The service has been installed under sshd_server account."
          echo "To start the service, call \`net start sshd' or \`cygrunsrv -S sshd'."
        fi
       else
-       if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}"
+       if cygrunsrv -I sshd -d "CYGWIN sshd" -p /usr/sbin/sshd -a -D -e "CYGWIN=${_cygwin}" -y tcpip
        then
          echo
          echo "The service has been installed under LocalSystem account."
This page took 0.052857 seconds and 5 git commands to generate.