mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* path.cc (struct opt): Rename "system" to "nouser".
* postinsatll: Ditto.
This commit is contained in:
parent
ac6f159cd7
commit
93c5415116
@ -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.
|
||||
|
@ -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},
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user