search for: dos_var_empty

Displaying 4 results from an estimated 4 matches for "dos_var_empty".

2002 Jul 07
1
[PATCH]: Some fixes in contrib/cygwin/ssh-host-config
...ho echo "There are still ssh processes running. Please shut them down first." echo - #exit 1 + exit 1 fi # Check for ${SYSCONFDIR} directory @@ -340,7 +340,7 @@ then if request "Shall this script create a local user 'sshd' on this machine?" then dos_var_empty=`cygpath -w /var/empty` - net user sshd /add /fullname:"sshd privsep" "/HOMEDIR:$dos_var_empty" > /dev/null 2>&1 && sshd_in_sam=yes + net user sshd /add /fullname:"sshd privsep" "/homedir:$dos_var_empty" /active:no > /dev/null 2&g...
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
...n echo "Warning: The following function requires administrator privileges!" - if request "Shall this script create a local user 'sshd' on this machine?" + if request "Should this script create a local user 'sshd' on this machine?" then - dos_var_empty=`cygpath -w /var/empty` - net user sshd /add /fullname:"sshd privsep" "/homedir:$dos_var_empty" /active:no > /dev/null 2>&1 && sshd_in_sam=yes - if [ "$sshd_in_sam" != "yes" ] + dos_var_empty=`cygpath -w ${LOCALSTATEDIR}/empty` +...
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
...!= "yes" ] + then + if [ "$sshd_in_sam" != "yes" ] + then + echo "Warning: The following function requires administrator privileges!" + if request "Shall this script create a local user 'sshd' on this machine?" + then + dos_var_empty=`cygpath -w /var/empty` + net user sshd /add /fullname:"sshd privsep" "/HOMEDIR:$dos_var_empty" > /dev/null 2>&1 && sshd_in_sam=yes + if [ "$sshd_in_sam" != "yes" ] + then + echo "Warning: Creating the user 'sshd...
2005 Mar 13
0
[PATCH] contrib/cygwin/ssh-host-config: Reliability fix
...- echo "your ${SYSCONFDIR}/group file. Please regenerate this entry using 'mkgroup -l'" - echo "and restart this script." + echo "mkgroup -l produces no group with SID S-1-5-32-544 (Local administrators group)." exit 1 fi dos_var_empty=`cygpath -w ${LOCALSTATEDIR}/empty` -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.