summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-07-08 10:19:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-07-08 10:19:46 +0000
commit003ce199fb041fbbad2f849affe6c71e6d9f7c4d (patch)
tree3f9dfa635a39529dc3990318b1fde0cf532d82b1 /perl-install/standalone/drakedm
parent31b085b1cb03a9df38be615799bc87ba92206278 (diff)
downloaddrakx-backup-do-not-use-003ce199fb041fbbad2f849affe6c71e6d9f7c4d.tar
drakx-backup-do-not-use-003ce199fb041fbbad2f849affe6c71e6d9f7c4d.tar.gz
drakx-backup-do-not-use-003ce199fb041fbbad2f849affe6c71e6d9f7c4d.tar.bz2
drakx-backup-do-not-use-003ce199fb041fbbad2f849affe6c71e6d9f7c4d.tar.xz
drakx-backup-do-not-use-003ce199fb041fbbad2f849affe6c71e6d9f7c4d.zip
do not write in /nohup.out (#16768)
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 8bbd603d7..6f4e62c90 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -71,7 +71,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::run("nohup", "/etc/rc.d/init.d/dm", "restart");
+ system("nohup /etc/rc.d/init.d/dm restart &>/dev/null");
}
}