diff options
-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 | ||||
-rw-r--r-- | doc/msec.lyx | 2 | ||||
-rwxr-xr-x | init-sh/cleanold.sh | 2 |
5 files changed, 5 insertions, 6 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 diff --git a/doc/msec.lyx b/doc/msec.lyx index a906910..6ab6714 100644 --- a/doc/msec.lyx +++ b/doc/msec.lyx @@ -1341,5 +1341,5 @@ ToDo Author \layout Standard -Vandoorselaere Yoann <yoann@mandrakesoft.com> +Vandoorselaere Yoann \the_end diff --git a/init-sh/cleanold.sh b/init-sh/cleanold.sh index dcb51d4..e3b92b0 100755 --- a/init-sh/cleanold.sh +++ b/init-sh/cleanold.sh @@ -1,6 +1,6 @@ # # Security level implementation... -# Writen by Vandoorselaere Yoann <yoann@mandrakesoft.com> +# Writen by Vandoorselaere Yoann # # Need root access |