search for: mysqld_pid

Displaying 1 result from an estimated 1 matches for "mysqld_pid".

Did you mean: mysql_pwd
2000 Jul 04
0
AW: FreeBSD 3.5-STABLE
...mode=$1 case "$mode" in 'start') # Start daemon if test -x $bindir/sshd then $bindir/sshd else echo "Can't execute $bindir/sshd" fi ;; 'stop') # Stop daemon. if test -f "$pid_file" then mysqld_pid=`cat $pid_file` echo "Killing sshd with pid $mysqld_pid" kill $mysqld_pid # sshd should remove the pid_file when it exits, so wait for it. sleep 1 while [ -s $pid_file -a "$flags" != aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ] do [ -z "$fla...