Edit init-functions
- including the pid number in messages, as a double check that status is identified correctly.
- removed -p option from pidfile variable, as it can create confusion, pidfile is "$pidfile" and not "-p $pidfile"
- introduced status 3
- detect zombies. status=0 and not running, or running but not status=0
- messages always terminate with \n else they concatenate ugly.