the script /etc/init.d/max holds my personal things to be done every time i boot. it's executed when entering runlevel 2:
/etc/rc2.d/S95max -> ../init.d/max*
/etc/init.d/max looks like the following:
#! /bin/sh # # /etc/init.d/max Execute max' initial stuff. # PATH=/sbin:/bin:/usr/sbin:/usr/bin echo "Initializing personal stuff... " echo "Dialing... " /usr/sbin/isdnctrl dial ippp0 echo "Done."