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 / ldconfig < prev    next >
Text File  |  1998-09-23  |  152b  |  10 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: ldconfig
  4. # REQUIRE: mountall
  5.  
  6. if [ -f /sbin/ldconfig ]; then
  7.     echo 'creating runtime link editor directory cache.'
  8.     ldconfig
  9. fi 
  10.