Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2007 14:36:12 +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.d abi accounting archdep bluetooth bootconf.sh bridge ldconfig lpd moused netif nsswitch pppoed syslogd var ypbind yppasswdd ypserv ypset ypupdated ypxfrd
Message-ID:  <200710251436.l9PEaCSQ026108@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2007-10-25 14:36:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/rc.d             abi accounting archdep bluetooth 
                         bootconf.sh bridge ldconfig lpd moused 
                         netif nsswitch pppoed syslogd var ypbind 
                         yppasswdd ypserv ypset ypupdated ypxfrd 
  Log:
  MFC:
    Eliminate global symbols starting with an underscore from rc.d
    scripts, except for mdconfig* and jail.  Such symbols are reserved
    for the rc.subr internals.  Most scripts can be fixed by just
    declaring _foo symbols as local: few scripts actually need them to
    be global.
  
  Revision  Changes    Path
  1.4.2.5   +2 -0      src/etc/rc.d/abi
  1.9.2.1   +2 -0      src/etc/rc.d/accounting
  1.7.2.5   +2 -0      src/etc/rc.d/archdep
  1.1.2.2   +4 -0      src/etc/rc.d/bluetooth
  1.4.14.2  +3 -3      src/etc/rc.d/bootconf.sh
  1.1.2.2   +8 -8      src/etc/rc.d/bridge
  1.14.2.3  +1 -1      src/etc/rc.d/ldconfig
  1.7.2.1   +2 -2      src/etc/rc.d/lpd
  1.9.2.2   +9 -9      src/etc/rc.d/moused
  1.14.2.5  +11 -8     src/etc/rc.d/netif
  1.5.2.3   +2 -0      src/etc/rc.d/nsswitch
  1.3.2.1   +2 -0      src/etc/rc.d/pppoed
  1.10.2.2  +10 -6     src/etc/rc.d/syslogd
  1.40.2.2  +4 -4      src/etc/rc.d/var
  1.9.2.1   +2 -0      src/etc/rc.d/ypbind
  1.10.2.1  +2 -0      src/etc/rc.d/yppasswdd
  1.11.2.1  +2 -0      src/etc/rc.d/ypserv
  1.6.2.1   +2 -0      src/etc/rc.d/ypset
  1.5.2.1   +2 -0      src/etc/rc.d/ypupdated
  1.6.2.2   +2 -0      src/etc/rc.d/ypxfrd



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