- Timestamp:
- May 5, 2013, 4:23:30 AM (12 years ago)
- Location:
- devel/mr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/mr/Makefile.PL
r3102 r3107 115 115 $text .= "\t".'cp etc/PBPROJ.conf $(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf.dist ; install -m 755 -d ".' $(DESTDIR)'."$mandir/man5 ; pod2man etc/PBPROJ.conf > ".'$(DESTDIR)'."$mandir/man5/PBPROJ.conf.5\n"; 116 116 $text .= "\t".'md5sum $(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf.dist > ".'$(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf.dist.md5\n"; 117 $text .= "\t".'if [ ! -f "'.'$(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf".'" ]; then echo "# Local configuration file for Mondorescue" > $(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf".'; echo "# Adapt content taken from the distribution conf file PBPROJ.conf.dist which should remain untouched" >> $(DESTDIR)'."$confdir/PBPROJ/PBPROJ.conf ; fi\n";118 117 $text .= "\t".'cp lib/MondoRescue/DynConf.pm $(DESTDIR)/$(VENDORLIBEXP)/MondoRescue/'."\n"; 119 118 -
devel/mr/etc/mondorescue.conf
r3101 r3107 32 32 mr_proc_devices linux = /proc/devices 33 33 mr_proc_meminfo linux = /proc/meminfo 34 mr_proc_version linux = /proc/version 34 35 mr_proc_mounts linux = /proc/mounts 35 36 mr_proc_misc linux = /proc/misc
Note:
See TracChangeset
for help on using the changeset viewer.