Home | History | Annotate | Download | only in x11vnc

Lines Matching full:pid2

2016 "		pid2=`head -n 1 \"/tmp/.X$N-lock\" 2>/dev/null | sed -e 's/[ 	]//g' | grep '^[0-9][0-9]*$'`\n"
2017 " if [ \"X$pid2\" = \"X\" ]; then\n"
2018 " pid2=9999999\n"
2022 " elif [ -d /proc/$pid2 ]; then\n"
2025 " elif kill -0 $pid2 2>/dev/null; then\n"