* postinstall: Set IFS to LF only. Change while loop in subshell to

for loop in parent shell.  Add code to read system mount points and
	system cygdrive prefix from registry and append them to /etc/fstab.
This commit is contained in:
Corinna Vinschen
2008-04-07 14:09:22 +00:00
parent 999fa99044
commit 6c74e7d7fc
2 changed files with 72 additions and 18 deletions

View File

@@ -1,3 +1,9 @@
2008-04-07 Corinna Vinschen <corinna@vinschen.de>
* postinstall: Set IFS to LF only. Change while loop in subshell to
for loop in parent shell. Add code to read system mount points and
system cygdrive prefix from registry and append them to /etc/fstab.
2008-04-06 Corinna Vinschen <corinna@vinschen.de>
* path.cc (struct opt): Rename "system" to "nouser".