Bugzilla – Attachment 458206 Details for
Bug 725138
initdefault from /etc/inittab ignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
/lib/systemd/system-generators/systemd-runlevel-generator
runlevel (text/plain), 608 bytes, created by
Dr. Werner Fink
on 2011-10-21 12:31:09 UTC
(
hide
)
Description:
/lib/systemd/system-generators/systemd-runlevel-generator
Filename:
MIME Type:
Creator:
Dr. Werner Fink
Created:
2011-10-21 12:31:09 UTC
Size:
608 bytes
patch
obsolete
>#!/bin/bash >test -e /etc/inittab || exit 0 >type -p sed > /dev/null 2>&1 || exit 0 >type -p readlink > /dev/null 2>&1 || exit 0 >: ${RUNLEVEL:=$(sed -rn 's@^id:([[:digit:]]):.*@\1@p' < /etc/inittab 2> /dev/null)} || exit 0 >test -e /lib/systemd/system/runlevel${RUNLEVEL}.target || exit 0 >RUNLEVEL=runlevel${RUNLEVEL}.target >if test -h /lib/systemd/system/default.target ; then > CURLEVEL=$(readlink /lib/systemd/system/default.target 2> /dev/null) >else > test -e /lib/systemd/system/default.target && exit 0 >fi >rm -f /lib/systemd/system/default.target >ln -sf ${RUNLEVEL} /lib/systemd/system/default.target
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 725138
:
458206
|
458207