CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/06/03 04:00:29
Modified files:
etc/rc.d : slaacd
sbin : Makefile
usr.sbin : Makefile
usr.sbin/slaacctl: Makefile
Added files:
sbin/slaacd : Makefile control.c control.h engine.c engine.h
frontend.c frontend.h log.c log.h slaacd.8
slaacd.c slaacd.h
Removed files:
usr.sbin/slaacd: Makefile control.c control.h engine.c engine.h
frontend.c frontend.h log.c log.h slaacd.8
slaacd.c slaacd.h
Log message:
Move slaacd to /sbin
jca points out that all the other interface configuration tools live
there (like ifconfig or dhclient). Furthermore it starts so early in
the boot process that /usr might not be mounted yet if it's a nfs
filesystem.
sthen and deraadt agree