summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-31 18:18:16 +0000
committerJim Meyering <jim@meyering.net>1999-01-31 18:18:16 +0000
commit9a5044f0eaaa232029086c96f699fcee2cf39230 (patch)
tree84a3ad0151d72813d94321e47de5c46b231cf3d0 /old/sh-utils/ChangeLog
parent2f07328f17a278e8997ac5f61b1426ac18403e8a (diff)
downloadcoreutils-9a5044f0eaaa232029086c96f699fcee2cf39230.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d2246daea..bcec9a73a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,8 @@
1999-01-31 Jim Meyering <meyering@ascend.com>
+ * src/chroot.c (main): Call chdir ("/") after chroot.
+ Suggestion from James Youngman.
+
* src/uptime.c (print_uptime): Use the C numeric locale for sscanf
of /proc/uptime data, then restore.
* lib/getloadavg.c: Include locale.h.