Changeset 414
- Timestamp:
- Sep 1, 2012, 5:11:07 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r412 r414 613 613 fi 614 614 @if test -d /etc/logrotate.d; then \ 615 if test ! -f /etc/logrotate.d/@install_name@; then \ 616 cp $(srcdir)/scripts/logrotate /etc/logrotate.d/@install_name@; \ 615 if test ! -d $(DESTDIR)/etc/logrotate.d; then \ 616 $(mkinstalldirs) $(DESTDIR)/etc/logrotate.d; \ 617 fi; \ 618 if test ! -f $(DESTDIR)/etc/logrotate.d/@install_name@; then \ 619 if test -w $(DESTDIR)/etc/logrotate.d; then \ 620 cp $(srcdir)/scripts/logrotate $(DESTDIR)/etc/logrotate.d/@install_name@; \ 621 else \ 622 echo "$(DESTDIR)/etc/logrotate.d not writable"; \ 623 fi; \ 617 624 else \ 618 echo " /etc/logrotate.d/@install_name@ exists, not overwriting"; \625 echo "$(DESTDIR)/etc/logrotate.d/@install_name@ exists, not overwriting"; \ 619 626 fi; \ 620 627 fi … … 1640 1647 samhain.startIRIX samhain.startMACOSX 1641 1648 1642 SCRIPTFILES=redhat_i386.client.spec check_samhain.pl samhainadmin.pl logrotate\1649 SCRIPTFILES=redhat_i386.client.spec check_samhain.pl samhainadmin.pl \ 1643 1650 yuleadmin.pl samhain.ebuild samhain.ebuild-light samhain.spec 1644 1651 -
trunk/docs/Changelog
r408 r414 1 1 3.0.6: 2 * install logrotate script if /etc/logrotate.d is detected 3 * new option --enable-suid for nagios 2 4 * fix for --enable-ptrace: make the save_tv variable thread specific 3 5 * fix bug in inotify code which made it follow symlinks (by [anonymous])
Note:
See TracChangeset
for help on using the changeset viewer.