* path.cc (struct opt): Rename "system" to "nouser".

* postinsatll: Ditto.
This commit is contained in:
Corinna Vinschen
2008-04-06 09:56:42 +00:00
parent ac6f159cd7
commit 93c5415116
3 changed files with 11 additions and 6 deletions

View 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},