cvs commit: src/etc/rc.d Makefile ipfw natd

Max Khon fjoe at FreeBSD.org
Mon Apr 5 09:29:46 PDT 2004


fjoe        2004/04/05 09:29:45 PDT

  FreeBSD src repository

  Modified files:
    etc/rc.d             Makefile ipfw 
  Added files:
    etc/rc.d             natd 
  Log:
  Add separate script for natd. This fixes race condition with "ipfw restart"
  (when new natd is started before old natd died) and allows to manage natd
  without touching ipfw.
  
  natd should probably be killed with SIGKILL when stopping natd.
  
  Revision  Changes    Path
  1.39      +1 -1      src/etc/rc.d/Makefile
  1.7       +2 -27     src/etc/rc.d/ipfw
  1.1       +42 -0     src/etc/rc.d/natd (new)


More information about the cvs-src mailing list