Author: adrian.chadd
Date: Sat May 2 20:57:46 2009
New Revision: 14024
Added:
branches/LUSCA_HEAD/tools/ufs_log_build.c
- copied unchanged from r14023, /branches/LUSCA_HEAD/tools/ufsdump.c
Removed:
branches/LUSCA_HEAD/tools/ufsdump.c
Modified:
branches/LUSCA_HEAD/tools/Makefile.am
Log:
Rename ufsdump to ufs_log_build, which is a much better description of what
this whole tool has become.
Modified: branches/LUSCA_HEAD/tools/Makefile.am
==============================================================================
--- branches/LUSCA_HEAD/tools/Makefile.am (original)
+++ branches/LUSCA_HEAD/tools/Makefile.am Sat May 2 20:57:46 2009
@@ -24,7 +24,7 @@
bin_PROGRAMS = \
squidclient \
- ufsdump \
+ ufs_log_build \
ufs_log_dump \
$(COSSDUMP)
@@ -33,7 +33,7 @@
squidclient_SOURCES = squidclient.c
cossdump_SOURCES = cossdump.c
-ufsdump_SOURCES = ufsdump.c
+ufs_log_build_SOURCES = ufs_log_build.c
ufs_log_dump_SOURCES = ufs_log_dump.c
cachemgr__CGIEXT__SOURCES = cachemgr.c
cachemgr__CGIEXT__CFLAGS =
-DDEFAULT_CACHEMGR_CONFIG=\"$(DEFAULT_CACHEMGR_CONFIG)\" $(AM_CFLAGS)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---