diff --git a/net/rsnapshot/Makefile b/net/rsnapshot/Makefile index 8d25a380bea..3d76122cc75 100644 --- a/net/rsnapshot/Makefile +++ b/net/rsnapshot/Makefile @@ -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 DISTNAME= rsnapshot-1.3.1 -REVISION= 0 +REVISION= 1 CATEGORIES= net sysutils HOMEPAGE= http://www.rsnapshot.org/ diff --git a/net/rsnapshot/patches/patch-README b/net/rsnapshot/patches/patch-README index ad57df0c3ef..c735bbabb58 100644 --- a/net/rsnapshot/patches/patch-README +++ b/net/rsnapshot/patches/patch-README @@ -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 Fri Sep 19 11:07:44 2008 @@ -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. -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 -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 -+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 ++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 the full list of configuration options. -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: 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 snapshots that are saved depends on the "interval" settings in -/etc/rsnapshot.conf. -+!!SYSCONFDIR!!/rsnapshot.conf. ++${SYSCONFDIR}/rsnapshot.conf. For example: