diff options
| author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-09 10:13:14 +0000 |
|---|---|---|
| committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-06-09 10:13:14 +0000 |
| commit | f348610c5bb4dee40f4b8f20a1b8cf6a74518002 (patch) | |
| tree | ce7583622a8b24f5bfb9e577c00c3035a2e4163c | |
| parent | 16aada5644f87ee625f7cd4f35b60cdca1d0953e (diff) | |
| download | drakx-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar drakx-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.gz drakx-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.bz2 drakx-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.xz drakx-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.zip | |
(install2::configMove) prevent dm service to fail to startup because
of /tmp/.font-unix's permissions
| -rw-r--r-- | globetrotter/move.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm index 90bba3b9a..ada90c193 100644 --- a/globetrotter/move.pm +++ b/globetrotter/move.pm @@ -136,6 +136,8 @@ Continue at your own risk."). formatError($@) || $@ ]) if $@; run_program::run('chkconfig', 'dm', 'on'); run_program::run('telinit', 'Q'); } + # prevent dm service to fail to startup because of /tmp/.font-unix's permissions: + run_program::run('service', 'xfs', 'stop'); c::_exit(0); } |
