diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-13 11:47:20 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-13 11:47:20 +0000 |
commit | 667bf979ccc661bc6c935ff0dac4be234414fb51 (patch) | |
tree | 884865d391d5d4bd949627280d0c89232eb075e8 | |
parent | 37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e (diff) | |
download | msec-667bf979ccc661bc6c935ff0dac4be234414fb51.tar msec-667bf979ccc661bc6c935ff0dac4be234414fb51.tar.gz msec-667bf979ccc661bc6c935ff0dac4be234414fb51.tar.bz2 msec-667bf979ccc661bc6c935ff0dac4be234414fb51.tar.xz msec-667bf979ccc661bc6c935ff0dac4be234414fb51.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | cron-sh/diff_check.sh | 2 | ||||
-rw-r--r-- | msec.spec | 3 |
3 files changed, 7 insertions, 1 deletions
@@ -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 @@ -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 |