Changeset 1051 in MondoRescue
- Timestamp:
- Jan 11, 2007, 1:06:52 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 4 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/contrib/backup-kungfu/backup-kungfu
r541 r1051 68 68 function remove_garbage { 69 69 echo -e "Removing the files left from previous mondoarchive run...\n" 70 rm -rf / root/images70 rm -rf /var/cache/mondo 71 71 rm -rf ${backup_dir}/mondo* 72 72 rm -rf ${backup_dir}/tmp* … … 107 107 echo -e "Creating the new backup directory and moving the files there...\n" 108 108 mkdir -p ${backup_dir}/${comp_name}_${date}/images 109 cp / root/images/mindi/* ${backup_dir}/${comp_name}_${date}/images/109 cp /var/cache/mindi/* ${backup_dir}/${comp_name}_${date}/images/ 110 110 111 111 # If you want just move the iso files without renaming them just uncomment the next line -
branches/stable/mondo/AUTHORS
r30 r1051 1 Hugo Rabson <hugorabson@msn.com> 1 mondorescue is copyrighted under the GPL by the following authors: 2 3 Hugo Rabson <hugo.rabson@mondorescue.org> 2 4 Jesse Keating <hosting@j2solutions.net> 3 5 Stan Benoit <troff@nakedsoul.org> 4 6 Mikael Hultgren <mikael.hultgren@gmx.net> 7 Bruno Cornec <bcornec@users.berlios.de> 8 Andree Leidenfrost <andree@users.berlios.de> -
branches/stable/mondo/INSTALL
r30 r1051 13 13 configure --with-maximum-noof-media=<big-number>. To make a statically 14 14 linked mondorestore (not tested), configure --enable-static-mr. 15 16 *** To compile XMondo, you must configure --with-x11. ***17 18 Yes, XMondo *does* exist :-) but seeing as many folks don't have Qt and19 KDE libraries, it's *NOT* compiled by default.20 21 22 23 24 25 26 27 28 29 15 30 16 [original entry] -
branches/stable/mondo/bootstrap
r541 r1051 1 1 #!/bin/bash 2 # 3 # $Id$ 2 4 # 3 5 # Built from scratch … … 28 30 make maintainer-clean >/dev/null 2>&1 29 31 libtoolize -f -c --automake 30 aclocal 32 cp /usr/bin/gettextize . 33 perl -pi -e 's~read dummy < /dev/tty~~' gettextize 34 ./gettextize -c -f --no-changelog < /dev/null 35 rm -f gettextize 36 aclocal -I m4 31 37 autoheader 32 38 automake -
branches/stable/mondo/configure.in
r919 r1051 30 30 AC_PROG_MAKE_SET 31 31 32 AM_GNU_GETTEXT([external]) 33 ALL_LINGUAS="fr" 32 34 33 35 dnl --with/--enable stuff … … 84 86 case "$host_cpu" in 85 87 i?86*) 86 #x86_64*)87 88 ARCH=i386 88 CPPFLAGS="$CPPFLAGS -D__IA32__" 89 CPPFLAGS="$CPPFLAGS -D__IA32__ -Wall" 90 ;; 91 x86_64*) 92 ARCH=x86-64 93 CPPFLAGS="$CPPFLAGS -D__X86_64__ -Wall" 89 94 ;; 90 95 ia64*) 91 96 ARCH=ia64 92 CPPFLAGS="$CPPFLAGS -D__IA64__ "97 CPPFLAGS="$CPPFLAGS -D__IA64__ -Wall" 93 98 ;; 94 99 *) 95 echo "*** Sorry, only Intel Architectures (ia32, ia64) are supported at this time. Want to help?" 100 echo "*** Sorry, only Intel Architectures (ia32, x86-64, ia64) are supported at this time." 101 echo "If you Want to help send a mail to bcornec@users.berlios.de" 96 102 ;; 97 103 esac … … 119 125 AC_TYPE_SIGNAL 120 126 AC_FUNC_VPRINTF 121 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr ])127 AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr strspn getline asprintf trunc vasprintf]) 122 128 123 AC_OUTPUT([Makefile src/Makefile src/common/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])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]) -
branches/stable/mondo/distributions/rpm/mondo.spec
r1020 r1051 74 74 %doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf 75 75 76 %{_datadir}/locale/*/LC_MESSAGES/mondo.mo 76 77 %{_sbindir}/* 77 78 %{_datadir}/%{name} -
branches/stable/tools/svn2build
r1042 r1051 22 22 TAG=`cat ${TOOLHOME}/../mondo/TAG` 23 23 DEST=${TOPDIR}/${VER}-$TAG 24 TEST="false" 25 OPT="" 24 26 mkdir -p $DEST 25 27 28 if [ "$1" = "--test" ]; then 29 TEST="true" 30 OPT="-r BASE" 31 shift 32 fi 33 26 34 if [ "$1" = "" ]; then 27 35 c="mondo-doc mindi mindi-busybox mondo" 28 36 else 29 37 if [ "$1" = "all" ]; then … … 43 51 dest="$DEST/$p-$v" 44 52 rm -fr $dest 45 svn export ${TOOLHOME}/../$p $dest53 svn $OPT export ${TOOLHOME}/../$p $dest 46 54 echo "$REVISION" > $dest/REVISION 47 55 echo "Generating SVN log file ..." 48 svn log -v ${TOOLHOME}/../$p > $dest/svn.log56 svn $OPT log -v ${TOOLHOME}/../$p > $dest/svn.log 49 57 50 58 for d in `cat ${TOOLHOME}/DISTROS`; do … … 148 156 echo -n "Creating $p tar files (gzip... " 149 157 tar cfphz ${DEST}/$p-$v.tar.gz $p-$v 150 echo -n " bzip2..." 151 tar cfphj ${DEST}/$p-$v.tar.bz2 $p-$v 158 if [ $TEST = "false" ]; then 159 echo -n " bzip2..." 160 tar cfphj ${DEST}/$p-$v.tar.bz2 $p-$v 161 fi 152 162 echo " )" 163 if [ $TEST = "true" ]; then 164 echo "Use source under $DEST/$p-$v" 165 fi 153 166 done 154 167
Note:
See TracChangeset
for help on using the changeset viewer.