init script - stop() function conflict
Created by: krzaczek
On SunOS gitlab 5.11 joyent_20130814T090215Z i86pc i386 i86pc Solaris
Init scripts ./bin/web and ./bin/background_jobs fail to stop services on smartOS with error
Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...]
This is because stop function name. Changing it to something else eg. stop_web fixes the problem.