Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 681874
Collapse All | Expand All

(-)qemu-4.2.0/qga/commands-posix.c.orig (-1 / +1 lines)
Lines 108-114 Link Here
108
        reopen_fd_to_null(1);
108
        reopen_fd_to_null(1);
109
        reopen_fd_to_null(2);
109
        reopen_fd_to_null(2);
110
110
111
        execle("/sbin/shutdown", "shutdown", "-h", shutdown_flag, "+0",
111
        execle("/sbin/shutdown", "shutdown", "-h", "now", shutdown_flag, "+0",
112
               "hypervisor initiated shutdown", (char*)NULL, environ);
112
               "hypervisor initiated shutdown", (char*)NULL, environ);
113
        _exit(EXIT_FAILURE);
113
        _exit(EXIT_FAILURE);
114
    } else if (pid < 0) {
114
    } else if (pid < 0) {

Return to bug 681874