Last change
on this file since 1376 was 1352, checked in by Bruno Cornec, 18 years ago |
Makefile added for distributions/conf and handling of mondorestore.h
|
File size:
439 bytes
|
Line | |
---|
1 | etcdir = $(sysconfdir)/mondo
|
---|
2 | etc_DATA = mondo.conf.dist
|
---|
3 |
|
---|
4 | install-data-local-config:
|
---|
5 | @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF ; fi
|
---|
6 | #
|
---|
7 | # Configuration file for mondo
|
---|
8 | #
|
---|
9 | # By default values are taken from $(etcdir)/mondo.conf.dist
|
---|
10 | # You can override them here
|
---|
11 | #
|
---|
12 | # e.g.
|
---|
13 | #
|
---|
14 | #
|
---|
15 | #mondo_tmp_dir="/var/tmp"
|
---|
16 | #
|
---|
17 | EOF
|
---|
18 | @chmod 444 $(etcdir)/mondo.conf.dist
|
---|
19 | @(cd $(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5
|
---|
Note:
See
TracBrowser
for help on using the repository browser.