Download and Install logsentry version 1.1.1 on Mac OS X
Thursday the 28th of August, 2008

    logsentry  most recent diff


      View the most recent changes for the logsentry port at: logsentry.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for logsentry.
      The raw portfile for logsentry 1.1.1 is located here:
      http://logsentry.darwinports.com/dports/security/logsentry/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/logsentry
      Google
      Web Darwinports.com



      # $Id: Portfile 20462 2006-11-03 15:15:45Z blair macports.org $
      PortSystem 1.0
      Name: logsentry
      Version: 1.1.1
      distname logcheck-${version}
      Category: security
      Maintainers: julien.touche touche.fr.st
      Description: logfile auditing tool
      Long Description: Logsentry is a scheduled auditing tool that scans system log files for security violations and unusual activity. Reports of suspicious log entries are mailed to a specified user (usually root). Logsentry was formerly known as logcheck.
      Homepage: http://sourceforge.net/projects/sentrytools
      master_sites sourceforge:sentrytools
      Platform: darwin
      checksums md5 e97c2f096e219e20310c1b80e9e1bc29
      configure { }
      build.target build
      patchfiles patch-Makefile
      destroot.target install

      post-patch {
      reinplace "s|^TMPDIR = /usr/local/etc/tmp|TMPDIR = ${prefix}/var/tmp|" ${worksrcpath}/Makefile
      }

      destroot {
      file mkdir ${destroot}${prefix}/etc/${name}
      file mkdir ${destroot}${prefix}/share/doc/${name}
      foreach doc_file {
      CREDITS INSTALL README README.how.to.interpret README.keywords
      } { system "install -m 644 ${worksrcpath}/$doc_file ${destroot}${prefix}/share/doc/${name}" }
      foreach file {
      logcheck.violations logcheck.violations.ignore logcheck.ignore logcheck.hacking
      } { system "install -m 644 ${worksrcpath}/systems/generic/$file ${destroot}${prefix}/etc/${name}" }
      system "install -m 755 ${worksrcpath}/src/logtail ${destroot}${prefix}/bin/"
      system "install -m 755 ${worksrcpath}/systems/generic/logcheck.sh ${destroot}${prefix}/bin/"
      }

      post-destroot {
      file mkdir ${destroot}${prefix}/var/tmp
      system "touch ${destroot}${prefix}/var/tmp/.turd"
      system "chmod 700 ${destroot}${prefix}/var/tmp"
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/logsentry
      % sudo port install logsentry
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching logsentry
      ---> Verifying checksum for logsentry
      ---> Extracting logsentry
      ---> Configuring logsentry
      ---> Building logsentry with target all
      ---> Staging logsentry into destroot
      ---> Installing logsentry
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using logsentry with these commands:
      %  man logsentry
      % apropos logsentry
      % which logsentry
      % locate logsentry

     Where to find more information:

    Darwin Ports



    image test