summaryrefslogtreecommitdiff
path: root/sysutils
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
parentCone is a text-based mail client. Cone seamlessly handles multiple POP3, (diff)
update bsdsar_gather's arguments in pkg-install
Submitted by: leafy <leafy@leafy.idv.tw> Reviewed by: eric@trinitel.com Approved by: eric@trinitel.com
Notes
Notes: svn path=/head/; revision=86968
Diffstat (limited to 'sysutils')
-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