Changeset 1387 in MondoRescue
- Timestamp:
- May 1, 2007, 5:14:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/conf/Makefile.am
r1379 r1387 3 3 4 4 install-data-local-config: 5 @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF ; fi5 @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF 6 6 # 7 7 # Configuration file for mondo … … 15 15 #mondo_tmp_dir="/var/tmp" 16 16 # 17 EOF 17 EOF 18 @fi 18 19 @chmod 444 $(etcdir)/mondo.conf.dist 19 20 @(cd $(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
Note:
See TracChangeset
for help on using the changeset viewer.