Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113116 - sys-apps/sysvinit ebuild typo
Summary: sys-apps/sysvinit ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 13:32 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2005-12-06 20:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-11-20 13:32:08 UTC
'telinit U' is the proper way to reload init. After 'init U' there's a "Trying
to re-exec init" message in logs.

--- sysvinit-2.86-r3.ebuild.old 2005-11-20 22:26:20.000000000 +0100
+++ sysvinit-2.86-r3.ebuild     2005-11-20 22:26:34.000000000 +0100
@@ -77,6 +77,6 @@
        # not to quit properly on reboot, and causes a fsck of / on next reboot.
        if [[ ${ROOT} == / ]] && ! use build && ! use bootstrap; then
                # Do not return an error if this fails
-               /sbin/init U &>/dev/null
+               /sbin/telinit U &>/dev/null
        fi
 }
Comment 1 SpanKY gentoo-dev 2005-12-06 20:58:32 UTC
fixed in cvs, thanks