coyrls wrote: 
> In bash, you can disable a builtin with "enable -n" but the busybox
> shell is ash, not bash and ash does not have the enable command.  I have
> struggled to find decent documentation for ash but what I have found
> doesn't document any way to disable builtins.  What is the issue with
> using /bin/kill as the command?

Thanks for looking into this.  I have no issue with calling /bin/kill
directly, but I wondered if the start-stop-daemon was relying on the
default kill command. 
pgf has confirmed that it is using the system kill command however.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=113661

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to