#!/usr/bin/sh
#---------------------------------------------------------------
# Project         : Linux-Mandrake
# Module          : sshd-monitor
# File            : sshd-restarter
# Version         : $Id: sshd-restarter,v 1.2 2002/02/15 04:31:47 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Tue Jul  3 14:21:12 2001
#---------------------------------------------------------------

if [ -f /var/lock/subsys/sshd ]; then
    /usr/share/sshd-monitor/expect-sshd > /dev/null 2>&1
fi

# sshd-restarter ends here
