diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-14 13:40:51 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-14 13:40:51 +0000 |
commit | d17df3d631041b3c6c0f00e191efbef3058b7f0d (patch) | |
tree | b90715b907dd53a295d4af9a14a2179bb315d8b0 | |
parent | 4dc0240a5cf80501ea30478015f5796c91c57d30 (diff) | |
download | msec-d17df3d631041b3c6c0f00e191efbef3058b7f0d.tar msec-d17df3d631041b3c6c0f00e191efbef3058b7f0d.tar.gz msec-d17df3d631041b3c6c0f00e191efbef3058b7f0d.tar.bz2 msec-d17df3d631041b3c6c0f00e191efbef3058b7f0d.tar.xz msec-d17df3d631041b3c6c0f00e191efbef3058b7f0d.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | init-sh/lib.sh | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,5 @@ 1999-13-10 Yoann Vandoorselaere <yoann@mandrakesoft.com> + * Documentation * diff_check.sh : Fix a typo. 1999-12-10 Yoann Vandoorselaere <yoann@mandrakesoft.com> diff --git a/init-sh/lib.sh b/init-sh/lib.sh index ee046a9..429db65 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -183,9 +183,6 @@ if [[ -f /etc/security/msec/security.conf ]]; then . /etc/security/msec/security.conf fi -# To avoid error, while new initscript package isn't released... -touch /etc/rc.d/rc.firewall - clear echo "Preparing to run security script : " CleanRules /etc/syslog.conf |