summaryrefslogtreecommitdiffstats
path: root/bin/do-diffs.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-08-15 21:16:40 +0000
committerTar Committer <tar@ocjtech.us>2001-08-15 21:16:40 +0000
commit10cc9157892d7902dddde70a5b9b2046d0c376ea (patch)
treef962debc7088fc42948848cd9e6ad05db4a4cd69 /bin/do-diffs.in
parentd19de03be4d4ad086ab9446e4196afdd6891fb79 (diff)
downloadrancid-10cc9157892d7902dddde70a5b9b2046d0c376ea.tar.gz
rancid-10cc9157892d7902dddde70a5b9b2046d0c376ea.tar.xz
rancid-10cc9157892d7902dddde70a5b9b2046d0c376ea.zip
Imported from rancid-2.2b7.tar.gz.rancid-2.2b7
Diffstat (limited to 'bin/do-diffs.in')
-rwxr-xr-xbin/do-diffs.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/do-diffs.in b/bin/do-diffs.in
index e5d1f62..940203f 100755
--- a/bin/do-diffs.in
+++ b/bin/do-diffs.in
@@ -69,13 +69,13 @@ END
rm -f $TMPDIR/.$GROUP.old
else
- trap 'rm -fr $LOCKFILE;exit 1' 1 2 3 6 10 11 15
+ trap 'rm -fr $LOCKFILE;exit 1' 1 2 3 6 10 15
touch $LOCKFILE
if [ $? -eq 0 ] ; then
control_rancid $GROUP
rm -f $LOCKFILE
fi
- trap '' 1 2 3 6 10 11 15
+ trap '' 1 2 3 6 10 15
fi
echo