aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdsar
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-08-15 04:16:27 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-08-15 04:16:27 +0000
commit8ff9b87bcfea429e1069c389201a9845a8a4fa9b (patch)
tree32de039eeb673a4766ed7149df0dbfb16a51e178 /sysutils/bsdsar
parent69ce2b3499823eee6c2bbb2c0f8411e85a6dab93 (diff)
downloadports-8ff9b87bcfea429e1069c389201a9845a8a4fa9b.tar.gz
ports-8ff9b87bcfea429e1069c389201a9845a8a4fa9b.zip
Notes
Diffstat (limited to 'sysutils/bsdsar')
-rw-r--r--sysutils/bsdsar/Makefile2
-rw-r--r--sysutils/bsdsar/pkg-install4
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