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

Yar Tikhiy yar at FreeBSD.org
Sat Dec 30 14:53:21 PST 2006


yar         2006-12-30 22:53:20 UTC

  FreeBSD src repository

  Modified files:
    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:
  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.
  
  Discussed with: dougb in freebsd-rc
  
  Revision  Changes    Path
  1.11      +2 -0      src/etc/rc.d/abi
  1.10      +2 -0      src/etc/rc.d/accounting
  1.13      +2 -0      src/etc/rc.d/archdep
  1.2       +4 -0      src/etc/rc.d/bluetooth
  1.5       +3 -3      src/etc/rc.d/bootconf.sh
  1.2       +8 -8      src/etc/rc.d/bridge
  1.17      +1 -1      src/etc/rc.d/ldconfig
  1.8       +2 -2      src/etc/rc.d/lpd
  1.11      +9 -9      src/etc/rc.d/moused
  1.21      +11 -8     src/etc/rc.d/netif
  1.12      +2 -0      src/etc/rc.d/nsswitch
  1.4       +2 -0      src/etc/rc.d/pppoed
  1.12      +10 -6     src/etc/rc.d/syslogd
  1.41      +4 -4      src/etc/rc.d/var
  1.10      +2 -0      src/etc/rc.d/ypbind
  1.11      +2 -0      src/etc/rc.d/yppasswdd
  1.12      +2 -0      src/etc/rc.d/ypserv
  1.7       +2 -0      src/etc/rc.d/ypset
  1.6       +2 -0      src/etc/rc.d/ypupdated
  1.8       +2 -0      src/etc/rc.d/ypxfrd


More information about the cvs-all mailing list