Changeset a4fd97e
- Timestamp:
- Jul 9, 2014, 10:57:54 PM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- d31e344
- Parents:
- 1e08a9b
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/procps-ng.xml
r1e08a9b ra4fd97e 116 116 </varlistentry> 117 117 118 <!--<varlistentry id="pidof">118 <varlistentry id="pidof"> 119 119 <term><command>pidof</command></term> 120 120 <listitem> 121 <para> Looks up processes based on their name and other attributes</para>121 <para>Reports the PIDs of the given programs</para> 122 122 <indexterm zone="ch-system-procps-ng pidof"> 123 123 <primary sortas="b-pidof">pidof</primary> 124 124 </indexterm> 125 125 </listitem> 126 </varlistentry> -->126 </varlistentry> 127 127 128 128 <varlistentry id="pkill"> -
BOOK/final-system/common/sysvinit.xml
r1e08a9b ra4fd97e 25 25 <title>Installation of Sysvinit</title> 26 26 27 <para os ="a">Apply a sed which disables last, mesg, mountpoint, sulogin,28 utmpdump, and wall from being built and installed as theyare provided by29 Util-linux:</para>30 31 <screen os="b"><userinput>sed -i -e 's/\ sulogin[^ ]*//' \27 <para os ="a">Apply a <command>sed</command> to disable several programs 28 from being built and installed as better versions are provided by 29 other packages:</para> 30 31 <screen os="b"><userinput>sed -i -e 's/\ sulogin[^ ]*//' -e 's/pidof\.8//' -e '/ln .*pidof/d' \ 32 32 -e '/utmpdump/d' -e '/mountpoint/d' -e '/mesg/d' src/Makefile</userinput></screen> 33 33 … … 125 125 126 126 <seglistitem> 127 <seg>bootlogd, fstab-decode, halt, init, killall5, p idof (link to128 killall5), poweroff (link to halt), reboot (link to halt), runlevel,129 shutdown, and telinit(link to init)</seg>127 <seg>bootlogd, fstab-decode, halt, init, killall5, poweroff 128 (link to halt), reboot (link to halt), runlevel, shutdown, telinit 129 (link to init)</seg> 130 130 </seglistitem> 131 131 </segmentedlist> … … 194 194 </varlistentry> 195 195 196 <varlistentry id="pidof">197 <term><command>pidof</command></term>198 <listitem>199 <para>Reports the PIDs of the given programs</para>200 <indexterm zone="ch-system-sysvinit pidof">201 <primary sortas="b-pidof">pidof</primary>202 </indexterm>203 </listitem>204 </varlistentry>205 206 196 <varlistentry id="poweroff"> 207 197 <term><command>poweroff</command></term> -
BOOK/introduction/common/changelog.xml
r1e08a9b ra4fd97e 44 44 on boot in the bootscripts.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Chris] - Removed creation of pidof from Sysvinit 48 installation, to use pidof from Procps-ng instead.</para> 49 </listitem> 46 50 </itemizedlist> 47 51 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.