Remove comment in ssl.sh that messes execution. Part of fix for bug 331413.

This commit is contained in:
julien.pierre.bugs%sun.com 2006-03-29 06:54:56 +00:00
Родитель 2718276062
Коммит ed974bdaa4
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -173,8 +173,6 @@ kill_selfserv()
if [ "${OS_ARCH}" = "WINNT" -o "${OS_ARCH}" = "WIN95" -o "${OS_ARCH}" = "OS2" ]; then
${KILL} ${PID}
else
# SIGUSR1 is only supported on Unix
# selfserv will terminate cleanly and call NSS_Shutdown() when receiving it
${KILL} -USR1 ${PID}
fi
wait ${PID}