summaryrefslogtreecommitdiffstats
path: root/globetrotter
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:13:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-06-09 10:13:14 +0000
commitf348610c5bb4dee40f4b8f20a1b8cf6a74518002 (patch)
treece7583622a8b24f5bfb9e577c00c3035a2e4163c /globetrotter
parent16aada5644f87ee625f7cd4f35b60cdca1d0953e (diff)
downloaddrakx-backup-do-not-use-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar
drakx-backup-do-not-use-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.gz
drakx-backup-do-not-use-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.bz2
drakx-backup-do-not-use-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.tar.xz
drakx-backup-do-not-use-f348610c5bb4dee40f4b8f20a1b8cf6a74518002.zip
(install2::configMove) prevent dm service to fail to startup because
of /tmp/.font-unix's permissions
Diffstat (limited to 'globetrotter')
-rw-r--r--globetrotter/move.pm2
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);
}