> * Add '#! /bin/sh' to the init.d scripts missing those. As I recall, some scripts lacked a shebang because they are sourced and not executed. The scripts to which shebangs are added should be checked to make sure that they work when executed rather than sourced. -- Thomas