Re: Custom rc.d startup script for sslsplit doesn't stops the process 8SOLVED)

2015-04-20 Thread C.L. Martinez
On 04/20/2015 12:15 PM, C.L. Martinez wrote: On 04/20/2015 11:50 AM, Antoine Jacoutot wrote: On Mon, Apr 20, 2015 at 11:44:59AM +, C.L. Martinez wrote: Hi all, I have created a custom rc.d script to launch sslsplit at startup and stop it at shutdown. Start option works without problems,

Re: Custom rc.d startup script for sslsplit doesn't stops the process

2015-04-20 Thread C.L. Martinez
On 04/20/2015 11:50 AM, Antoine Jacoutot wrote: On Mon, Apr 20, 2015 at 11:44:59AM +, C.L. Martinez wrote: Hi all, I have created a custom rc.d script to launch sslsplit at startup and stop it at shutdown. Start option works without problems, but this script doesn't stop process. Here

Re: Custom rc.d startup script for sslsplit doesn't stops the process

2015-04-20 Thread Antoine Jacoutot
On Mon, Apr 20, 2015 at 11:44:59AM +, C.L. Martinez wrote: > Hi all, > > I have created a custom rc.d script to launch sslsplit at startup and stop > it at shutdown. Start option works without problems, but this script doesn't > stop process. > > Here it is: > > #!/bin/sh -x > # > > > da

Custom rc.d startup script for sslsplit doesn't stops the process

2015-04-20 Thread C.L. Martinez
Hi all, I have created a custom rc.d script to launch sslsplit at startup and stop it at shutdown. Start option works without problems, but this script doesn't stop process. Here it is: #!/bin/sh -x # daemon="/usr/local/bin/sslsplit" . /etc/rc.d/rc.subr rc_reload=NO rc_cmd $1 Options