diff options
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/diff_check.sh | 2 | ||||
-rwxr-xr-x | cron-sh/promisc_check.sh | 3 | ||||
-rwxr-xr-x | cron-sh/security_check.sh | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/cron-sh/diff_check.sh b/cron-sh/diff_check.sh index b8991e1..ad155ff 100755 --- a/cron-sh/diff_check.sh +++ b/cron-sh/diff_check.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Written by Vandoorselaere Yoann, <yoann@mandrakesoft.com> +# Written by Vandoorselaere Yoann # if [[ -f /etc/security/msec/security.conf ]]; then diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index 468a44a..da06f32 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Writen by Vandoorselaere Yoann, -# <yoann@mandrakesoft.com> +# Writen by Vandoorselaere Yoann Syslog() { if [[ ${SYSLOG_WARN} == yes ]]; then diff --git a/cron-sh/security_check.sh b/cron-sh/security_check.sh index 7e2bdf6..796d2c9 100755 --- a/cron-sh/security_check.sh +++ b/cron-sh/security_check.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Written by Vandoorselaere Yoann, <yoann@mandrakesoft.com> +# Written by Vandoorselaere Yoann # if [[ -f /etc/security/msec/security.conf ]]; then |