]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 19 Mar 2000 17:44:47 +0000 (17:44 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Mar 2000 17:44:47 +0000 (17:44 +0000)
old/sh-utils/ChangeLog

index 6b72f3ae092bf6dd7d3767564eef082157418af0..48ace761c4bf496348bf8930975cfa33349ffe20 100644 (file)
        * 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.