[Lunar-commits] r18392 - moonbase/trunk/security/logwatch
Auke Kok
sofar at lunar-linux.org
Mon Jan 30 06:42:00 UTC 2006
Author: sofar
Date: 2006-01-30 06:41:56 +0000 (Mon, 30 Jan 2006)
New Revision: 18392
Removed:
moonbase/trunk/security/logwatch/POST_INSTALL
Modified:
moonbase/trunk/security/logwatch/BUILD
moonbase/trunk/security/logwatch/DETAILS
Log:
Logwatch fix - not an update but it doesn't need much more hacking now - it was actually broken after 7.1's update. This installs it in even more sane paths without problems.
Modified: moonbase/trunk/security/logwatch/BUILD
===================================================================
--- moonbase/trunk/security/logwatch/BUILD 2006-01-30 05:26:58 UTC (rev 18391)
+++ moonbase/trunk/security/logwatch/BUILD 2006-01-30 06:41:56 UTC (rev 18392)
@@ -1,14 +1,7 @@
(
- patch_it $SOURCE2 1 &&
+ sedit 's:mailer = /bin/mail:mailer = /usr/bin/mail:' conf/logwatch.conf &&
prepare_install &&
- mkdir -p /etc/log.d /usr/share/man/man8 &&
- cp -av conf lib scripts /etc/log.d/ &&
- chmod 755 lib/* scripts/logwatch.pl scripts/*/* &&
- install logwatch.8 /usr/share/man/man8/ &&
- if [ ! -e /etc/log.d/logwatch.conf ] ; then
- install conf/logwatch.conf -m644 /etc/log.d/
- fi &&
- mv conf conf-nodocinstall
+ yes '' | bash install_logwatch.sh
) > $C_FIFO 2>&1
Modified: moonbase/trunk/security/logwatch/DETAILS
===================================================================
--- moonbase/trunk/security/logwatch/DETAILS 2006-01-30 05:26:58 UTC (rev 18391)
+++ moonbase/trunk/security/logwatch/DETAILS 2006-01-30 06:41:56 UTC (rev 18392)
@@ -1,14 +1,11 @@
MODULE=logwatch
VERSION=7.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-7.0-misc.patch
SOURCE_URL=ftp://ftp.kaybee.org/pub/linux/
- SOURCE2_URL=$PATCH_URL/
WEB_SITE=http://www.logwatch.org/
SOURCE_VFY=sha1:bc266d0d6f9304137d0ad7a8b1adc4f500497872
- SOURCE2_VFY=sha1:d2606b593d3fbb5f7763b103e7e09bc45b1a159e
ENTERED=20040913
- UPDATED=20051208
+ UPDATED=20060129
SHORT="Monitor log files realtime"
cat << EOF
Logwatch is a customizable log analysis system. Logwatch parses
Deleted: moonbase/trunk/security/logwatch/POST_INSTALL
More information about the Lunar-commits
mailing list