[csw-devel] SF.net SVN: gar:[10505] csw/mgar/pkg/logwatch/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Jul 12 15:09:25 CEST 2010
Revision: 10505
http://gar.svn.sourceforge.net/gar/?rev=10505&view=rev
Author: bdwalton
Date: 2010-07-12 13:09:25 +0000 (Mon, 12 Jul 2010)
Log Message:
-----------
logwatch: correct crontab entry
Modified Paths:
--------------
csw/mgar/pkg/logwatch/trunk/Makefile
Modified: csw/mgar/pkg/logwatch/trunk/Makefile
===================================================================
--- csw/mgar/pkg/logwatch/trunk/Makefile 2010-07-12 12:38:34 UTC (rev 10504)
+++ csw/mgar/pkg/logwatch/trunk/Makefile 2010-07-12 13:09:25 UTC (rev 10505)
@@ -112,5 +112,5 @@
$(INSTALLDATA) logwatch.8 $(DESTDIR)$(MANDIR)/man8; \
$(INSTALLEXE) logwatch.wrapper $(DESTDIR)$(BINDIR)/logwatch; \
$(INSTALLDIR) $(DESTDIR)$(CRONDIR); \
- echo "02 4 * * * /opt/csw/sbin/logwatch" > $(DESTDIR)$(CRONTABS) )
+ echo "02 4 * * * /opt/csw/bin/logwatch" > $(DESTDIR)$(CRONTABS) )
@$(MAKECOOKIE)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list