Changeset 44426cf for BOOK/final-system/common
- Timestamp:
- Jun 23, 2007, 7:04:49 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5f22e50
- Parents:
- 9c0cf5d
- Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r9c0cf5d r44426cf 37 37 38 38 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 39 40 <para os="s1">The following command renames the internal implementation of 41 futimens to gl_futimens as newer versions of Glibc provide an incompatible 42 version:</para> 43 44 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen> 39 45 40 46 <para os="c">Now prepare Coreutils for compilation:</para> -
BOOK/final-system/common/gzip.xml
r9c0cf5d r44426cf 26 26 <title>Installation of Gzip</title> 27 27 28 <para os="s1">The following command renames the internal implementation of 29 futimens to gl_futimens as newer versions of Glibc provide an incompatible 30 version:</para> 31 32 <screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen> 33 28 34 <para os="a">Prepare Gzip for compilation:</para> 29 35 -
BOOK/final-system/common/sysklogd.xml
r9c0cf5d r44426cf 58 58 59 59 <screen><userinput>cat > /etc/syslog.conf << "EOF" 60 <literal> 61 # Begin /etc/syslog.conf 60 <literal># Begin /etc/syslog.conf 62 61 63 62 auth,authpriv.* -/var/log/auth.log
Note:
See TracChangeset
for help on using the changeset viewer.