Changeset 87da537
- Timestamp:
- Jul 9, 2014, 10:27:56 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 1e08a9b
- Parents:
- d5ac3420
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sysvinit.xml
rd5ac3420 r87da537 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 they are provided by29 Util-linux:</para>27 <para os ="a">Apply a sed which disables last, mesg, mountpoint, sulogin, 28 utmpdump, and wall from being built and installed as they are provided by 29 Util-linux:</para> 30 30 31 31 <screen os="b"><userinput>sed -i -e 's/\ sulogin[^ ]*//' \ 32 32 -e '/utmpdump/d' -e '/mountpoint/d' -e '/mesg/d' src/Makefile</userinput></screen> 33 33 34 <para os ="c">Compile the package:</para>34 <para os ="c">Compile the package:</para> 35 35 36 36 <screen os="d"><userinput>make -C src clobber
Note:
See TracChangeset
for help on using the changeset viewer.