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 / pwcheck < prev    next >
Text File  |  1998-09-23  |  195b  |  12 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: pwcheck
  4. # REQUIRE: mountall
  5.  
  6. # check the password temp/lock file
  7. if [ -f /etc/ptmp ]
  8. then
  9.     logger -s -p auth.err \
  10.     'password file may be incorrect -- /etc/ptmp exists'
  11. fi
  12.