Home | History | Annotate | Line # | Download | only in examples
freebsd-kcopy.conf revision 1.1
      1 #	$Id: freebsd-kcopy.conf,v 1.1 1994/08/29 14:47:29 cgd Exp $
      2 
      3 srcdirs /usr/src/bin /usr/src/sbin
      4 
      5 # Programs from bin/
      6 progs sh cp echo test
      7 ln test [
      8 
      9 # These are needed because of UN*X's idiotic way of indicating that something
     10 # is a login shell.
     11 ln sh -
     12 ln sh -sh
     13 
     14 #
     15 # Programs from sbin/
     16 progs mount mount_isofs mount_pcfs fsck halt init umount
     17 
     18 libs -lutil
     19