Changeset 1f3f918
- Timestamp:
- 09/21/2006 11:04:36 PM (17 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- d0d8dc8
- Parents:
- fc8f960
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/gawk.xml
rfc8f960 r1f3f918 47 47 missing macro definitions to <filename>config.h</filename>:</para> 48 48 49 <screen><userinput>cat >> config.h <<"EOF"49 <screen><userinput>cat >> config.h << "EOF" 50 50 <literal>#define HAVE_LANGINFO_CODESET 1 51 51 #define HAVE_LC_MESSAGES 1</literal> -
chapter06/gawk.xml
rfc8f960 r1f3f918 50 50 missing macro definitions to <filename>config.h</filename>:</para> 51 51 52 <screen><userinput>cat >> config.h <<"EOF"52 <screen><userinput>cat >> config.h << "EOF" 53 53 <literal>#define HAVE_LANGINFO_CODESET 1 54 54 #define HAVE_LC_MESSAGES 1</literal> -
chapter06/man-db.xml
rfc8f960 r1f3f918 58 58 to find at runtime, but that haven't been installed yet:</para> 59 59 60 <screen><userinput>cat >> include/manconfig.h.in <<"EOF"60 <screen><userinput>cat >> include/manconfig.h.in << "EOF" 61 61 <literal>#define WEB_BROWSER "exec /usr/bin/lynx" 62 62 #define COL "/usr/bin/col" … … 120 120 checking, nor use a non-predictable temporary file name.</para> 121 121 122 <screen><userinput>cat >> convert-mans <<"EOF"122 <screen><userinput>cat >> convert-mans << "EOF" 123 123 <literal>#!/bin/sh -e 124 124 FROM="$1" -
chapter07/symlinks.xml
rfc8f960 r1f3f918 33 33 approach, create a file similar to the following:</para> 34 34 35 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/82-cdrom.rules << EOF35 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/82-cdrom.rules << EOF 36 36 <literal> 37 37 # Custom CD-ROM symlinks … … 65 65 <para>The second approach yields:</para> 66 66 67 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/82-cdrom.rules << EOF67 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/82-cdrom.rules << EOF 68 68 <literal> 69 69 # Custom CD-ROM symlinks … … 117 117 <para>Then write rules that create the symlinks, e.g.:</para> 118 118 119 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/83-duplicate_devs.rules << EOF119 <screen role="nodump"><userinput>cat > /etc/udev/rules.d/83-duplicate_devs.rules << EOF 120 120 <literal> 121 121 # Persistent symlinks for webcam and tuner -
general.ent
rfc8f960 r1f3f918 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-2006092 1">3 <!ENTITY releasedate "September 2 1, 2006">2 <!ENTITY version "SVN-20060922"> 3 <!ENTITY releasedate "September 22, 2006"> 4 4 <!ENTITY milestone "6.3"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.