Changeset 537 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
May 12, 2006, 2:04:55 AM (18 years ago)
Author:
bcornec
Message:

merge -r 526:534 $SVN_M/branches/stable

Location:
trunk/mondo
Files:
1 deleted
7 edited
6 copied

Legend:

Unmodified
Added
Removed
  • trunk/mondo/Makefile.am

    r507 r537  
    11AUTOMAKE_OPTIONS = 1.7
    2 SUBDIRS        = mondo po
     2SUBDIRS        = m4 mondo po
    33man8_MANS      = docs/man/mondoarchive.8 docs/man/mondorestore.8
    44
    55ACLOCAL_AMFLAGS = -I m4
    66
    7 EXTRA_DIST = config.rpath  config.rpath
     7EXTRA_DIST = config.rpath mkinstalldirs
  • trunk/mondo/configure.in

    r507 r537  
    127127AC_CHECK_FUNCS([bzero getcwd memmove memset mkdir mkfifo setenv strcasecmp strchr strerror strrchr strstr getline asprintf trunc vasprintf])
    128128
    129 AC_OUTPUT([Makefile mondo/Makefile mondo/common/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])
     129AC_OUTPUT([Makefile mondo/Makefile mondo/common/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 po/Makefile.in m4/Makefile])
  • trunk/mondo/distributions/conf/mondo.conf

    r461 r537  
    3030#
    3131#  ISO Burning CLI command options
    32 iso_burning_options="-eject dev=%s speed=%d fs=24m"
     32iso_burning_options="-eject dev=%s speed=%d fs=24m driveropts=burnfree"
    3333
    3434#
    35 # ISO Burning Speed
     35# ISO Burning Speed (optional)
    3636#
    37 iso_burning_speed=1
     37#iso_burning_speed=1
    3838
    3939#
     
    6262
    6363#
    64 # prefix for ISO names
     64# default prefix for ISO names
    6565#
    6666prefix=mondorescue
    67 
    68 #
    69 # Size of the boot image for ia64
    70 #
    71 ia64_boot_size=8192
    7267
    7368#
     
    141136
    142137#
     138# Paths to include onto the backup
     139# (white space separated list of paths)
     140#
     141include_files=""
     142
     143#
    143144# Activate semi-graphical mode by default (yes|no)
    144145#
     
    147148#
    148149# Activate automatic restore (Use with caution) (yes|no)
     150# (look at -H option in man page)
    149151#
    150152automatic_restore=no
     
    165167# Images creation dir
    166168#
    167 images_dir="/root/images/mindi"
     169images_dir="/var/cache/mondo"
  • trunk/mondo/distributions/gentoo/mondo.ebuild

    r307 r537  
    77DESCRIPTION="The premier GPL disaster recovery solution."
    88HOMEPAGE="http://www.mondorescue.org"
    9 SRC_URI="ftp://ftp.berlios.de/pub/mondorescue/src/${PN/-rescue/}-${PV}.tgz"
     9SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"
    1010
    1111LICENSE="GPL-2"
     
    2222    >=app-arch/bzip2-0.9
    2323    app-cdr/cdrtools
    24     >=sys-apps/mindi-1.06
     24    >=sys-apps/mindi-1.0.7
    2525    >=dev-libs/newt-0.50
    2626    >=sys-libs/slang-1.4.1
  • trunk/mondo/distributions/redhat/spec.m4

    r461 r537  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', %{name}-%{version}.tgz)dnl
     4define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', %{addreqb})dnl
    77dnl GRP is replaced by the RPM group of apps
    8 define(`GRP', Archiving/Archiving)dnl
     8define(`GRP', Applications/Archiving)dnl
    99dnl OBS is replaced vy what is being obsoleted
    1010define(`OBS', )dnl
  • trunk/mondo/distributions/rpm/mondo.spec

    r507 r537  
    2323License:    GPL
    2424Group:      %{grp}
    25 Url:        http://mondorescue.berlios.de
     25Url:        http://www.mondorescue.org
    2626Source:     %{src}
    27 BuildRoot:  %{_tmppath}/%{name}-%{version}
     27BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2828BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    2929Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
  • trunk/mondo/mondo/mondoarchive/Makefile.am

    r426 r537  
    22## Process with Automake to generate Makefile.in
    33##
     4AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\"
    45
    56## Headers
Note: See TracChangeset for help on using the changeset viewer.