diff options
Diffstat (limited to 'eg/scan')
-rw-r--r-- | eg/scan/scan_df | 2 | ||||
-rw-r--r-- | eg/scan/scan_last | 2 | ||||
-rw-r--r-- | eg/scan/scan_messages | 2 | ||||
-rw-r--r-- | eg/scan/scan_passwd | 2 | ||||
-rw-r--r-- | eg/scan/scan_ps | 2 | ||||
-rw-r--r-- | eg/scan/scan_sudo | 2 | ||||
-rw-r--r-- | eg/scan/scan_suid | 2 | ||||
-rw-r--r-- | eg/scan/scanner | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/eg/scan/scan_df b/eg/scan/scan_df index 27ee81af1a..ea76f8804a 100644 --- a/eg/scan/scan_df +++ b/eg/scan/scan_df @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_df,v 3.0 89/10/18 15:15:26 lwall Locked $ +# $Header: scan_df,v 4.0 91/03/20 01:12:28 lwall Locked $ # This report points out filesystems that are in danger of overflowing. diff --git a/eg/scan/scan_last b/eg/scan/scan_last index 65a07fe377..c2c1606224 100644 --- a/eg/scan/scan_last +++ b/eg/scan/scan_last @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_last,v 3.0 89/10/18 15:15:31 lwall Locked $ +# $Header: scan_last,v 4.0 91/03/20 01:12:45 lwall Locked $ # This reports who was logged on at weird hours diff --git a/eg/scan/scan_messages b/eg/scan/scan_messages index ae641a9c25..5aa45ff102 100644 --- a/eg/scan/scan_messages +++ b/eg/scan/scan_messages @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_messages,v 3.0 89/10/18 15:15:38 lwall Locked $ +# $Header: scan_messages,v 4.0 91/03/20 01:13:01 lwall Locked $ # This prints out extraordinary console messages. You'll need to customize. diff --git a/eg/scan/scan_passwd b/eg/scan/scan_passwd index f49b1a9d00..e24e1852e4 100644 --- a/eg/scan/scan_passwd +++ b/eg/scan/scan_passwd @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Header: scan_passwd,v 3.0 89/10/18 15:15:43 lwall Locked $ +# $Header: scan_passwd,v 4.0 91/03/20 01:13:18 lwall Locked $ # This scans passwd file for security holes. diff --git a/eg/scan/scan_ps b/eg/scan/scan_ps index a70f360b9f..44fdfbbd69 100644 --- a/eg/scan/scan_ps +++ b/eg/scan/scan_ps @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_ps,v 3.0 89/10/18 15:15:47 lwall Locked $ +# $Header: scan_ps,v 4.0 91/03/20 01:13:29 lwall Locked $ # This looks for looping processes. diff --git a/eg/scan/scan_sudo b/eg/scan/scan_sudo index bfbebe2821..c5d46466cf 100644 --- a/eg/scan/scan_sudo +++ b/eg/scan/scan_sudo @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_sudo,v 3.0 89/10/18 15:15:52 lwall Locked $ +# $Header: scan_sudo,v 4.0 91/03/20 01:13:44 lwall Locked $ # Analyze the sudo log. diff --git a/eg/scan/scan_suid b/eg/scan/scan_suid index 1ebca0bdbe..fdff2a0ebe 100644 --- a/eg/scan/scan_suid +++ b/eg/scan/scan_suid @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $Header: scan_suid,v 3.0 89/10/18 15:15:57 lwall Locked $ +# $Header: scan_suid,v 4.0 91/03/20 01:14:00 lwall Locked $ # Look for new setuid root files. diff --git a/eg/scan/scanner b/eg/scan/scanner index 70d2af80c1..968a36dc8d 100644 --- a/eg/scan/scanner +++ b/eg/scan/scanner @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Header: scanner,v 3.0.1.1 90/03/12 16:35:15 lwall Locked $ +# $Header: scanner,v 4.0 91/03/20 01:14:11 lwall Locked $ # This runs all the scan_* routines on all the machines in /etc/ghosts. # We run this every morning at about 6 am: |