merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 15 Jun 2010 21:15:01 +0300
changeset 420 90e66cb8292a
parent 414 95d5fafa0a88 (diff)
parent 419 645990ee83c8 (current diff)
child 423 f7526a8b7bbd
merged
--- 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