This commit is contained in:
Eric Andersen
1999-12-07 23:14:59 +00:00
parent d00c262847
commit 485b9550fd
14 changed files with 1029 additions and 34 deletions

View File

@@ -1,3 +1,12 @@
0.38
* New Apps: ping and hostname contributed by Randolph Chung
<tausq@debian.org>
* on reboot, init called 'umount -a -n', which caused errors
when BB_MTAB was not enabled. Changed to 'umount -a',
which does the right thing.
-Erik Andrsen
0.38
* Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
file existed.