summaryrefslogtreecommitdiff
path: root/comms/fidogate/patches/patch-as
blob: b4ae41fe336faa592c489c30dea30961ed35e51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-as,v 1.2 2009/12/18 01:09:23 abs Exp $

--- scripts/maintenance/rc.fidogate.sh.orig	1998-11-08 18:27:57.000000000 +0000
+++ scripts/maintenance/rc.fidogate.sh
@@ -5,9 +5,15 @@
 # FIDOGATE boot cleanup
 #
 
+case "$1" in
+start|restart)
+
 # Remove lock files
 rm -f <LOCKDIR>/*
 
 # Remove .tmp files
 rm -f <SPOOLDIR>/outpkt/*.tmp <SPOOLDIR>/outpkt/*/*.tmp
 rm -f <SPOOLDIR>/toss/*/*.tmp
+
+;;
+esac