Changeset 1c96860
- Timestamp:
- Nov 17, 2012, 9:23:01 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8724dd0
- Parents:
- 12049296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sysvinit.xml
r12049296 r1c96860 25 25 <title>Installation of Sysvinit</title> 26 26 27 <para os ="a">Apply a sed which removes sulogin from being built and installed as sulogin is installed by util-linux:</para>27 <para os ="a">Apply a sed which removes sulogin, mountpoint, utmpdump, and wall from being built and installed as they are provided by util-linux:</para> 28 28 29 29 <screen os="b"><userinput>cp -v src/Makefile{,.orig} 30 30 sed -e 's/\ sulogin//;s/\ sulogin.8//' \ 31 -e '/sulogin.*:/d' src/Makefile.orig > src/Makefile</userinput></screen> 31 -e '/sulogin.*:/d' '/utmpdump/d' \ 32 -e '/mountpoint/d' src/Makefile.orig > src/Makefile</userinput></screen> 32 33 33 34 <para os ="c">Compile the package:</para> … … 125 126 <seglistitem> 126 127 <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg, 127 mountpoint, pidof (link to killall5), poweroff (link to halt), 128 reboot (link to halt), runlevel, shutdown, 129 telinit (link to init), utmpdump, and wall</seg> 128 pidof (link to killall5), poweroff (link to halt), 129 reboot (link to halt), runlevel, shutdown, and telinit (link to init)</seg> 130 130 </seglistitem> 131 131 </segmentedlist> … … 218 218 </varlistentry> 219 219 220 <varlistentry id="mountpoint">221 <term><command>mountpoint</command></term>222 <listitem>223 <para>Tells you whether or not a directory is a mount point.</para>224 <indexterm zone="ch-system-sysvinit mountpoint">225 <primary sortas="b-mountpoint">mountpoint</primary>226 </indexterm>227 </listitem>228 </varlistentry>229 230 220 <varlistentry id="pidof"> 231 221 <term><command>pidof</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.