summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-11-03 17:44:45 +0000
committerThierry Vignaud <tv@mageia.org>2012-11-03 17:44:45 +0000
commitc44d6c8b0bde987c69d0a581fb6ce3422007fb73 (patch)
treeb39db4e0a2c2218bab927e31146d74b804b8a2df /perl-install/standalone/service_harddrake
parenta3bd5023305244f7ab63634a4f148b669ca491ea (diff)
downloaddrakx-backup-do-not-use-c44d6c8b0bde987c69d0a581fb6ce3422007fb73.tar
drakx-backup-do-not-use-c44d6c8b0bde987c69d0a581fb6ce3422007fb73.tar.gz
drakx-backup-do-not-use-c44d6c8b0bde987c69d0a581fb6ce3422007fb73.tar.bz2
drakx-backup-do-not-use-c44d6c8b0bde987c69d0a581fb6ce3422007fb73.tar.xz
drakx-backup-do-not-use-c44d6c8b0bde987c69d0a581fb6ce3422007fb73.zip
adapt to new reboot path
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 7c8be09fd..86037034a 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -458,7 +458,7 @@ if ($reboot_needed && ! -e "/tmp/.X11-unix/X0") {
($reply, $timedout) = dialog_with_timeout("okcancel", N("Display driver setup"), N("The system has to be rebooted due to a display driver change.") . "\n\n"
. N("Press Cancel within %d seconds to abort.", 30), 30, $plymouth);
if ($reply || $timedout) {
- exec("/sbin/reboot");
+ exec("/bin/reboot");
}
}