Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161010 Details for
Bug 232572
halt.sh should check for /dev/initctl when in vserver (openrc-0.2.5)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adaptation of the baselayout-1.13.0 patch
openrc-initctl.patch (text/plain), 533 bytes, created by
Romain Riviere
on 2008-07-21 15:30:54 UTC
(
hide
)
Description:
Adaptation of the baselayout-1.13.0 patch
Filename:
MIME Type:
Creator:
Romain Riviere
Created:
2008-07-21 15:30:54 UTC
Size:
533 bytes
patch
obsolete
>--- /etc/init.d/halt.sh.orig 2008-07-21 14:53:08.000000000 +0000 >+++ /etc/init.d/halt.sh 2008-07-21 14:55:10.000000000 +0000 >@@ -29,7 +29,7 @@ > # 2) the host utils take care of all umounting stuff (OpenVZ) > if [ "${RC_SYS}" = "VSERVER" -o "${RC_SYS}" = "OPENVZ" ]; then > [ "${RC_SYS}" = "OPENVZ" -a "$1" = "reboot" ] && echo "" > /reboot >- if [ -e /etc/init.d/"$1".sh ]; then >+ if [[ -e /dev/initctl && -e /etc/init.d/"$1".sh ]] ; then > . /etc/init.d/"$1".sh > else > exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232572
: 161010