aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xcron-sh/diff_check.sh2
-rw-r--r--msec.spec3
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d950b4..0d2ad96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1999-13-10 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+ * diff_check.sh : Fix a typo.
+
1999-12-10 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* custom.sh : Fix a typo & forgot to export path & secure level
diff --git a/cron-sh/diff_check.sh b/cron-sh/diff_check.sh
index 048525d..0d6d0de 100755
--- a/cron-sh/diff_check.sh
+++ b/cron-sh/diff_check.sh
@@ -10,7 +10,7 @@ else
exit 1
fi
-if [[ ${CHECK_SECURITY} == no ]; then
+if [[ ${CHECK_SECURITY} == no ]]; then
exit 0
fi
diff --git a/msec.spec b/msec.spec
index b06a04c..b819dda 100644
--- a/msec.spec
+++ b/msec.spec
@@ -35,6 +35,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/promisc_check
%changelog
+* Mon Dec 13 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
+- diff_check.sh : fix a typo
+
* Thu Dec 10 1999 Yoann Vandoorselaere <yoann@mandrakesoft.com>
- custom.sh : Fix a typo & forgot to export path & secure level