diff options
| -rwxr-xr-x | monitor-uucp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor-uucp b/monitor-uucp index 21d6f94..8820e95 100755 --- a/monitor-uucp +++ b/monitor-uucp | |||
| @@ -4,12 +4,13 @@ lsof() { @lsof@/bin/lsof ${@} 2>/dev/null | tail -n +2} | |||
| 4 | ignoredFiles() { | 4 | ignoredFiles() { |
| 5 | cat <<EOF | 5 | cat <<EOF |
| 6 | ^/usr/ | 6 | ^/usr/ |
| 7 | ^/lib | 7 | ^/lib/ |
| 8 | ^/dev/ | 8 | ^/dev/ |
| 9 | ^pipe$ | 9 | ^pipe$ |
| 10 | ^/$ | 10 | ^/$ |
| 11 | ^/etc/ | 11 | ^/etc/ |
| 12 | ^/var/log/ | 12 | ^/var/log/ |
| 13 | ^/nix/ | ||
| 13 | EOF | 14 | EOF |
| 14 | } | 15 | } |
| 15 | 16 | ||
