cvs commit: src/etc/rc.d Makefile hostname ipfilter ipfs ipmon ipnat sysctl

Mike Makonnen mtm at FreeBSD.org
Thu Apr 24 01:20:49 PDT 2003


mtm         2003/04/24 01:20:48 PDT

  FreeBSD src repository

  Modified files:
    etc/rc.d             Makefile hostname ipfilter ipfs ipmon 
                         ipnat sysctl 
  Log:
  Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc.
          o group them together so they run one right after another
          o use the NetBSD supplied ipfs script instead of tacking
            it on to the end of ipnat
          o Load the ipl module in ipnat and ipfilter, if it's not already
            loaded
          o In ipmon and ipnat show a warning if neither ipfilter nor
            ipnat is enabled or the ipl module is not loaded, and exit
  
  Approved by:    markm (mentor) (implicit)
  Tested by:      leafy <leafy at leafy.idv.tw>
  
  Revision  Changes    Path
  1.15      +3 -3      src/etc/rc.d/Makefile
  1.2       +1 -1      src/etc/rc.d/hostname
  1.8       +3 -3      src/etc/rc.d/ipfilter
  1.2       +29 -5     src/etc/rc.d/ipfs
  1.5       +8 -3      src/etc/rc.d/ipmon
  1.6       +30 -49    src/etc/rc.d/ipnat
  1.12      +1 -1      src/etc/rc.d/sysctl


More information about the cvs-src mailing list