: export MANWIDTH=80 rm -f cyg-passwd.txt echo "" > cyg-passwd.txt echo -e "\nrun setup to install all pending changes" >> cyg-passwd.txt echo -n "run setup to install all pending changes : " read JUNK echo -e "\n$ cygcheck -l cygwin-doc" >> cyg-passwd.txt cygcheck -l cygwin-doc | grep passwd >> cyg-passwd.txt echo -e "\n$ cygcheck -l openssl" >> cyg-passwd.txt cygcheck -l openssl | grep passwd >> cyg-passwd.txt echo -e "\n$ cygcheck -cv cygwin-do" >> cyg-passwd.txt cygcheck -cv cygwin-doc >> cyg-passwd.txt echo -e "\n$ cygcheck -cv openssl" >> cyg-passwd.txt cygcheck -cv openssl >> cyg-passwd.txt echo -e "\nrun setup to reinstall cygwin-doc package" >> cyg-passwd.txt echo -n "run setup to reinstall cygwin-doc package : " read JUNK echo -e "\n$ man passwd" >> cyg-passwd.txt man passwd | head >> cyg-passwd.txt echo -e "\nrun setup to reinstall openssl package" >> cyg-passwd.txt echo -n "run setup to reinstall openssl package : " read JUNK echo -e "\n$ man passwd" >> cyg-passwd.txt man passwd | head >> cyg-passwd.txt