Ticket #3202: remove-utmpdump.patch
File remove-utmpdump.patch, 1.9 KB (added by , 12 years ago) |
---|
-
chapter06/sysvinit.xml
54 54 55 55 <screen><userinput remap="pre">sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c</userinput></screen> 56 56 57 <para>Maintained versions of the <command>wall</command> and58 <command>mountpoint</command> programs were57 <para>Maintained versions of the <command>wall</command>, 58 <command>mountpoint</command> and <command>utmpdump</command> programs were 59 59 installed earlier by Util-linux. Suppress the installation of Sysvinit's 60 60 versions of these programs and their man pages:</para> 61 61 62 <screen><userinput remap="make">sed -i -e 's/utmpdump wall/utmpdump/' \ 63 -e '/= mountpoint/d' \ 64 -e 's/mountpoint.1 wall.1//' src/Makefile</userinput></screen> 62 <screen><userinput remap="make">sed -i -e '/utmpdump/d' \ 63 -e '/mountpoint/d' src/Makefile</userinput></screen> 65 64 66 65 <para>Compile the package:</para> 67 66 … … 85 84 <seg>bootlogd, fstab-decode, halt, init, killall5, last, 86 85 lastb (link to last), mesg, pidof (link to killall5), 87 86 poweroff (link to halt), reboot (link to halt), runlevel, shutdown, 88 sulogin, telinit (link to init), and utmpdump</seg>87 sulogin, and telinit (link to init)</seg> 89 88 </seglistitem> 90 89 </segmentedlist> 91 90 … … 262 261 </listitem> 263 262 </varlistentry> 264 263 265 <varlistentry id="utmpdump">266 <term><command>utmpdump</command></term>267 <listitem>268 <para>Displays the content of the given login file in a more269 user-friendly format</para>270 <indexterm zone="ch-system-sysvinit utmpdump">271 <primary sortas="b-utmpdump">utmpdump</primary>272 </indexterm>273 </listitem>274 </varlistentry>275 276 264 </variablelist> 277 265 278 266 </sect2>