# HG changeset patch # User Oleksandr Gavenko # Date 1276625701 -10800 # Node ID 90e66cb8292abe4ee51f670b86452304a6711a2f # Parent 95d5fafa0a88763c34708dea8686d63d2ed5e587# Parent 645990ee83c80e55ee2bee5132345854d193888a merged diff -r 645990ee83c8 -r 90e66cb8292a cygwin.rst --- a/cygwin.rst Mon Jun 14 21:11:26 2010 +0300 +++ b/cygwin.rst Tue Jun 15 21:15:01 2010 +0300 @@ -10,14 +10,14 @@ Add to your PATH env var exactly before C:\WINDOWS\system32;C:\WINDOWS values: - set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH% - -Set CYGWIN env var: + set PATH=d:\opt\cygwin\bin;d:\opt\cygwin\usr\local\bin;%PATH% REM Set CYGWIN variable to 'nontsec'. That makes sure that permissions REM on your windows machine are not updated as a side effect of cygwin REM operations. - SET CYGWIN=binary nontsec nodosfilewarning codepage:utf8 + set CYGWIN=binary nontsec nodosfilewarning codepage:cp1251 noglob + + set LANG=ru_RU.cp1251 Set HOME env var (where places config file and projects): @@ -29,7 +29,7 @@ ** Recreate /etc/passwd and /etc/groups. - $ mkpasswd -d | grep $yourlogin > /etc/passwd # if you in Windows domen - $ mkpasswd -l > /etc/passwd # if you in Windows domen + $ mkpasswd -d | grep $yourlogin > /etc/passwd # if you in Windows domain + $ mkpasswd -l > /etc/passwd # if you in Windows domain $ mkgroup -l > /etc/group