Download and Install fs-check version 0.7 on Mac OS X
Thursday the 28th of August, 2008

    fs-check  most recent diff


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



      # $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp macports.org $

      PortSystem 1.0

      Name: fs-check
      Version: 0.7
      Category: sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: checks filesystem if they are getting too full
      Long Description: fs-check checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run.

      Homepage: http://fs-check.sourceforge.net/
      master_sites sourceforge
      checksums md5 3b8dd49fdb7e1bc73aa242f73bebe62a sha1 395a4b61731e7f0c5f85b68120746108bb4e51dc rmd160 8912dc910f5143202bd388a00703894b5d9c65e3

      depends_lib bin:perl:perl5.8

      configure.args --mandir=${prefix}/share/man
      post-configure {
      reinplace "s|/var/adm/fs-check.cf|${prefix}/etc/fs-check.conf|g" ${worksrcpath}/fs-check
      reinplace "s|/var/run|${prefix}/var/run|g" ${worksrcpath}/fs-check
      }

      test.run yes
      test.target check

      post-destroot {
      xinstall -m 644 ${worksrcpath}/sample/fs-check-sample.cnf ${destroot}${prefix}/etc/fs-check.conf.sample
      }

    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/fs-check
      % sudo port install fs-check
      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 fs-check
      ---> Verifying checksum for fs-check
      ---> Extracting fs-check
      ---> Configuring fs-check
      ---> Building fs-check with target all
      ---> Staging fs-check into destroot
      ---> Installing fs-check
    - 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 fs-check with these commands:
      %  man fs-check
      % apropos fs-check
      % which fs-check
      % locate fs-check

     Where to find more information:

    Darwin Ports



    image test