cvs commit: src/etc/rc.d Makefile atm1 atm2 atm2.sh atm3 atm3.sh src/share/man/man5 rc.conf.5

Hartmut Brandt harti at FreeBSD.org
Mon Jul 28 06:30:44 PDT 2003


harti       2003/07/28 06:30:42 PDT

  FreeBSD src repository

  Modified files:
    etc/rc.d             atm1 atm2 atm3 Makefile 
    share/man/man5       rc.conf.5 
  Removed files:
    etc/rc.d             atm2.sh atm3.sh 
  Log:
  Convert the atm{2,3}.sh rc scripts to normal rc.d scripts. Add support
  for the harp(4) pseudo driver and for loadable native HARP drivers
  (like hfa_pci).
  
  To use harp(4) the rc variable natm_interfaces must be set to the
  list of NATM interfaces to be used for HARP. These interfaces
  will be brought up with ifconfig and the harp(4) will be loaded.
  
  To use loadable native HARP drivers atm_load must be set to
  the list of drivers to load.
  
  Reviewed by:    mtm, gordon (partly)
  
  Revision  Changes    Path
  1.21      +1 -1      src/etc/rc.d/Makefile
  1.13      +29 -0     src/etc/rc.d/atm1
  1.14      +25 -32    src/etc/rc.d/atm2
  1.14      +0 -104    src/etc/rc.d/atm2.sh (dead)
  1.11      +35 -10    src/etc/rc.d/atm3
  1.11      +0 -68     src/etc/rc.d/atm3.sh (dead)
  1.196     +20 -0     src/share/man/man5/rc.conf.5


More information about the cvs-all mailing list