diff options
-rw-r--r-- | sysutils/bsdsar/Makefile | 2 | ||||
-rw-r--r-- | 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 |