# # 07-Mar-01 amo Download latest versions # 02-May-05 amo Get the latest version # 06-Oct-05 amo logcheck-1.2.39 Seems to need --prefix=/usr/local # # http://logcheck.org/download.html http://alioth.debian.org/download.php/1022/logcheck_1.2.39.tar.gz # # # http://sourceforge.net/project/showfiles.php?group_id=100960 # http://prdownloads.sourceforge.net/sentrytools/logcheck-1.2.35.tar.gz?download # # http://easynews.dl.sourceforge.net/sourceforge/logcheck/logcheck-1.1.2.tar.gz # http://easynews.dl.sourceforge.net/sourceforge/sentrytools/logcheck-1.1.1.tar.gz # http://sourceforge.net/projects/logcheck/ # # http://www.psionic.com/abacus/logcheck # # # http://www.faqs.org/docs/securing/chap14sec115.html # # cd /usr/local/src # tar zxpvf /opt/SrcCD/Security/logcheck-1.1.2.tar.gz # cd logcheck-1.1.2 # make linux # # # # -------------------------------------------------------- # cd /usr/local/src # tar zxvfp logcheck_1.2.39.tar.gz # cd logcheck-1.2.39 # make make install # /usr/sbin/log* # /etc/logcheck # # # Uninstall # ========== # mv /etc/logcheck /etc/logcheck-1.2.39 # rm /usr/sbin/logcheck /usr/sbin/logtail # # # # ---------------------------------- # # logcheck should not be run as root. Use su to invoke logcheck: # # ---------------------------------- # su -s /bin/bash -c "/usr/sbin/logcheck [options]" logcheck # # # ------------------------------------ # cd /usr/src # tar zxvfp logcheck-1.1.1.tar.gz # cd logcheck-1.1.1 make linux # # end of file