Hi guys, A new initscripts package is in testing. Please test and signoff. Big changes: 1) We gain support for iproute2, and net-tools is now optional (thanks to Dave Reisner). If you don't update your rc.conf, everything should work as before (using net-tools), pleas shout if it does not. 2) MOD_AUTOLOAD is deprecated (always leave it set to "yes") 3) blacklisting modules in the MODULES array is no longer supported, use modprobe's native blacklisting instead (see 'man modprobe.conf'). An announcement will be made about this before moving to core. Otherwise there are some bugfixes, and quite a bit of improvements made to rc.d. Thanks to all who contributed: Clément Démoulins (1): Add a zsh completion script for the command rc.d. Dave Reisner (3): network/rc.sysinit: remove dead code network: deprecate net-tools, add iproute2 support rc.d: declare ENV as an array Eric Bélanger (1): rc.d: Add error message when daemon script is not found Gerardo Exequiel Pozzi (2): use mount -n for devpts and shm add killall5 omit pid functionality Sebastien Luttringer (8): Add syntax to vim modeline in rc.d script Add TERM var to rc.d cleaned env Improve coloring on light and transparent term Add rc.d bash completion rc.d bash completion detect running daemon rc.d zsh completion detect running daemons rc.d: Remove cd from the loop rc.d: print usage if not enough argument Thomas Bächler (1): Fix typo Tom Gundersen (9): releasing: update instructinos after going through it once makefile: do not make functions executable udev: generate blacklist on boot fixup: also clear /tmp if it is a mountpoint Merge remote-tracking branch 'seblu/master' Revert "udev: generate blacklist on boot" depraction: MOD_AUTOLOAD and MODULES blacklisting net: add examples Merge branch 'snowman'