diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-15 17:33:30 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-15 17:33:30 +0000 |
commit | 68852f97ac9a68c6097e777339e0463a5e11c9eb (patch) | |
tree | 59359f25ba4bd356c2dfce79735fb66db4bb4151 /Changelog | |
parent | 4657e97b6316ae1e9fe83a4a3309bc32894a440b (diff) | |
download | busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.gz busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.tar.bz2 busybox-w32-68852f97ac9a68c6097e777339e0463a5e11c9eb.zip |
Updates
git-svn-id: svn://busybox.net/trunk/busybox@101 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ | |||
7 | * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever | 7 | * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever |
8 | command you define it as will be run if the init script exits. | 8 | command you define it as will be run if the init script exits. |
9 | * Made createPath be quiet (again thanks to Eric Delaunay). | 9 | * Made createPath be quiet (again thanks to Eric Delaunay). |
10 | * Updated to install.sh to make it more robust (thanks to Adam Di Carlo) | ||
11 | * NFS support added to mount by Eric Delaunay. It costs 10k when compiled | ||
12 | in, but that is still a big win for those that use NFS. | ||
13 | * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay). | ||
10 | 14 | ||
11 | -Erik Andersen | 15 | -Erik Andersen |
12 | 16 | ||