summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-19 17:44:47 +0000
committerJim Meyering <jim@meyering.net>2000-03-19 17:44:47 +0000
commit784f0940b835d07840287cead74096ca1dd8317c (patch)
treeb26da008a1681c4dd3d90cd6be0df28a271c43d9 /old
parent3cb1bf80e052505e15ab4409b750f9985a3d71c2 (diff)
downloadcoreutils-784f0940b835d07840287cead74096ca1dd8317c.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6b72f3ae0..48ace761c 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -21,14 +21,6 @@
* tests/date/Test.pm: Set the default TZ value to UTC0, not UTC.
The latter didn't have any effect on alphaev56-dec-osf4.0f.
- chroot accepts new option: --no-chdir
- * src/chroot.c (<getopt.h>): Include it.
- (INHIBIT_CHDIR): Define.
- (longopts): Declare and define.
- (usage): Describe new option.
- (main): Use getopt_long.
- Don't call `chdir ("/")' if --no-chdir was specified.
-
Final merge with fileutils.
* src/system.h: Use standard `#if TIME_WITH_SYS_TIME...' block
rather than `#if TM_IN_SYS_TIME' one.