current STARTLEVEL of packages:

#Hardcoded
crond
telnetd
webcfg

#Basics
inotify-tools	STARTLEVEL=10
usbroot			STARTLEVEL=11
syslogd-cgi		STARTLEVEL=12
downloader		STARTLEVEL=13
inetd			STARTLEVEL=14

#Interfaces
cpmaccfg-cgi	STARTLEVEL=20
virtualip-cgi	STARTLEVEL=20
#Firewall
iptables-cgi	STARTLEVEL=25
nhipt			STARTLEVEL=25

#SSH
authorized-keys	STARTLEVEL=30
dropbear		STARTLEVEL=30

#DNS
bind			STARTLEVEL=40	# multid-wrapper may start it earlier!
dnsmasq			STARTLEVEL=40	# multid-wrapper may start it earlier!

#Mounting
autofs			STARTLEVEL=50
cifsmount		STARTLEVEL=50
davfs2			STARTLEVEL=50

#various
openntpd		STARTLEVEL=60	# before aiccu
oidentd			STARTLEVEL=60	# before bip, before ngircd
aiccu			STARTLEVEL=61	# before RRDstats, before vnstat-cgi, after opnenntp

#Telefon
callmonitor		STARTLEVEL=71
#Tunnel
openconnect		STARTLEVEL=81
openvpn			STARTLEVEL=81
ppp-cgi			STARTLEVEL=81
pppd			STARTLEVEL=81
stunnel			STARTLEVEL=81
vpnc			STARTLEVEL=81
vtun			STARTLEVEL=81
#Routing
bird			STARTLEVEL=82
quagga			STARTLEVEL=82

#Misc
dbus			STARTLEVEL=90	# before avahi
php				STARTLEVEL=90	# before lighttpd
sundtek			STARTLEVEL=90	# before rrdstats


# grep STARTLEVEL `find . -name *.mk` |sed 's/ #/\t#/g;s/.*\///g;s/.mk:\$(PKG)_/\t/g' |sort -k2