aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/lib.sh')
-rw-r--r--init-sh/lib.sh7
1 files changed, 0 insertions, 7 deletions
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