Fs-check version 0.7 - How to Download and Install on Mac OS X
Wednesday the 8th of September, 2010

    fs-check  most recent diff


    version 0.7

      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


      The fs-check Portfile 45171 2009-01-09 20:01:18Z mcalhoun 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

      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



    Lightbox this page.