]> andersk Git - openssh.git/blobdiff - contrib/cygwin/ssh-host-config
- (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a
[openssh.git] / contrib / cygwin / ssh-host-config
index b41a2e49b65f47be3fc13328757780ab73222c5a..fbfb5c195a33d5b44c2bdb2711f6a6e328a0e7bc 100644 (file)
@@ -583,6 +583,16 @@ then
        chown "${_user}".544 ${LOCALSTATEDIR}/log/sshd.log
       fi
     fi
+    if ! ( mount | egrep -q 'on /(|usr/(bin|lib)) type system' )
+    then
+      echo
+      echo "Warning: It appears that you have user mode mounts (\"Just me\""
+      echo "chosen during install.)  Any daemons installed as services will"
+      echo "fail to function unless system mounts are used.  To change this,"
+      echo "re-run setup.exe and choose \"All users\"."
+      echo
+      echo "For more information, see http://cygwin.com/faq/faq0.html#TOC33"
+    fi
   fi
 fi
 
This page took 0.029466 seconds and 4 git commands to generate.