diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-08 02:11:42 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 1999-12-08 02:11:42 +0000 |
commit | 16b09e0832d637007ac413b4b646256f81dd2ea7 (patch) | |
tree | cab2b5e17f7af2f4abf230c64bc03d8189ecb49b /cron-sh | |
parent | 4944a29f2fda5e970e9bf84294a22ea0833b2c10 (diff) | |
download | msec-16b09e0832d637007ac413b4b646256f81dd2ea7.tar msec-16b09e0832d637007ac413b4b646256f81dd2ea7.tar.gz msec-16b09e0832d637007ac413b4b646256f81dd2ea7.tar.bz2 msec-16b09e0832d637007ac413b4b646256f81dd2ea7.tar.xz msec-16b09e0832d637007ac413b4b646256f81dd2ea7.zip |
"See_The_Changelog"
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/promisc_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |