Changeset 496 in MondoRescue
- Timestamp:
- Apr 22, 2006, 1:10:04 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/mondoarchive.8
r408 r496 369 369 Backup PC using DVD Media: 370 370 .br 371 .I "mondoarchive -OVr 2-d /dev/scd0 -gF -s 4200m"371 .I "mondoarchive -OVr -d /dev/scd0 -gF -s 4200m" 372 372 373 373 .BI TAPE: -
trunk/mindi/distributions/redhat/spec.m4
r388 r496 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', %{name}-%{version}.tgz)dnl4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', %{addreqb}, which, grep >= 2.5)dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', A rchiving/Archiving)dnl8 define(`GRP', Applications/Archiving)dnl -
trunk/mindi/distributions/rpm/mindi.spec
r461 r496 17 17 License: GPL 18 18 Group: %{grp} 19 Url: http:// mondorescue.berlios.de19 Url: http://www.mondorescue.org 20 20 Source: %{src} 21 BuildRoot: %{_tmppath}/%{name}-%{version} 21 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 22 22 Requires: %{addreq} 23 23 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") … … 32 32 33 33 %prep 34 %{__rm} -rf $RPM_BUILD_ROOT35 34 %setup -n %name-%{version} 36 35 … … 42 41 43 42 %install 43 %{__rm} -rf $RPM_BUILD_ROOT 44 44 export DONT_RELINK=1 45 45 46 %{__rm} -rf $RPM_BUILD_ROOT47 46 export PREFIX=${RPM_BUILD_ROOT}%{_exec_prefix} 48 47 export CONFDIR=${RPM_BUILD_ROOT}%{_sysconfdir} … … 61 60 %files 62 61 %defattr(644,root,root,755) 62 %config(noreplace) %{_sysconfdir}/mindi 63 63 %config(noreplace) %{_sysconfdir}/mindi/deplist.txt 64 64 %config(noreplace) %{_sysconfdir}/mindi/deplist.d/* -
trunk/mindi/mindi
r489 r496 1306 1306 if [ $tmpmodprobe_flag == "Y" ] ; then 1307 1307 infile="/tmp/modprobe.conf.mindi.$$" 1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f > $infile1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f -print0 | xargs -0 cat > $infile 1309 1309 else 1310 1310 infile="/etc/modules.conf"
Note:
See TracChangeset
for help on using the changeset viewer.