NetBSD init script system Fairly advanced system: dependency based Uses the standard BSD /sbin/init No runlevels, just like other BSDs Does not try to run scripts in parallel Dependency system: Static dependency list, built before runtime Implemented in Shell, /sbin/rcorder, uses tsort Dependency information in init script headers, as shell comments It can do "before " dependencies