diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 19:14:13 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 19:14:13 +0000 |
commit | d6adbf00767ea2ded7237ac5a489850e8a16baae (patch) | |
tree | 238378a5a306e35e6fde027f3eede536e66c80f8 | |
parent | 48968f810fb489d91bbc28ac209a6f7ba0d27d82 (diff) | |
download | drakx-backup-do-not-use-d6adbf00767ea2ded7237ac5a489850e8a16baae.tar drakx-backup-do-not-use-d6adbf00767ea2ded7237ac5a489850e8a16baae.tar.gz drakx-backup-do-not-use-d6adbf00767ea2ded7237ac5a489850e8a16baae.tar.bz2 drakx-backup-do-not-use-d6adbf00767ea2ded7237ac5a489850e8a16baae.tar.xz drakx-backup-do-not-use-d6adbf00767ea2ded7237ac5a489850e8a16baae.zip |
fix OOo startup
-rw-r--r-- | move/move.pm | 2 | ||||
-rw-r--r-- | move/todo | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/move/move.pm b/move/move.pm index a8388fe9b..8ec1ea96e 100644 --- a/move/move.pm +++ b/move/move.pm @@ -30,7 +30,7 @@ sub init { foreach qw(alternatives shadow man.config services shells pam.d security inputrc ld.so.conf DIR_COLORS bashrc profile profile.d rc.d init.d devfsd.conf devfs gtk-2.0 pango fonts modules.devfs dynamic gnome-vfs-2.0 gnome-vfs-mime-magic gtk gconf menu menu-methods nsswitch.conf default login.defs - skel ld.so.cache); + skel ld.so.cache openoffice); symlinkf "/image/etc/X11/$_", "/etc/X11/$_" foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); @@ -34,5 +34,3 @@ problem as 9.2 it seems) system running -ooffice doesn't start (ExitCode: 2, Installation of OOo 1.1.0 -failed) |