From 8ff9b87bcfea429e1069c389201a9845a8a4fa9b Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 15 Aug 2003 04:16:27 +0000 Subject: [PATCH] update bsdsar_gather's arguments in pkg-install Submitted by: leafy Reviewed by: eric@trinitel.com Approved by: eric@trinitel.com --- sysutils/bsdsar/Makefile | 2 +- sysutils/bsdsar/pkg-install | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sysutils/bsdsar/Makefile b/sysutils/bsdsar/Makefile index 5d8f5a8b19b6..ee34f6903b0a 100644 --- a/sysutils/bsdsar/Makefile +++ b/sysutils/bsdsar/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdsar PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.googlebit.com/bsdsar/ diff --git a/sysutils/bsdsar/pkg-install b/sysutils/bsdsar/pkg-install index 49338687775e..96d6d91bd294 100644 --- a/sysutils/bsdsar/pkg-install +++ b/sysutils/bsdsar/pkg-install @@ -19,8 +19,8 @@ case $2 in POST-INSTALL) echo "Adding 2 lines to /etc/crontab ..." echo "# bsdsar execution" >> /etc/crontab - echo "20,40 8-18 * * * root $PKG_PREFIX/bin/bsdsar_gather /var/log" >> /etc/crontab - echo "0 * * * * root $PKG_PREFIX/bin/bsdsar_gather /var/log" >> /etc/crontab + echo "20,40 8-18 * * * root $PKG_PREFIX/bin/bsdsar_gather" >> /etc/crontab + echo "0 * * * * root $PKG_PREFIX/bin/bsdsar_gather" >> /etc/crontab ;; *) echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2