diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-03-22 17:44:05 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 2000-03-22 17:44:05 +0000 |
commit | 203f5afca24686a3c08a20cfefd82f7bd1a10280 (patch) | |
tree | 40c04e0c125c5df0cab08a49ef5cf354a9130bed | |
parent | 80a65450bd92bd7d24c8e5087856053bbacfe9d9 (diff) | |
download | msec-203f5afca24686a3c08a20cfefd82f7bd1a10280.tar msec-203f5afca24686a3c08a20cfefd82f7bd1a10280.tar.gz msec-203f5afca24686a3c08a20cfefd82f7bd1a10280.tar.bz2 msec-203f5afca24686a3c08a20cfefd82f7bd1a10280.tar.xz msec-203f5afca24686a3c08a20cfefd82f7bd1a10280.zip |
*** empty log message ***
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | init-sh/custom.sh | 1 | ||||
-rw-r--r-- | msec.spec | 5 |
4 files changed, 3 insertions, 7 deletions
@@ -1,4 +1,4 @@ -VERSION = 0.10 +VERSION = 0.11 NAME = msec all: promisc_check msec_find @@ -3,7 +3,5 @@ Configurations files in /etc/security/msec/ Shell scripts in /usr/share/msec. ****************** -Many thanks to Bryan Paxton for a good bunch of idea & contribution. - Suggest & Comment : yoann@mandrakesoft.com diff --git a/init-sh/custom.sh b/init-sh/custom.sh index 3018f75..54696cb 100755 --- a/init-sh/custom.sh +++ b/init-sh/custom.sh @@ -1,6 +1,5 @@ #!/bin/bash - # # Security level implementation... # Writen by Vandoorselaere Yoann <yoann@mandrakesoft.com> @@ -1,6 +1,5 @@ -# do not modify Version below, modify it in Makefile (see CVS) -%define version 0.10 -%define release 4mdk +%define version 0.11 +%define release 1mdk Summary: Security Level & Program for the Linux Mandrake distribution Name: msec |