fix the path to the AMANDA binaries in the example crontab;

bump PKGVERSION

ok maintainer, sturm@
This commit is contained in:
db 2005-06-15 21:49:34 +00:00
parent 152b9c5108
commit 2851524f13
2 changed files with 5 additions and 5 deletions

View File

@ -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/./}

View File

@ -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