From 9083d35d35565f571883275dbf3fd77f4ff05f6d Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Mon, 29 Nov 1999 10:09:41 +0000 Subject: Fix a few bug. --- init-sh/lib.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'init-sh/lib.sh') diff --git a/init-sh/lib.sh b/init-sh/lib.sh index a48c945..61dfb9e 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -23,12 +23,6 @@ if [ -f /etc/security/msec/security.conf ]; then . /etc/security/msec/security.conf fi -if rpm -q XFree86 2>&1 > /dev/null; then - HAVE_X=1 -else - HAVE_X=0 -fi - USERNAME="blah" COMMENT="# Mandrake-Security : if you remove this comment, remove the next line too." @@ -155,7 +149,6 @@ CleanRules /etc/crontab # For all secure level AddRules "echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter" /etc/rc.d/rc.firewall - # default group which must exist on the system groupadd audio >& /dev/null groupadd xgrp >& /dev/null -- cgit v1.2.1