]> mj.ucw.cz Git - libucw.git/commit
Moved some utils from utils/ to ucw/
authorMartin Mares <mj@ucw.cz>
Tue, 9 Sep 2008 10:53:03 +0000 (12:53 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 9 Sep 2008 10:53:03 +0000 (12:53 +0200)
commita9a21e8dbd6782e71283171be9ddc0d908c69626
treec300a89f585150660ee448ebaad46dc3d415d429
parent1b40267def6197cb9ff59f13910a43f0e0e691b9
Moved some utils from utils/ to ucw/

Some of the utilities do not need sherlock (and are not anyhow related
to it), so they were moved to libucw:

    * b224 (base224 encoder/decoder)
    * daemon-helper (replacement for start-stop-daemon)
    * hex (hex dumper)
    * rotate-log (log rotator)
    * urltool (url manipulating tool)

Introduced a CONFIG_UCW_UTILS config switch which controls compilation
of these utilities.

Originally by Michal, with minor changes by MJ:

    * basecode.test is added to TESTS only if CONFIG_UCW_UTILS is set.
    * Changed the order of Makefile sections and Set statements to
      a more logical one.
free/libs/default.cfg
ucw/Makefile
ucw/b224.c [new file with mode: 0644]
ucw/daemon-helper.c [new file with mode: 0644]
ucw/default.cfg
ucw/hex.c [new file with mode: 0644]
ucw/rotate-log.pl [new file with mode: 0644]
ucw/urltool.c [new file with mode: 0644]