home *** CD-ROM | disk | FTP | other *** search
/ ftp.eterna.com.au / 2014.06.ftp.eterna.com.au.tar / ftp.eterna.com.au / pub / rc.d.tar.gz / rc.d.tar / rc.d / acct next >
Text File  |  1998-09-23  |  148b  |  9 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: accounting
  4. # REQUIRE: mountall
  5.  
  6. if [ -f /var/account/acct ]; then
  7.     echo 'turning on accounting';    accton /var/account/acct
  8. fi
  9.