diff options
Diffstat (limited to 'gnu/usr.bin/perl/eg/scan')
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_df | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_last | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_messages | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_passwd | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_ps | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_sudo | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scan_suid | 2 | ||||
-rw-r--r-- | gnu/usr.bin/perl/eg/scan/scanner | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/perl/eg/scan/scan_df b/gnu/usr.bin/perl/eg/scan/scan_df index 3f56bd943e7..133dfd1f306 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_df +++ b/gnu/usr.bin/perl/eg/scan/scan_df @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_df,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:55 $ +# $RCSfile: scan_df,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:05 $ # This report points out filesystems that are in danger of overflowing. diff --git a/gnu/usr.bin/perl/eg/scan/scan_last b/gnu/usr.bin/perl/eg/scan/scan_last index 4ffd9c0ed9c..171176a8729 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_last +++ b/gnu/usr.bin/perl/eg/scan/scan_last @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_last,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:55 $ +# $RCSfile: scan_last,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:05 $ # This reports who was logged on at weird hours diff --git a/gnu/usr.bin/perl/eg/scan/scan_messages b/gnu/usr.bin/perl/eg/scan/scan_messages index 47ce55ff692..1dce8ee108d 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_messages +++ b/gnu/usr.bin/perl/eg/scan/scan_messages @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_messages,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:57 $ +# $RCSfile: scan_messages,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:05 $ # This prints out extraordinary console messages. You'll need to customize. diff --git a/gnu/usr.bin/perl/eg/scan/scan_passwd b/gnu/usr.bin/perl/eg/scan/scan_passwd index e8273fe5acb..e7a92c516f0 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_passwd +++ b/gnu/usr.bin/perl/eg/scan/scan_passwd @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $RCSfile: scan_passwd,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:57 $ +# $RCSfile: scan_passwd,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:06 $ # This scans passwd file for security holes. diff --git a/gnu/usr.bin/perl/eg/scan/scan_ps b/gnu/usr.bin/perl/eg/scan/scan_ps index 18b495ca65f..a266e3329d2 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_ps +++ b/gnu/usr.bin/perl/eg/scan/scan_ps @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_ps,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:57 $ +# $RCSfile: scan_ps,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:06 $ # This looks for looping processes. diff --git a/gnu/usr.bin/perl/eg/scan/scan_sudo b/gnu/usr.bin/perl/eg/scan/scan_sudo index bec2b9d26d8..58ed4363aff 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_sudo +++ b/gnu/usr.bin/perl/eg/scan/scan_sudo @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_sudo,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:58 $ +# $RCSfile: scan_sudo,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:06 $ # Analyze the sudo log. diff --git a/gnu/usr.bin/perl/eg/scan/scan_suid b/gnu/usr.bin/perl/eg/scan/scan_suid index d8a4eff17c9..b5bd71ec83f 100644 --- a/gnu/usr.bin/perl/eg/scan/scan_suid +++ b/gnu/usr.bin/perl/eg/scan/scan_suid @@ -1,6 +1,6 @@ #!/usr/bin/perl -P -# $RCSfile: scan_suid,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:58 $ +# $RCSfile: scan_suid,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:06 $ # Look for new setuid root files. diff --git a/gnu/usr.bin/perl/eg/scan/scanner b/gnu/usr.bin/perl/eg/scan/scanner index 6aac7e5dc01..7736682f541 100644 --- a/gnu/usr.bin/perl/eg/scan/scanner +++ b/gnu/usr.bin/perl/eg/scan/scanner @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $RCSfile: scanner,v $$Revision: 1.4 $$Date: 2000/04/06 17:04:58 $ +# $RCSfile: scanner,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:06 $ # This runs all the scan_* routines on all the machines in /etc/ghosts. # We run this every morning at about 6 am: |