OSDN Git Service

* path.cc (struct opt): Rename "system" to "nouser".
authorcorinna <corinna>
Sun, 6 Apr 2008 09:56:41 +0000 (09:56 +0000)
committercorinna <corinna>
Sun, 6 Apr 2008 09:56:41 +0000 (09:56 +0000)
* postinsatll: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/path.cc
winsup/cygwin/postinstall

index bb38edc..2699ad9 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * path.cc (struct opt): Rename "system" to "nouser".
+       * postinsatll: Ditto.
+
 2008-04-05  Corinna Vinschen  <corinna@vinschen.de>
 
        * postinstall: New script.
index df6ee38..e9c4870 100644 (file)
@@ -2340,7 +2340,7 @@ struct opt
 } oopts[] =
 {
   {"user", MOUNT_SYSTEM, 1},
-  {"system", MOUNT_SYSTEM, 0},
+  {"nouser", MOUNT_SYSTEM, 0},
   {"binary", MOUNT_BINARY, 0},
   {"text", MOUNT_BINARY, 1},
   {"exec", MOUNT_EXEC, 0},
index 9e9319e..894a7c0 100755 (executable)
@@ -70,11 +70,11 @@ then
 # with  the filesystem.  It is  formatted as a  comma separated  list  of
 # options.  It contains at least  the type of mount (binary or text) plus
 # any additional options appropriate to  the filesystem type.  Recognized
-# options are binary, text, system, user, exec, notexec, cygexec, nosuid,
+# options are binary, text, nouser, user, exec, notexec, cygexec, nosuid,
 # managed.  For a description of the options see  the user's guide.  Note
-# that  system mount  points  are  not overridable  by  a  later  call to
+# that  nouser mount  points  are  not overridable  by  a  later  call to
 # mount(2).  This is only  possible for user mount  points.  Mount points
-# are by default system mount points, unless you specify the option user.
+# are by default nouser mount points, unless you specify the option user.
 #
 # The fifth (fs_freq) and sixth (fs_passno) field  are ignored.  They are
 # so far only specified to keep a Linux-like fstab file layout.
@@ -111,8 +111,8 @@ then
 #       none /mnt cygdrive binary 0 0
 #
 
-${CYGROOT//\\//}/bin /usr/bin ${FS_TYPE} binary,system 0 0
-${CYGROOT//\\//}/lib /usr/lib ${FS_TYPE} binary,system 0 0
+${CYGROOT//\\//}/bin /usr/bin ${FS_TYPE} binary 0 0
+${CYGROOT//\\//}/lib /usr/lib ${FS_TYPE} binary 0 0
 # This is default anyway:
 # none /cygdrive cygdrive binary,user 0 0
 EOF