Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 17:19:35 +0000 (UTC)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr src/etc/rc.d netif
Message-ID:  <200407301719.i6UHJZ94092883@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2004-07-30 17:19:35 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
    etc/rc.d             netif 
  Log:
  Finish cleanup of rc.d/netif. It's now possible to start/stop more
  than one interface from the command line:
          # /etc/rc.d/netif start bfe0 xl0
  It's also possible to restart an interface(s):
          # /etc/rc.d/netif restart bfe0
  
  This required some changes to rc.subr(8) so that if the start/stop commands
  are overidden the rest of the command line (after the start/stop/etc... cmd)
  is passed through to the subroutines.
  
  Revision  Changes    Path
  1.10      +19 -10    src/etc/rc.d/netif
  1.31      +13 -7     src/etc/rc.subr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407301719.i6UHJZ94092883>