diff options
-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 |