Changeset e3353b3
- Timestamp:
- 05/01/2005 09:37:53 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ce1d4c88
- Parents:
- 06a0740
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/mailnews/fetchmail.xml
r06a0740 re3353b3 80 80 81 81 <sect2 role="commands"> 82 <title>Command explanations</title>82 <title>Command Explanations</title> 83 83 84 84 <para><parameter>--with-ssl</parameter>: This enables SSL if found, so that … … 96 96 97 97 <sect3 id="fetchmail-config"> 98 <title>Config files</title>98 <title>Config Files</title> 99 99 100 100 <para><filename>~/.fetchmailrc</filename></para> … … 119 119 EOF 120 120 121 chmod 0600 ~/.fetchmailrc</userinput></screen>121 chmod -v 0600 ~/.fetchmailrc</userinput></screen> 122 122 123 123 <para>This is an example configuration that should suffice for most people. -
basicnet/mailnews/mutt.xml
r06a0740 re3353b3 68 68 69 69 <para><application>Mutt</application> requires a group named 70 70 <systemitem class="groupname">mail</systemitem>. You can 71 71 add this group, if it does not exist, with this command:</para> 72 72 … … 77 77 <filename class="directory">/var/mail</filename> with this command:</para> 78 78 79 <screen role="root"><userinput>chgrp mail /var/mail</userinput></screen>79 <screen role="root"><userinput>chgrp -v mail /var/mail</userinput></screen> 80 80 81 81 <para>Install <application>Mutt</application> by running the following … … 90 90 91 91 <sect2 role="commands"> 92 <title>Command explanations</title>92 <title>Command Explanations</title> 93 93 94 94 <para><parameter>--enable-pop</parameter>: This switch enables … … 104 104 105 105 <sect3 id="mutt-config"> 106 <title>Config files</title>106 <title>Config Files</title> 107 107 108 108 <para><filename>/etc/Muttrc</filename>, <filename>~/.muttrc</filename>, -
basicnet/mailnews/nail.xml
r06a0740 re3353b3 83 83 84 84 <screen role='root'><userinput>make PREFIX=/usr install UCBINSTALL=/usr/bin/install && 85 ln - sf nail /usr/bin/mail &&86 ln - sf nail /usr/bin/mailx</userinput></screen>85 ln -v -sf nail /usr/bin/mail && 86 ln -v -sf nail /usr/bin/mailx</userinput></screen> 87 87 88 88 </sect2> 89 89 90 90 <sect2 role="commands"> 91 <title>Command explanations</title>91 <title>Command Explanations</title> 92 92 93 93 <para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the … … 106 106 107 107 <sect3 id="nail-config"> 108 <title>Config files</title>108 <title>Config Files</title> 109 109 110 110 <para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and -
basicnet/mailnews/pine.xml
r06a0740 re3353b3 65 65 </itemizedlist> 66 66 67 <bridgehead renderas="sect3"> NailDependencies</bridgehead>67 <bridgehead renderas="sect3">Pine Dependencies</bridgehead> 68 68 69 69 <bridgehead renderas="sect4">Required</bridgehead> … … 84 84 ./build DEBUG=-O MAILSPOOL=/var/mail \ 85 85 SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx && 86 cp doc/*.1 /usr/share/man/man1 &&86 cp -v doc/*.1 /usr/share/man/man1 && 87 87 cd bin && 88 install - m755 pine imapd ipop2d ipop3d mailutil mtest pico \88 install -v -m755 pine imapd ipop2d ipop3d mailutil mtest pico \ 89 89 pilot rpdump rpload /usr/bin</userinput></screen> 90 90 … … 92 92 93 93 <sect2 role="commands"> 94 <title>Command explanations</title>94 <title>Command Explanations</title> 95 95 96 96 <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This … … 128 128 129 129 <sect3 id="pine-config"> 130 <title>Config files</title>130 <title>Config Files</title> 131 131 132 132 <para><filename>~/.pinerc</filename></para> -
basicnet/mailnews/procmail.xml
r06a0740 re3353b3 69 69 70 70 <sect2 role="commands"> 71 <title>Command explanations</title>71 <title>Command Explanations</title> 72 72 73 73 <para><command>make LOCKINGTEST=/tmp install</command>: This prevents 74 74 <command>make</command> from asking you where to test file-locking 75 75 patterns.</para> 76 76 … … 84 84 85 85 <sect3 id="procmail-config"> 86 <title>Config files</title>86 <title>Config Files</title> 87 87 88 88 <para><filename>/etc/procmailrc</filename> and … … 103 103 104 104 <para>Recipes have to be written and placed in your 105 105 <filename>~/.procmailrc</filename> for execution. The procmailex man 106 106 page is the starting place to learn how to write recipes.</para> 107 107 -
basicnet/netprogs/inetutils.xml
r06a0740 re3353b3 94 94 95 95 <screen role="root"><userinput>make install && 96 mv /usr/bin/ping /bin</userinput></screen>96 mv -v /usr/bin/ping /bin</userinput></screen> 97 97 98 98 </sect2> -
basicnet/netprogs/ncpfs.xml
r06a0740 re3353b3 177 177 configuration file with the following commands:</para> 178 178 179 <screen role="root"><userinput>install - d /etc/sysconfig/network-devices/ifconfig.eth0 &&179 <screen role="root"><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 && 180 180 cat > /etc/sysconfig/network-devices/ifconfig.eth0/ipx << "EOF" 181 181 <literal>ONBOOT="yes" -
basicnet/netprogs/ntp.xml
r06a0740 re3353b3 150 150 time:</para> 151 151 152 <screen role="root"><userinput>ln - sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock &&153 ln - sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen>152 <screen role="root"><userinput>ln -v -sf ../init.d/setclock /etc/rc.d/rc0.d/K46setclock && 153 ln -v -sf ../init.d/setclock /etc/rc.d/rc6.d/K46setclock</userinput></screen> 154 154 155 155 <para>The other way around is already set up by LFS.</para> -
basicnet/netprogs/subversion.xml
r06a0740 re3353b3 85 85 inetd or <xref linkend="xinetd"/> (server only)</para> 86 86 87 <bridgehead renderas="sect4">Optional for the bundled version of88 <application> neon</application></bridgehead>87 <bridgehead renderas="sect4">Optional for the Bundled Version of 88 <application>Neon</application></bridgehead> 89 89 <para><xref linkend="pkgconfig"/>, 90 90 <xref linkend="openssl"/>, 91 91 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para> 92 92 93 <bridgehead renderas="sect4">Optional for the bundled version of93 <bridgehead renderas="sect4">Optional for the Bundled Version of 94 94 <application>Apache Portable Runtime</application></bridgehead> 95 95 <para><xref linkend="expat"/> and 96 96 <xref linkend="gdbm"/></para> 97 97 98 <bridgehead renderas="sect4">Optional to build the99 <application>SWIG</application> bindings</bridgehead>98 <bridgehead renderas="sect4">Optional to Build the 99 <application>SWIG</application> Bindings</bridgehead> 100 100 <para><ulink url="http://www.swig.org">SWIG</ulink> and 101 101 <xref linkend="python"/></para> -
basicnet/netutils/traceroute.xml
r06a0740 re3353b3 92 92 with the command:</para> 93 93 94 <screen role='root'><userinput>chmod 0755 /usr/sbin/traceroute</userinput></screen>94 <screen role='root'><userinput>chmod -v 0755 /usr/sbin/traceroute</userinput></screen> 95 95 96 96 <para>The risk is that if a security problem such as a buffer overflow was … … 109 109 with the following command:</para> 110 110 111 <screen role='root'><userinput>mv /usr/sbin/traceroute /usr/bin</userinput></screen>111 <screen role='root'><userinput>mv -v /usr/sbin/traceroute /usr/bin</userinput></screen> 112 112 113 113 <para>This ensures that the binary is in the path for non-root users.</para> -
basicnet/textweb/w3m.xml
r06a0740 re3353b3 83 83 make && 84 84 make install && 85 install - D -m 644 doc/keymap.default /etc/w3m/keymap &&86 install - D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>85 install -v -D -m 644 doc/keymap.default /etc/w3m/keymap && 86 install -v -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen> 87 87 88 88 </sect2> -
book/preface.xml
r06a0740 re3353b3 147 147 </sect1info> 148 148 149 <title>Who would want to read this book</title>149 <title>Who Would Want to Read this Book</title> 150 150 151 151 <para>This book is mainly aimed at those who have built a system based -
connect/dhcp/dhcp-client.xml
r06a0740 re3353b3 58 58 </indexterm> 59 59 60 <screen role='root'><userinput>install - d /etc/sysconfig/network-devices/ifconfig.eth0 &&60 <screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 && 61 61 cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhclient << "EOF" 62 62 <literal>ONBOOT="yes" -
connect/dhcp/dhcpcd.xml
r06a0740 re3353b3 159 159 </indexterm> 160 160 161 <screen role='root'><userinput>install - d /etc/sysconfig/network-devices/ifconfig.eth0 &&161 <screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 && 162 162 cat > /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd << "EOF" 163 163 <literal>ONBOOT="yes" -
connect/other/pppoe.xml
r06a0740 re3353b3 198 198 class="username">root</systemitem>):</para> 199 199 200 <screen role='root'><userinput>rm /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></screen>200 <screen role='root'><userinput>rm -v /etc/sysconfig/network-devices/ifconfig.eth0/*</userinput></screen> 201 201 </note> 202 202 203 <screen role='root'><userinput>install - d /etc/sysconfig/network-devices/ifconfig.eth0 &&203 <screen role='root'><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 && 204 204 cat > /etc/sysconfig/network-devices/ifconfig.eth0/pppoe << "EOF" 205 205 <literal>ONBOOT="yes" -
general/genlib/fam.xml
r06a0740 re3353b3 78 78 79 79 <screen><userinput>patch -Np1 -i ../fam-&fam-version;-dnotify-1.patch && 80 chmod 755 configure &&80 chmod -v 755 configure && 81 81 autoreconf -f -i && 82 82 ./configure --prefix=/usr --sysconfdir=/etc && … … 98 98 modifications.</para> 99 99 100 <para><command>chmod 755 configure</command>: <command>configure</command> is100 <para><command>chmod -v 755 configure</command>: <command>configure</command> is 101 101 set to read-only and <command>autoreconf</command> will fail if the 102 102 permissions aren't changed.</para>
Note:
See TracChangeset
for help on using the changeset viewer.