Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:09:43 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 09:09:43 (GMT)
commitd50cf9e59b0c1b21995b958fbe89f3c9f1cb3c36 (patch)
treea00c8660e280838d9cd92c2885598ef01c88fd0a /commands/helpers
parentcc034825744856b9936a518cef0215d9096a8f98 (diff)
Move ubuntu-tweaks into helpers
Diffstat (limited to 'commands/helpers')
-rwxr-xr-xcommands/helpers/ubuntu-tweaks6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/helpers/ubuntu-tweaks b/commands/helpers/ubuntu-tweaks
new file mode 100755
index 0000000..be5ebf2
--- /dev/null
+++ b/commands/helpers/ubuntu-tweaks
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+XWRAPPERCONFIG=/etc/X11/Xwrapper.config
+
+sed -i '/^allowed_users.*/d' $XWRAPPERCONFIG
+echo "allowed_users=anybody" >> $XWRAPPERCONFIG