Fix substitution, from Lawrence Teo.
This commit is contained in:
parent
3b3da075f5
commit
baf435b658
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.9 2010/11/19 22:31:38 espie Exp $
|
# $OpenBSD: Makefile,v 1.10 2010/12/17 06:35:44 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= remote filesystem snapshot utility
|
COMMENT= remote filesystem snapshot utility
|
||||||
|
|
||||||
DISTNAME= rsnapshot-1.3.1
|
DISTNAME= rsnapshot-1.3.1
|
||||||
REVISION= 0
|
REVISION= 1
|
||||||
CATEGORIES= net sysutils
|
CATEGORIES= net sysutils
|
||||||
|
|
||||||
HOMEPAGE= http://www.rsnapshot.org/
|
HOMEPAGE= http://www.rsnapshot.org/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-README,v 1.3 2008/09/27 11:54:11 ajacoutot Exp $
|
$OpenBSD: patch-README,v 1.4 2010/12/17 06:35:44 ajacoutot Exp $
|
||||||
--- README.orig Sun Apr 27 12:26:16 2008
|
--- README.orig Sun Apr 27 12:26:16 2008
|
||||||
+++ README Fri Sep 19 11:07:44 2008
|
+++ README Fri Sep 19 11:07:44 2008
|
||||||
@@ -70,13 +70,13 @@ COMPATIBILITY NOTICES (Please read)
|
@@ -70,13 +70,13 @@ COMPATIBILITY NOTICES (Please read)
|
||||||
@ -6,16 +6,16 @@ $OpenBSD: patch-README,v 1.3 2008/09/27 11:54:11 ajacoutot Exp $
|
|||||||
|
|
||||||
Once you have installed rsnapshot, you will need to configure it.
|
Once you have installed rsnapshot, you will need to configure it.
|
||||||
-The default configuration file is /etc/rsnapshot.conf, although the exact path
|
-The default configuration file is /etc/rsnapshot.conf, although the exact path
|
||||||
+The default configuration file is !!SYSCONFDIR!!/rsnapshot.conf, although the exact path
|
+The default configuration file is ${SYSCONFDIR}/rsnapshot.conf, although the exact path
|
||||||
may be different depending on how the program was installed. If this
|
may be different depending on how the program was installed. If this
|
||||||
-file does not exist, copy /etc/rsnapshot.conf.default over to
|
-file does not exist, copy /etc/rsnapshot.conf.default over to
|
||||||
-/etc/rsnapshot.conf and edit it to suit your tastes. See the man page for
|
-/etc/rsnapshot.conf and edit it to suit your tastes. See the man page for
|
||||||
+file does not exist, copy !!SAMPLES_DIR!!/rsnapshot.conf.default over to
|
+file does not exist, copy ${SAMPLES_DIR}/rsnapshot.conf.default over to
|
||||||
+!!SYSCONFDIR!!/rsnapshot.conf and edit it to suit your tastes. See the man page for
|
+${SYSCONFDIR}/rsnapshot.conf and edit it to suit your tastes. See the man page for
|
||||||
the full list of configuration options.
|
the full list of configuration options.
|
||||||
|
|
||||||
-When /etc/rsnapshot.conf contains your chosen settings, do a quick sanity
|
-When /etc/rsnapshot.conf contains your chosen settings, do a quick sanity
|
||||||
+When !!SYSCONFDIR!!/rsnapshot.conf contains your chosen settings, do a quick sanity
|
+When ${SYSCONFDIR}/rsnapshot.conf contains your chosen settings, do a quick sanity
|
||||||
check to make sure everything is ready to go:
|
check to make sure everything is ready to go:
|
||||||
|
|
||||||
rsnapshot configtest
|
rsnapshot configtest
|
||||||
@ -24,7 +24,7 @@ $OpenBSD: patch-README,v 1.3 2008/09/27 11:54:11 ajacoutot Exp $
|
|||||||
be daily snapshots taken every night at 11:50PM. The number of
|
be daily snapshots taken every night at 11:50PM. The number of
|
||||||
snapshots that are saved depends on the "interval" settings in
|
snapshots that are saved depends on the "interval" settings in
|
||||||
-/etc/rsnapshot.conf.
|
-/etc/rsnapshot.conf.
|
||||||
+!!SYSCONFDIR!!/rsnapshot.conf.
|
+${SYSCONFDIR}/rsnapshot.conf.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user