summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-29 13:41:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-29 13:41:42 +0000
commit2fee59643be4d8f962f970a7dd7988ab9b8dd1f4 (patch)
tree9fd8f8b11e3fb63e7d786a561eeead37160959cd /perl-install/standalone/drakedm
parentf63e28d2c82b6d7d1daa1961eccb63c83f46c901 (diff)
downloaddrakx-backup-do-not-use-2fee59643be4d8f962f970a7dd7988ab9b8dd1f4.tar
drakx-backup-do-not-use-2fee59643be4d8f962f970a7dd7988ab9b8dd1f4.tar.gz
drakx-backup-do-not-use-2fee59643be4d8f962f970a7dd7988ab9b8dd1f4.tar.bz2
drakx-backup-do-not-use-2fee59643be4d8f962f970a7dd7988ab9b8dd1f4.tar.xz
drakx-backup-do-not-use-2fee59643be4d8f962f970a7dd7988ab9b8dd1f4.zip
standalone tools are *not* chrooted
Diffstat (limited to 'perl-install/standalone/drakedm')
-rw-r--r--perl-install/standalone/drakedm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm
index a4f44417b..337e8d9b9 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -76,7 +76,7 @@ several different X sessions on your local machine at the same time.")),
if (any::running_window_manager()) {
$in->ask_yesorno('', N("The change is done, do you want to restart the dm service ?"), 1) and
$in->ask_yesorno('', N("You are going to close all running programs and lose your current session. Are you really sure that you want to restart the dm service ?"), 1) and
- run_program::rooted($::prefix, "nohup", "/etc/rc.d/init.d/dm", "restart");
+ run_program::run("nohup", "/etc/rc.d/init.d/dm", "restart");
}
}