diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 9a8cf11a7d1..2059ec916e2 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2005/05/31 09:09:30 db Exp $ +# $OpenBSD: Makefile,v 1.30 2005/06/15 21:49:34 db Exp $ COMMENT= "network-capable tape backup (client and tape server)" COMMENT-client= "network-capable tape backup (client only)" @@ -6,7 +6,7 @@ COMMENT-doc= "network-capable tape backup (documentation)" DISTVERSION= 2.4.5 -PKGVERSION= ${DISTVERSION} +PKGVERSION= ${DISTVERSION}p0 # Minor patched releases are usually named with a "pX" suffix. # These names can not be used with the OpenBSD ports framework. # PKGVERSION= ${DISTVERSION:S/p/./} diff --git a/misc/amanda/files/crontab.sample b/misc/amanda/files/crontab.sample index e2ed528d553..c7375f302a4 100644 --- a/misc/amanda/files/crontab.sample +++ b/misc/amanda/files/crontab.sample @@ -1,6 +1,6 @@ -# $OpenBSD: crontab.sample,v 1.3 2005/05/31 09:09:30 db Exp $ +# $OpenBSD: crontab.sample,v 1.4 2005/06/15 21:49:35 db Exp $ # # Here is a sample crontab file for the operator user # -0 16 * * 1-5 @LOCALBASE@/bin/amcheck -m your_config -45 0 * * 2-6 @LOCALBASE@/bin/amdump your_config +0 16 * * 1-5 @LOCALBASE@/sbin/amcheck -m your_config +45 0 * * 2-6 @LOCALBASE@/sbin/amdump your_config