$NetBSD: patch-as,v 1.1 2002/07/06 20:52:36 tv Exp $ --- scripts/maintenance/rc.fidogate.sh.orig Sat Jul 6 16:52:25 2002 +++ scripts/maintenance/rc.fidogate.sh Sat Jul 6 16:53:14 2002 @@ -5,9 +5,15 @@ # FIDOGATE boot cleanup # +case "$1" in +start|restart) + # Remove lock files rm -f /* # Remove .tmp files rm -f /outpkt/*.tmp /outpkt/*/*.tmp rm -f /toss/*/*.tmp + +;; +esac