echo '#! /bin/sh' > /etc/init.d/rmlp echo 'rmmod lp' >> /etc/init.d/rmlp chmod ugo+x /etc/init.d/rmlp update-rc.d rmlp defaults 98