]> mj.ucw.cz Git - libucw.git/commit
LibUCW: Added `ucw-' prefix to utils.
authorPavel Charvat <pchar@ucw.cz>
Fri, 6 Dec 2013 22:32:14 +0000 (23:32 +0100)
committerPavel Charvat <pchar@ucw.cz>
Fri, 6 Dec 2013 22:32:14 +0000 (23:32 +0100)
commit78a39d6019e14a576bd58a26f0c161980ae51daf
tree7dee883484f9ce51945a8320ed21f4cfb0885b5c
parentdc08bdc559870143ba385f172f9777bc37d1e4c1
LibUCW: Added `ucw-' prefix to utils.
25 files changed:
ucw/daemon.h
ucw/default.cfg
ucw/doc/basecode.txt
ucw/doc/daemon.txt
ucw/shell/Makefile
ucw/shell/config.c [deleted file]
ucw/shell/config.t
ucw/shell/libucw.sh
ucw/shell/logger.c [deleted file]
ucw/shell/logoutput.c [deleted file]
ucw/shell/ucw-config.c [new file with mode: 0644]
ucw/shell/ucw-logger.c [new file with mode: 0644]
ucw/shell/ucw-logoutput.c [new file with mode: 0644]
ucw/utils/Makefile
ucw/utils/basecode.c [deleted file]
ucw/utils/basecode.t
ucw/utils/daemon-control.c [deleted file]
ucw/utils/daemon-helper.c [deleted file]
ucw/utils/rotate-log.pl [deleted file]
ucw/utils/ucw-basecode.c [new file with mode: 0644]
ucw/utils/ucw-daemon-control.c [new file with mode: 0644]
ucw/utils/ucw-daemon-helper.c [new file with mode: 0644]
ucw/utils/ucw-rotate-log.pl [new file with mode: 0644]
ucw/utils/ucw-urltool.c [new file with mode: 0644]
ucw/utils/urltool.c [deleted file]