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
Mike Makonnen
mtm at FreeBSD.org
Thu Oct 25 07:36:12 PDT 2007
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
More information about the cvs-src
mailing list