Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/olpc-utils/1-olpc-config.diff
diff options
context:
space:
mode:
Diffstat (limited to 'olpc-utils/1-olpc-config.diff')
-rw-r--r--olpc-utils/1-olpc-config.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/olpc-utils/1-olpc-config.diff b/olpc-utils/1-olpc-config.diff
new file mode 100644
index 0000000..565f643
--- /dev/null
+++ b/olpc-utils/1-olpc-config.diff
@@ -0,0 +1,19 @@
+--- /etc/init.d/olpc-configure.orig 2012-02-28 06:13:14.535691761 +0930
++++ /etc/init.d/olpc-configure 2012-02-28 06:13:04.765686947 +0930
+@@ -260,11 +265,12 @@
+ # these don't need to be repeated when we upgrade.
+ configure_home() {
+ echo "olpc-configure: reconfiguring home..."
++ echo "olpc-configure: disabled jv..."
+
+- rm -f $OLPC_HOME/.i18n
+- cat >$OLPC_HOME/.i18n <<__EOF__
+-LANG="$SYS_LANG"
+-__EOF__
++# rm -f $OLPC_HOME/.i18n
++# cat >$OLPC_HOME/.i18n <<__EOF__
++#LANG="$SYS_LANG"
++#__EOF__
+ chown olpc:olpc $OLPC_HOME/.i18n
+
+ # can't live in $OLPC_HOME because activities can't read this dir.