diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | cron-sh/promisc_check.sh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..3fb57a1 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +1999-12-08 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * ChangeLog: first entry. diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh index fa5b538..5a26ae5 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -15,7 +15,7 @@ PROMISC_CHECK="/usr/bin/promisc_check -q" LogPromisc() { Syslog "Security warning : $1 is in promiscuous mode. (sniffer running ?)" Ttylog "\\033[1;31mSecurity warning : $1 is in promiscuous mode.\\033[0;39m" - Ttylog "\\033[1;31mA sniffer is probably running on your system.\\033[0;39m + Ttylog "\\033[1;31mA sniffer is probably running on your system.\\033[0;39m" } if [ -f /etc/security/msec/security.conf ]; then |