Changeset 788 in MondoRescue
- Timestamp:
- Sep 13, 2006, 2:52:44 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/ChangeLog
r764 r788 3 3 MONDO CHANGES 4 4 5 2.3.0 (2006-07-30)5 3.0.0 (2006-08-30) 6 6 - indent on source files 7 7 - asprintf used instead of malloc_string + sprintf/strcpy/strcat without verifications. Optimisations on memory consumption (allocate only size needed + remove memory leaks) (Bruno Cornec) -
trunk/mondo/Makefile.am
r783 r788 1 1 AUTOMAKE_OPTIONS = 1.7 2 SUBDIRS = m4 mondopo2 SUBDIRS = m4 src po 3 3 man8_MANS = docs/man/mondoarchive.8 docs/man/mondorestore.8 4 4 -
trunk/mondo/configure.in
r783 r788 11 11 define(MONDO_TAG,MONDO_VER-MONDO_REV) 12 12 AC_INIT([Mondo Rescue],MONDO_TAG,[mondo-devel@lists.sourceforge.net]) 13 AC_CONFIG_SRCDIR([ mondo/mondoarchive/main.c])13 AC_CONFIG_SRCDIR([src/mondoarchive/main.c]) 14 14 AM_CONFIG_HEADER(config.h) 15 15 … … 127 127 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf]) 128 128 129 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/lib/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])129 AC_OUTPUT([Makefile src/Makefile src/common/Makefile src/lib/Makefile src/mondoarchive/Makefile src/mondorestore/Makefile src/restore-scripts/Makefile src/restore-scripts/mondo/Makefile src/restore-scripts/usr/Makefile src/restore-scripts/usr/bin/Makefile src/post-nuke.sample/Makefile src/post-nuke.sample/usr/Makefile src/post-nuke.sample/usr/bin/Makefile]) -
trunk/tools/mg
r783 r788 1 egrep -ri $* . | egrep -v '\.svn|~:'1 egrep -ri -w $* . | egrep -v '\.svn|~:'
Note:
See TracChangeset
for help on using the changeset viewer.