diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-06 17:03:55 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-06 17:03:55 +0000 |
commit | 680d65a646feaea3c3440ca81732c3c09ae95d15 (patch) | |
tree | f1d28e9822c2df07e37ac314f0c86ab9ea7e6995 /Changelog | |
parent | 68480dc30f9cdf4a660ea773353d2c9f56eb61d8 (diff) | |
download | busybox-w32-680d65a646feaea3c3440ca81732c3c09ae95d15.tar.gz busybox-w32-680d65a646feaea3c3440ca81732c3c09ae95d15.tar.bz2 busybox-w32-680d65a646feaea3c3440ca81732c3c09ae95d15.zip |
"mount" now reports errors from nfsmount() and assumes NFS mount
if ':' is present in the device name - Pavel Roskin
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ | |||
57 | * Implemented "rm -- <foo>" | 57 | * Implemented "rm -- <foo>" |
58 | * "which" rewritten to use stat(). Fixes to improve its compatability | 58 | * "which" rewritten to use stat(). Fixes to improve its compatability |
59 | with traditional implementations -- Pavel Roskin. | 59 | with traditional implementations -- Pavel Roskin. |
60 | * "mount" now reports errors from nfsmount() and assumes NFS mount | ||
61 | if ':' is present in the device name - Pavel Roskin | ||
60 | * More doc updates | 62 | * More doc updates |
61 | 63 | ||
62 | 64 | ||