Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ubuntu-tweaks6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/ubuntu-tweaks b/scripts/ubuntu-tweaks
deleted file mode 100755
index be5ebf2..0000000
--- a/scripts/ubuntu-tweaks
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-XWRAPPERCONFIG=/etc/X11/Xwrapper.config
-
-sed -i '/^allowed_users.*/d' $XWRAPPERCONFIG
-echo "allowed_users=anybody" >> $XWRAPPERCONFIG