diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-11-12 22:39:20 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-11-12 22:39:20 +0000 |
commit | beaa20d0eee67c08e0ee29002606ecaa34dec915 (patch) | |
tree | 651147e55613a893f1d820b45063abcc8b4be74b /cron-sh/promisc_check.sh | |
parent | 0d099905847e286e4f06d0f4048c19493ea90751 (diff) | |
download | msec-beaa20d0eee67c08e0ee29002606ecaa34dec915.tar msec-beaa20d0eee67c08e0ee29002606ecaa34dec915.tar.gz msec-beaa20d0eee67c08e0ee29002606ecaa34dec915.tar.bz2 msec-beaa20d0eee67c08e0ee29002606ecaa34dec915.tar.xz msec-beaa20d0eee67c08e0ee29002606ecaa34dec915.zip |
Fixed a typo (#55571).
Diffstat (limited to 'cron-sh/promisc_check.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 62d61e2..d9a2c6b 100755 --- a/cron-sh/promisc_check.sh +++ b/cron-sh/promisc_check.sh @@ -1,5 +1,5 @@ #!/bin/bash -# msec: this checks if the network is in promiscuous mose +# msec: this checks if the network is in promiscuous mode . /usr/share/msec/functions.sh |