diff options
author | sibel <lesibel at free dot fr> | 2010-07-03 11:01:26 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-03 11:01:26 +0200 |
commit | 23c1b76a348c6bd8b3545eb1d4743c157820a2bd (patch) | |
tree | 1cbda511597ae404085fac07b4c83e28b50c01d7 /gnome | |
parent | be9e8e49395bdedfd42b7a354d6d25738737f258 (diff) | |
parent | fb672d9c06ae203b769a10646e739c92c90b27be (diff) | |
download | nutyx-extra-23c1b76a348c6bd8b3545eb1d4743c157820a2bd.tar.gz nutyx-extra-23c1b76a348c6bd8b3545eb1d4743c157820a2bd.tar.bz2 nutyx-extra-23c1b76a348c6bd8b3545eb1d4743c157820a2bd.tar.xz nutyx-extra-23c1b76a348c6bd8b3545eb1d4743c157820a2bd.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'gnome')
-rwxr-xr-x | gnome/gnome/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome/gnome/post-install b/gnome/gnome/post-install index 47dfd231f..eca283276 100755 --- a/gnome/gnome/post-install +++ b/gnome/gnome/post-install @@ -3,3 +3,6 @@ if [ ! -d /etc/gconf/gconf.xml.system ]; then mkdir -p /etc/gconf/gconf.xml.system fi chmod 755 /etc/gconf/gconf.xml.system + +sed -i "s/^id:[3-5]/id:4/" /etc/inittab + |