summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'z-distfiles/scripts-gw-1.1/tripUpdate')
-rwxr-xr-xz-distfiles/scripts-gw-1.1/tripUpdate5
1 files changed, 0 insertions, 5 deletions
diff --git a/z-distfiles/scripts-gw-1.1/tripUpdate b/z-distfiles/scripts-gw-1.1/tripUpdate
deleted file mode 100755
index 3eb69e8..0000000
--- a/z-distfiles/scripts-gw-1.1/tripUpdate
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-DIR=/var/lib/tripwire/report
-HOST=`hostname -s`
-LAST_REPORT=`ls -1t $DIR/$HOST-*.twr | head -n 1`
-tripwire --update --twrfile "$LAST_REPORT"