From 7018d574904e3075f6fca92681e848aebe82b96d Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 29 Sep 2008 03:15:14 +0000 Subject: Rename all modinfo.txt files to info.txt, since they are all (none) of them modules now. In any case there is no distinction so info.txt seems better. --- src/utils/info.txt | 27 +++++++++++++++++++++++++++ src/utils/modinfo.txt | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 src/utils/info.txt delete mode 100644 src/utils/modinfo.txt (limited to 'src/utils') diff --git a/src/utils/info.txt b/src/utils/info.txt new file mode 100644 index 000000000..5effb77ed --- /dev/null +++ b/src/utils/info.txt @@ -0,0 +1,27 @@ +realname "Utility Functions" + +define UTIL_FUNCTIONS + +load_on auto + + +charset.cpp +mlock.cpp +parsing.cpp +util.cpp +version.cpp +bit_ops.h +bswap.h +charset.h +loadstor.h +mem_ops.h +parsing.h +rotate.h +stl_util.h +types.h +util.h +version.h +xor_buf.h +ui.h +ui.cpp + diff --git a/src/utils/modinfo.txt b/src/utils/modinfo.txt deleted file mode 100644 index 5effb77ed..000000000 --- a/src/utils/modinfo.txt +++ /dev/null @@ -1,27 +0,0 @@ -realname "Utility Functions" - -define UTIL_FUNCTIONS - -load_on auto - - -charset.cpp -mlock.cpp -parsing.cpp -util.cpp -version.cpp -bit_ops.h -bswap.h -charset.h -loadstor.h -mem_ops.h -parsing.h -rotate.h -stl_util.h -types.h -util.h -version.h -xor_buf.h -ui.h -ui.cpp - -- cgit v1.2.3