- Timestamp:
- Nov 17, 2012, 5:50:28 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 675995c
- Parents:
- 41305d54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sysvinit.xml
r41305d54 r834692e 25 25 <title>Installation of Sysvinit</title> 26 26 27 <para os="c">Compile the package:</para> 27 <para os ="a">Apply a sed which removes sulogin from being built and installed as sulogin is installed by util-linux:</para> 28 29 <screen os="b"><userinput>cp -v src/Makefile{,.orig} 30 sed -e 's/\ sulogin//;s/\ sulogin.8//' \ 31 -e '/sulogin.*:/d' src/Makefile.orig > src/Makefile</userinput></screen> 32 33 <para os ="c">Compile the package:</para> 28 34 29 35 <screen os="d"><userinput>make -C src clobber … … 120 126 <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg, 121 127 mountpoint, pidof (link to killall5), poweroff (link to halt), 122 reboot (link to halt), runlevel, shutdown, sulogin,128 reboot (link to halt), runlevel, shutdown, 123 129 telinit (link to init), utmpdump, and wall</seg> 124 130 </seglistitem> … … 276 282 </varlistentry> 277 283 278 <varlistentry id="sulogin">279 <term><command>sulogin</command></term>280 <listitem>281 <para>Allows <emphasis>root</emphasis> to log in; it is normally282 invoked by <command>init</command> when the system goes into single283 user mode</para>284 <indexterm zone="ch-system-sysvinit sulogin">285 <primary sortas="b-sulogin">sulogin</primary>286 </indexterm>287 </listitem>288 </varlistentry>289 290 284 <varlistentry id="telinit"> 291 285 <term><command>telinit</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.