Changeset 729 in MondoRescue for trunk/mondo-doc


Ignore:
Timestamp:
Jul 30, 2006, 4:06:39 PM (18 years ago)
Author:
Bruno Cornec
Message:

merge -r686:728 $SVN_M/branches/stable

Location:
trunk/mondo-doc
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/distributions/mandriva/spec.m4

    r554 r729  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.bz2')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • trunk/mondo-doc/distributions/redhat/spec.m4

    r554 r729  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.gz')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', )dnl
  • trunk/mondo-doc/distributions/rpm/mondo-doc.spec

    r600 r729  
    22# $Id$
    33#
    4 
    5 %define mrel    RRR
    6 %define tag     TTT
    74
    85Summary:    Documentation for Mondo Rescue
     
    118Name:       mondo-doc
    129Version:    VVV
    13 Release:    %{mrel}
     10Release:    RRR
    1411License:    GPL
    1512Group:      GRP
     
    2724
    2825%prep
    29 %setup -q -n %name-%{version}-%{tag}
     26%setup -q -n %name-%{version}
    3027
    3128%build
     
    4239
    4340%files
     41%defattr(-,root,root)
    4442%doc svn.log
    4543%doc mindi.8 mondoarchive.8 mondorestore.8
  • trunk/mondo-doc/distributions/suse/spec.m4

    r554 r729  
    22dnl
    33dnl SSS is replaced by the source package format
    4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl
     4define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-TTT.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    66define(`DDD', `, buffer, cdrecord')dnl
  • trunk/mondo-doc/images

    • Property svn:keyword set to Id
  • trunk/mondo-doc/mondoarchive.8

    r588 r729  
    151151the mountlist. NB: If you exclude /dev/sdd4 then the /dev entry itself will
    152152still be backed up, even though the mountlist entry will be suppressed.
     153NOTA: If you precise a directory with a final / its content will be archived so it won't do what you expect.
    153154
    154155.TP
  • trunk/mondo-doc/mondorescue-howto.sgml

    r588 r729  
    10491049<entry>
    10501050bash# cd mondo-2.xx
     1051        </entry>
     1052</row>
     1053<row>
     1054<entry>
     1055        bash# ./configure
    10511056        </entry>
    10521057</row>
Note: See TracChangeset for help on using the changeset viewer.