Changeset 0482b012
- Timestamp:
- 10/02/2003 10:40:45 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 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, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 666f6de
- Parents:
- 0d2f891
- Files:
-
- 56 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/djb/daemontools/daemontools-exp.xml
r0d2f891 r0482b012 17 17 difficulty.</para> 18 18 19 <para><command>cd admin/daemontools-0.76</command> 19 <para><command>cd admin/daemontools-0.76</command>: First off, the package is 20 20 unpacked in an <filename>admin</filename> directory. You will find the actual 21 21 packages two directory levels below this.</para> 22 22 23 <para><command>package/compile</command> 23 <para><command>package/compile</command>: This command actually 24 24 compiles the source and prepares the binaries.</para> 25 25 … … 41 41 the <filename>/service</filename> directory for daemons to run.</para> 42 42 43 <para><command>cp * /usr/sbin</command> 43 <para><command>cp * /usr/sbin</command>: We must manually copy the 44 44 binaries to the <filename>/usr/sbin</filename> directory.</para> 45 45 … … 50 50 </para> 51 51 52 <para><command>mkdir /etc/service</command> 52 <para><command>mkdir /etc/service</command>: This command creates 53 53 the <application>daemontools</application> control directory, which - even if 54 54 empty - needs to exist for 55 55 <application>daemontools</application> to run properly.</para> 56 56 57 <para><command>telinit Q</command> 57 <para><command>telinit Q</command>: This command tells the <command>init 58 58 </command> process to re-read its configuration file 59 59 (<filename>inittab</filename>) and act upon any changes that have been made. -
basicnet/djb/daemontools/daemontools-man-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>gzip -9 *.8</command> 4 <para><command>gzip -9 *.8</command>: You can compress the man pages 5 5 to save space, but it isn't needed for the man pages to work.</para> 6 6 -
basicnet/mailnews/fetchmail/fetchmail-config.xml
r0d2f891 r0482b012 20 20 can add as many users and servers as you need using the same syntax.</para> 21 21 22 <para><command>man fetchmail</command> 22 <para><command>man fetchmail</command>: Look for the section near 23 23 the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it 24 24 gives some quick examples too. There are countless other config options once -
basicnet/mailnews/fetchmail/fetchmail-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--with-ssl</command>: This enables4 <para><option>--with-ssl</option>: This enables 5 5 <acronym>SSL</acronym> if found, so that you can handle connections to 6 6 secure <acronym>POP</acronym>3 and <acronym>IMAP</acronym> servers.</para> 7 7 8 <para>< command>--enable-fallback=procmail</command>: This tells8 <para><parameter>--enable-fallback=procmail</parameter>: This tells 9 9 <application>Fetchmail</application> to hand incoming mail to 10 10 <application>Procmail</application> for delivery if your port 25 mail server is -
basicnet/mailnews/mutt/mutt-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>--sysconfdir=/etc</command> : This installs the configuration 5 files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para> 4 <para><parameter>--sysconfdir=/etc</parameter>: This installs the configuration 5 files into <filename class="directory">/etc</filename> instead of 6 <filename class="directory">/usr/etc</filename>.</para> 6 7 7 8 </sect2> -
basicnet/mailnews/pine/pine-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command> 4 <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This 5 5 patch will make <application>Pine</application> use <filename 6 6 class="directory">/etc</filename> for configuration files.</para> … … 11 11 line to the <command>./build</command> script.</para> 12 12 13 <para><command>./build slx</command> 13 <para><command>./build slx</command>: <application>Pine</application> offers 14 14 quite a few target platforms, slx specifies Linux using 15 15 -lcrypt to get the crypt function. See the … … 17 17 other authentication options.</para> 18 18 <!-- 19 <para><command>DEBUG='-Os '</command> 19 <para><command>DEBUG='-Os '</command>: Optimize binaries for size.</para> 20 20 --> 21 <para><command>MAILSPOOL='/var/mail'</command> 21 <para><command>MAILSPOOL='/var/mail'</command>: Location of mail spool files, <filename>/var/mail.</filename></para> 22 22 23 23 <para><screen><command>cd bin && -
basicnet/mailnews/procmail/procmail-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>BASENAME=/usr</command>: The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>4 <para><parameter>BASENAME=/usr</parameter>: The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para> 5 5 6 <para><command>make install-suid</command> 6 <para><command>make install-suid</command>: Modifies permissions of 7 7 the installed files.</para> 8 8 </sect2> -
basicnet/mailnews/slrn/slrn-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>./configure --prefix=/usr</command> : Specify 5 <filename>/usr</filename> to install to instead of <filename>/usr/local</filename>.</para> 4 <para><command>./configure --prefix=/usr</command>: Specify 5 <filename class="directory">/usr</filename> to install to instead of 6 <filename class="directory">/usr/local</filename>.</para> 6 7 7 <para><command>./configure --with-slrnpull</command> 8 <para><command>./configure --with-slrnpull</command>: Build the slrnpull executable.</para> 8 9 9 10 </sect2> -
basicnet/netlibs/gnet/gnet-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--enable-glib2</command>: This switch ensures that4 <para><option>--enable-glib2</option>: This switch ensures that 5 5 <application>gnet</application> will link against 6 6 <applicatin>GLib</application> version 2. Configure defaults to -
basicnet/netlibs/wvstreams/wvstreams-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>make PREFIX=/usr LDFLAGS="-lcrypt"</command>:4 <para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>: 5 5 This fixes <filename class="libraryfile">libwvstreams</filename>' issues 6 6 with <application>Open<acronym>SSL</acronym></application>'s crypto library.</para> -
basicnet/netprogs/inetutils/inetutils-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--disable-dependancy-tracking</command>: This switch4 <para><option>--disable-dependancy-tracking</option>: This switch 5 5 speeds up one time builds.</para> 6 6 7 <para>< command>--disable-syslogd</command>: This switch prevents7 <para><option>--disable-syslogd</option>: This switch prevents 8 8 <application>Inetutils</application> installing a System Log Daemon, which is 9 9 installed in the <acronym>LFS</acronym> Book.</para> 10 10 11 <para>< command>--with-wrap</command>: This switch makes <application>Inetutils11 <para><option>--with-wrap</option>: This switch makes <application>Inetutils 12 12 </application> compile against <application>tcp-wrappers</application>. Omit 13 13 this option if you didn't install <application>tcp-wrappers</application>. 14 14 </para> 15 15 16 <para>< command>--with-pam</command>: This switch makes <application>Inetutils16 <para><option>--with-pam</option>: This switch makes <application>Inetutils 17 17 </application> compile against for <application>Linux-<acronym>PAM</acronym> 18 18 </application>. Add this option if you want to utilize <acronym>PAM</acronym>. -
basicnet/netprogs/portmap/portmap-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>patch -Np1 -i ../portmap_5-1.diff</command> 4 <para><command>patch -Np1 -i ../portmap_5-1.diff</command>: This patch 5 5 provides added security for the <application>portmap</application> package, 6 6 including only allowing <command>portmap</command> table changes from the local 7 7 host.</para> 8 8 9 <para><command>mkdir /usr/share/doc/portmap</command> 9 <para><command>mkdir /usr/share/doc/portmap</command>: This directory must be 10 10 created before installation. </para> 11 11 -
basicnet/netprogs/tcpwrappers/tcpwrappers-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command> 4 <para><command>patch -Np1 -i ../tcp_wrappers_7.6.diff</command>: This patch 5 5 alters the original path and logging facility of the original tcpwrappers 6 6 program.</para> -
basicnet/netprogs/wget/wget-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--prefix=/usr "</command>: This compiles and installs5 <command>wget</command> into the <filename >/usr</filename> hierarchy instead6 of <filename >/usr/local</filename>.</para>4 <para><parameter>--prefix=/usr "</parameter>: This compiles and installs 5 <command>wget</command> into the <filename class="directory">/usr</filename> hierarchy instead 6 of <filename class="directory">/usr/local</filename>.</para> 7 7 8 <para>< command>--sysconfigdir=/etc</command>: This relocates9 the configuration file from <filename >/usr/etc</filename> to10 <filename >/etc</filename>.</para>8 <para><parameter>--sysconfigdir=/etc</parameter>: This relocates 9 the configuration file from <filename class="directory">/usr/etc</filename> to 10 <filename class="directory">/etc</filename>.</para> 11 11 12 12 </sect2> -
basicnet/netutils/traceroute/traceroute-exp.xml
r0d2f891 r0482b012 7 7 <acronym>LFS</acronym> system).</para> 8 8 9 <para><command>make install</command> 9 <para><command>make install</command>: Installs <command>traceroute</command> 10 10 setuid root in the <filename>/usr/sbin</filename> directory. This makes it 11 11 possible for all users to execute <command>traceroute</command>. For absolute -
basicnet/textweb/links/links-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--enable-graphics</command>: Add this switch if you want to4 <para><option>--enable-graphics</option>: Add this switch if you want to 5 5 use <application>Links</application> in graphics mode. You will also need to 6 6 enable framebuffer support in your kernel and install <xref linkend="gpm"/> -
basicnet/textweb/lynx/lynx-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--libdir=/etc</command>: For some reason, the4 <para><parameter>--libdir=/etc</parameter>: For some reason, the 5 5 configure and make routine for lynx uses libdir as the prefix for the 6 configuration file. We set this to <filename >/etc</filename> so that the6 configuration file. We set this to <filename class="directory">/etc</filename> so that the 7 7 system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para> 8 8 9 <para>< command>--with-ssl</command>: This enables support for9 <para><option>--with-ssl</option>: This enables support for 10 10 linking <acronym>SSL</acronym> into <application>lynx</application>.</para> 11 11 12 <para>< command>--with-zlib</command>: This enables support for12 <para><option>--with-zlib</option>: This enables support for 13 13 linking <application>zlib</application> into <application>Lynx</application>.</para> 14 14 15 <para>< command>DOCDIR=... HELPDIR=...</command>: We set these15 <para><parameter>DOCDIR=... HELPDIR=...</parameter>: We set these 16 16 variables to avoid getting the help and documentation files installed 17 17 under <filename>/etc</filename>.</para> 18 18 19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command> 19 <para><command>sed... mv /etc/lynx.bak /etc/lynx.cfg</command>: This 20 20 <command>sed</command> command changes the <filename>/etc/lynx.cfg</filename> 21 21 file so it looks for the help files in the correct place.</para> -
basicnet/textweb/w3m/w3m-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>./configure -yes</command> 4 <para><command>./configure -yes</command>: Set all parameters to 5 5 their default values.</para> 6 6 7 <para>< command>-lang=en</command>: Set the default language to7 <para><parameter>-lang=en</parameter>: Set the default language to 8 8 English.</para> 9 9 10 <para>< command>-model=monster</command>: This sets the build model10 <para><parameter>-model=monster</parameter>: This sets the build model 11 11 to monster. Alternative build models are discussed above.</para> 12 12 -
connect/dhcp/dhcpcd/dhcpcd-exp.xml
r0d2f891 r0482b012 3 3 4 4 <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch 5 </command> 5 </command>: <application>Dhcpcd</application> unpatched puts all configuration 6 6 and temporary files in <filename>/etc/dhcpc</filename>. This becomes very 7 7 annoying when <application>dhcpcd</application> tells you it's running and it's 8 not. You look in <filename >/var/run</filename> for the pid file, but it's not8 not. You look in <filename class="directory">/var/run</filename> for the pid file, but it's not 9 9 there, the pid file that needs deleting is in <filename>/etc/dhcpc</filename>. 10 10 This patch brings this program into <acronym>FHS</acronym> compliance, but more 11 11 importantly, puts files where you expect them to be.</para> 12 12 13 <para>< command>--prefix=""</command>: There may be a good reason for13 <para><parameter>--prefix=""</parameter>: There may be a good reason for 14 14 abandoning the normal <acronym>BLFS</acronym> convention of using --prefix=/usr 15 15 here. If you are installing <acronym>DHCP</acronym>, it is likely that it is 16 required during the boot process and <filename >/usr</filename> may be network16 required during the boot process and <filename class="directory">/usr</filename> may be network 17 17 mounted in which case, <command>dhcpcd</command> wouldn't be available due to 18 18 being on the network! Therefore, depending on your situation, you may want it 19 to be installed in <filename>/sbin</filename> or <filename>/usr/sbin 20 </filename>. This command installs to <filename>/sbin</filename>.</para> 19 to be installed in <filename class="directory">/sbin</filename> or <filename 20 class="directory">/usr/sbin 21 </filename>. This command installs to <filename class="directory">/sbin</filename>.</para> 21 22 22 <para>< command>--sysconfdir=/var/lib</command>: This command install23 configuration files in the <filename >/var/lib</filename>23 <para><parameter>--sysconfdir=/var/lib</parameter>: This command install 24 configuration files in the <filename class="directory">/var/lib</filename> 24 25 directory.</para> 25 26 26 <para>< command>--mandir=/usr/share/man</command>: This command27 install the man pages to the <filename >/usr/share/man</filename>27 <para><parameter>--mandir=/usr/share/man</parameter>: This command 28 install the man pages to the <filename class="directory">/usr/share/man</filename> 28 29 directory.</para> 29 30 -
content/databases/db-3.3/db-3.3-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command> 4 <para><command>sed 's/^DB185/DB/' /usr/include/db_185.h > /usr/include/db_185.h.new</command>: Change the DB185 database pointer to DB.</para> 5 5 6 6 </sect2> -
content/databases/db/db-exp.xml
r0d2f891 r0482b012 3 3 4 4 <para><command>cd build_unix && ../dist/configure --prefix=/usr 5 --enable-compat185</command> 5 --enable-compat185</command>: 6 6 This replaces the normal <command>./configure</command> command as 7 7 <application>Berkeley DB</application> comes with the various … … 9 9 10 10 <para><command>make docdir=/usr/share/doc/db-&db-version; 11 install</command> 11 install</command>: This installs the documentation in 12 12 the correct place.</para> 13 13 -
content/databases/mysql/mysql-exp.xml
r0d2f891 r0482b012 3 3 4 4 <para><command>sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%" 5 configure.old > configure</command> 5 configure.old > configure</command>: This sed is used to disable 6 6 the mysql test suite.</para> 7 7 -
content/web/apache/apache-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--enable-mods-shared=all</command>: We want modules4 <para><parameter>--enable-mods-shared=all</parameter>: We want modules 5 5 to be compiled and used as Dynamic Shared Objects 6 6 (<acronym>DSO</acronym>s) so they can be included and excluded from the -
general/genlib/gdbm/gdbm-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--infodir=/usr/share/info5 --mandir=/usr/share/man</ command>: These switches set the documentation4 <para><parameter>--infodir=/usr/share/info 5 --mandir=/usr/share/man</parameter>: These switches set the documentation 6 6 directory to <filename class="directory">/usr/share</filename> instead of 7 7 <filename class="directory">/usr</filename>.</para> 8 8 9 <para>< command>BINOWN=root BINGRP=root</command>: This command9 <para><parameter>BINOWN=root BINGRP=root</parameter>: This command 10 10 changes the file ownership to root instead of the bin user.</para> 11 11 -
general/genlib/glib/glib2-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--enable-gtk-doc</command>: This switch will rebuild4 <para><option>--enable-gtk-doc</option>: This switch will rebuild 5 5 the <acronym>API</acronym> documentation during the 6 6 <command>make</command> command.</para> -
general/genlib/gmp/gmp-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>--infodir=/usr/share/info --mandir=/usr/share/man</command> : These switches set the documentation directory to <filename>/usr/share 5 </filename> instead of <filename>/usr</filename>.</para> 4 <para><parameter>--infodir=/usr/share/info 5 --mandir=/usr/share/man</parameter>: These switches set the 6 documentation directory to <filename class="directory">/usr/share 7 </filename> instead of <filename class="directory">/usr</filename>.</para> 6 8 7 9 </sect2> -
general/genlib/libfam/libfam-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>patch -Np1 -i ../fam-dnotify.patch</command> 4 <para><command>patch -Np1 -i ../fam-dnotify.patch</command>: This patch causes 5 5 <application><acronym>FAM</acronym></application> to use the Linux kernel 6 6 dnotify mechanism to inform the calling process of … … 8 8 modifications.</para> 9 9 10 <para><command>patch -Np1 -i ../fam-gcc3.patch</command> 10 <para><command>patch -Np1 -i ../fam-gcc3.patch</command>: This patch is 11 11 necessary to get <application><acronym>FAM</acronym></application> to compile 12 12 with gcc-&gcc-version;.</para> -
general/genlib/openssl/openssl-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>no-rc5 no-idea</command> : When added to the ./config 4 <para><option>no-rc5 no-idea</option>: When added to the 5 <command>./config</command> 5 6 command, this will eliminate the building of those encryption methods. 6 7 Patent licenses may be needed for you to utilize either of those methods in 7 8 your projects.</para> 8 9 9 <para><command>rm doc/apps/passwd.pod </command> 10 otherwise <application>Open SSL</application> installs its passwd man page over10 <para><command>rm doc/apps/passwd.pod </command>: We do this because 11 otherwise <application>Open<acronym>SSL</acronym></application> installs its passwd man page over 11 12 the existing system one which isn't what we want.</para> 12 13 … … 18 19 class='directory'>/etc/ssl/man</filename>.</para> 19 20 20 <para><command>rmdir /etc/ssl/lib</command> 21 <para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates 21 22 the <filename class='directory'>/etc/ssl/lib</filename> directory even though 22 23 the libraries have been installed in <filename class='directory'>/usr/lib -
general/genlib/readline/readline-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>make SHLIB_LIBS=-lcurses</command> 4 <para><command>make SHLIB_LIBS=-lcurses</command>: These command makes 5 5 the proper symbols available for applications that assume 6 6 <application>readline</application> is compiled linked to -
general/genlib/stlport/stlport-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>GCC_VERSION=...</command> 4 <para><command>GCC_VERSION=...</command>: <application>STLport</application> 5 5 needs the location of the <application>C++</application> headers, which are 6 6 installed in <filename>/usr/include/c++/$GCC_VERSION</filename> if 7 7 installed as per the instructions in <acronym>LFS</acronym>.</para> 8 8 9 <para><command>sed -e ...</command> 9 <para><command>sed -e ...</command>: Replace the location where <application> 10 10 STLport</application> looks for <application>C++</application> headers.</para> 11 11 12 <para><command>cd src</command> 12 <para><command>cd src</command>: Change to the source directory.</para> 13 13 14 <para><command>ln -sf gcc-linux.mak Makefile</command> 14 <para><command>ln -sf gcc-linux.mak Makefile</command>: Use the appropriate 15 15 makefile for our environment.</para> 16 16 -
general/graphlib/imlib/imlib-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <!--<para><userinput>CPPFLAGS=-w</userinput> 4 <!--<para><userinput>CPPFLAGS=-w</userinput>: This disables gcc-&gcc-version; 5 5 warnings that confuse configure.</para>--> 6 6 7 <para>< command>--sysconfdir=/etc/imlib</command>: This installs and8 combines the configurations files into <filename >/etc</filename> instead9 of <filename >/usr/etc</filename>.</para>7 <para><parameter>--sysconfdir=/etc/imlib</parameter>: This installs and 8 combines the configurations files into <filename class="directory">/etc</filename> instead 9 of <filename class="directory">/usr/etc</filename>.</para> 10 10 </sect2> -
general/graphlib/lcms/lcms-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>make utils</command> 4 <para><command>make utils</command>: This command can be added to the 5 5 installation to build utilities for converting images using icc 6 6 profiles. This command requires that <xref linkend="libtiff"/> and <xref 7 7 linkend="libjpeg"/> are already installed.</para> 8 8 9 <para><command>make CC=g++ python</command> 9 <para><command>make CC=g++ python</command>: This command can be added 10 10 to allow access to <filename class="libraryfile">liblcms</filename> by 11 11 <application>Python</application>. -
general/graphlib/libjpeg/libjpeg-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>./configure --enable-static --enable-shared --prefix=/usr</command> 4 <para><command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and 5 5 to install them with a base of <filename>/usr</filename>.</para> 6 6 -
general/graphlib/libmng/libmng-exp.xml
r0d2f891 r0482b012 3 3 4 4 <para><screen><command>./configure --prefix=/usr --with-zlib \ 5 --with-jpeg --with-lcms 5 --with-jpeg --with-lcms</command></screen> 6 6 This command sets the install directory and also tells the configuration 7 7 routine to look and find <application>zlib</application>, <application>libjpeg 8 8 </application> and <application>lcms</application>.</para> 9 9 10 <para><command>cp doc/man/*.X /usr/share/man/manX</command> 10 <para><command>cp doc/man/*.X /usr/share/man/manX</command>: The 11 11 install procedure doesn't properly install the man pages so we do it 12 12 manually.</para> -
general/graphlib/libpng/libpng-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</command> : This forces libpng to look for the zlib includes and libraries where we have them installed.</para> 4 <para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This 5 forces <application>libpng</application> to look for the 6 <application>zlib</application> includes and libraries where we have them installed.</para> 5 7 6 <para>< command>-f scripts/makefile.linux</command>: This points8 <para><parameter>-f scripts/makefile.linux</parameter>: This points 7 9 make at the Linux version of the makefile as 8 10 <application>libpng</application> doesn't use a -
general/graphlib/libtiff/libtiff-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--noninteractive</command>: This switch is used to4 <para><option>--noninteractive</option>: This switch is used to 5 5 avoid the configuration routine asking for confirmation of the 6 6 directories to install to (which we pass using switches to configure 7 7 anyways).</para> 8 8 9 <para>< command>--with-DIR_MAN=/usr/share/man</command>: This is9 <para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is 10 10 used because despite the fact we pass 11 < command>--prefix=/usr</command>, the configure11 <parameter>--prefix=/usr</parameter>, the configure 12 12 routine tries to install the man pages in 13 <filename >/usr/local/man</filename> instead of the13 <filename class="directory">/usr/local/man</filename> instead of the 14 14 correct place.</para> 15 15 -
general/graphlib/svgalib/svgalib-exp.xml
r0d2f891 r0482b012 3 3 4 4 <para><command>cd doc && for dir in man?; do for file in $dir/*; do 5 gunzip /usr/share/man/$file; done; done</command> : SVGAlib installs it's man 5 gunzip /usr/share/man/$file; done; done</command>: 6 <application>SVGAlib</application> installs it's man 6 7 pages in compressed format so we uncompress them.</para> 7 8 -
general/prog/gcc/gcc-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>PATH_HOLD=$PATH</command> 4 <para><command>PATH_HOLD=$PATH</command>: This command 5 5 stores your current path before it's modified so that it can be restored after 6 6 installation.</para> 7 7 8 <para><command>export PATH=/opt/gnat/bin:$PATH</command> 8 <para><command>export PATH=/opt/gnat/bin:$PATH</command>: This 9 9 command allows the build to find 10 10 <application><acronym>GNAT</acronym></application>'s … … 12 12 <application>Ada</application>.</para> 13 13 14 <para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command> 14 <para><command>touch treeprs.ads [es]info.h nmake.ad[bs]</command>: 15 15 This command creates necessary files for the 16 16 <application>Ada</application> build. This step … … 18 18 <application>Ada</application> frontend.</para> 19 19 20 <para>< command>CC=/usr/bin/gcc</command>: This command works around the20 <para><parameter>CC=/usr/bin/gcc</parameter>: This command works around the 21 21 new <envar>PATH</envar> which puts <application><acronym>GNAT</acronym> 22 22 </application>'s <command>gcc</command> as the primary compiler.</para> 23 23 24 <para><command>--enable-languages=c,c++,objc,f77,ada,java</command> 25 : This command builds all available languages in the 24 <para><parameter>--enable-languages=c,c++,objc,f77,ada,java</parameter>: This command builds all available languages in the 26 25 <application><acronym>GCC</acronym></application> package. 27 26 You may modify this command to remove unwanted languages.</para> 28 27 29 <para>< command>--enable-shared --enable-threads=posix30 --enable-__cxa_atexit</ command>: These commands are required to build28 <para><parameter>--enable-shared --enable-threads=posix 29 --enable-__cxa_atexit</parameter>: These commands are required to build 31 30 the <application>C++</application> libraries to published standards.</para> 32 31 33 <para>< command>--enable-clocale=gnu</command>: This command is a32 <para><parameter>--enable-clocale=gnu</parameter>: This command is a 34 33 failsafe for incomplete locale data.</para> 35 34 36 <para><command>make gnatlib_and tools</command> 35 <para><command>make gnatlib_and tools</command>: This command 37 36 completes the <application>Ada</application> build process. Skip this step if 38 37 you have not enabled <application>Ada</application> as one of the languages. -
general/prog/jdk/j2sdk-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>T=`grep...</command> 4 <para><command>T=`grep...</command>: Determines the part where the tarfile 5 5 begins in the self extracting archive.</para> 6 6 7 <para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command> 7 <para><command>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</command>: 8 8 Patch to fix duplicate messages in the intl files.</para> 9 <para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command> 9 <para><command>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</command>: Patch to add missing libs to fix unresolved symbols.</para> 10 10 <para><command>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch 11 </command> 11 </command>: The build wants the binaries in specific locations, this patch 12 12 modifies this to use the current <envar>PATH</envar> environment to find 13 13 binaries.</para> 14 <para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command> 14 <para><command>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</command>: 15 15 Patch to fix syntax for <application><acronym>GCC</acronym>-3</application>. 16 16 </para> 17 17 <para><command>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch 18 </command> 18 </command>: Patch to rename the internal motif library to avoid conflicts with 19 19 an incompatible system installed version.</para> 20 20 21 <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command> 21 <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This var sets 22 22 location of the bootstrap <acronym>JDK</acronym>. 23 23 </para> 24 24 25 <para><command>export ALT_MOZILLA_PATH=$PWD</command> 25 <para><command>export ALT_MOZILLA_PATH=$PWD</command>: This sets the 26 26 variable that points to where you unzipped the <application>Mozilla 27 27 </application> headers.</para> 28 28 29 <para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command> 29 <para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This 30 30 changes the location where the build finds the needed executables. 31 31 </para> 32 32 33 <para><command>export BUILD_NUMBER="blfs-`date +%s`"</command> 33 <para><command>export BUILD_NUMBER="blfs-`date +%s`"</command>: This will 34 34 help you identify this compiled version of the runtime environment and 35 35 virtual machine by appending this information to the version in the 36 36 output to <command>java -version</command>.</para> 37 37 38 <para><command>export DEV_ONLY=true</command> 38 <para><command>export DEV_ONLY=true</command>: This command 39 39 eliminates compiling the documentation and eliminates a dependency for 40 40 <application>rpm</application>. </para> 41 41 42 <para><command>unset JAVA_HOME</command> 42 <para><command>unset JAVA_HOME</command>: This clears the 43 43 <envar>JAVA_HOME</envar> 44 44 variable and prevents misdirection during compile.</para> 45 45 46 <para><command>unset CLASSPATH</command> 46 <para><command>unset CLASSPATH</command>: This clears the 47 47 <envar>CLASSPATH</envar> variable and prevents misdirection during compile. 48 48 </para> 49 49 50 <para><command>unset CFLAGS...</command> 50 <para><command>unset CFLAGS...</command>: These flags cause miscompilation 51 51 of the build. Never set these.</para> 52 52 53 <para><command>export INSANE=true</command> 53 <para><command>export INSANE=true</command>: Unless you specify that you 54 54 are insane the build will not proceed. The certified platform for the build is 55 55 Redhat 6.1. The above variable ensures that all the errors related to 56 56 compiling on a non-certified platform will be converted to warnings.</para> 57 57 58 <para><command>export MAKE_VERBOSE=true</command> 58 <para><command>export MAKE_VERBOSE=true</command>: Allows the current 59 59 compilation command to be displayed on the console.</para> 60 60 61 <para><command>export ALT_CACERTS_FILE...</command> 61 <para><command>export ALT_CACERTS_FILE...</command>: Specifies the 62 62 certificate file to use.</para> 63 63 -
general/prog/librep/librep-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--libexec=/usr/lib</command>: This command installs5 files to <filename >/usr/lib/rep</filename> instead of6 <filename >/user/libexec/rep</filename>.</para>4 <para><parameter>--libexec=/usr/lib</parameter>: This command installs 5 files to <filename class="directory">/usr/lib/rep</filename> instead of 6 <filename class="directory">/user/libexec/rep</filename>.</para> 7 7 8 8 </sect2> -
general/sysutils/cpio/cpio-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--libexec=/usr/bin</command>: This command installs5 <command>rmt</command> to <filename >/usr/sbin</filename> instead of6 <filename >/usr/libexec</filename>.</para>4 <para><parameter>--libexec=/usr/sbin</parameter>: This command installs 5 <command>rmt</command> to <filename class="directory">/usr/sbin</filename> instead of 6 <filename class="directory">/usr/libexec</filename>.</para> 7 7 8 <para>< command>--bindir=/bin</command>: This command installs9 <command>cpio</command> to <filename >/bin</filename> instead of10 <filename >/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para>8 <para><parameter>--bindir=/bin</parameter>: This command installs 9 <command>cpio</command> to <filename class="directory">/bin</filename> instead of 10 <filename class="directory">/usr/bin</filename> as per <acronym>FHS</acronym> guidelines.</para> 11 11 12 12 </sect2> -
general/sysutils/fcron/fcron-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--without-sendmail</command>: <application>Fcron</application>4 <para><option>--without-sendmail</option>: <application>Fcron</application> 5 5 does not require an <acronym>MTA</acronym> to run but will use one, if it is 6 6 installed, to email you the results of the <command>fcron</command> script. If 7 7 you wish to utilize this feature change the switch to 8 < command>--with-sendmail=<replaceable>[path to your MTA]</replaceable>9 </ command>.</para>8 <parameter>--with-sendmail=<replaceable>[path to your MTA]</replaceable> 9 </parameter>.</para> 10 10 11 <para>< command>--with-answer-all=no</command>: After the files are11 <para><parameter>--with-answer-all=no</parameter>: After the files are 12 12 installed, the make install script enters into a configuration routine. 13 13 The first test will be whether to install a boot script in the <filename … … 18 18 <acronym>BLFS</acronym> template we answer 'n' to both tests.</para> 19 19 20 <para>< command>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version;21 </ command>: Can be added if you have installed20 <para><parameter>--with-dsssl-dir=/usr/share/sgml/docbook/dsssl-stylesheets-&docbook-dsssl-version; 21 </parameter>: Can be added if you have installed 22 22 <application>OpenJade</application> and 23 23 dsssl-stylesheets to generate the documentation from the DocBook source -
general/sysutils/gpm/gpm-inst.xml
r0d2f891 r0482b012 22 22 <title>Command explanations</title> 23 23 24 <para><command>export LDFLAGS="-lm"</command> 24 <para><command>export LDFLAGS="-lm"</command>: The math library 25 25 must be linked with <command>gpm</command>, as ceil() is used in some cursor 26 26 scrolling logic. <envar>LDFLAGS</envar> is only needed if you optimize -
server/mail/courier/courier-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>--sysconfdir=/etc/courier</command> : Specifies the directory where Courier's configuration 4 <para><parameter>--sysconfdir=/etc/courier</parameter>: Specifies the 5 directory where <application>Courier</application>'s configuration 5 6 files are installed.</para> 6 7 7 <para><command>--with-piddir=/var/run</command> : Specfies the directory where Courier's pid files are stored 8 when Courier is active.</para> 8 <para><parameter>--with-piddir=/var/run</parameter>: Specfies the 9 directory where <application>Courier</application>'s pid files are stored 10 when <application>Courier</application> is active.</para> 9 11 10 <para>< command>--libexecdir=/usr/libexec</command>: libexecdir contains programs and libraries that cannot12 <para><parameter>--libexecdir=/usr/sbin</parameter>: libexecdir contains programs and libraries that cannot 11 13 be directly executed from the command line.</para> 12 14 13 <para>< command>--datadir=/usr/share/courier</command>: Specifies the directory where miscellaneous shell14 scripts, Perlscripts, and data files will be installed.</para>15 <para><parameter>--datadir=/usr/share/courier</parameter>: Specifies the directory where miscellaneous shell 16 scripts, <application>Perl</application> scripts, and data files will be installed.</para> 15 17 16 <para>< command> --localstatedir=/var/lib/courier</command>: specifies the directory that will hold the mail18 <para><parameter>--localstatedir=/var/lib/courier</parameter>: specifies the directory that will hold the mail 17 19 queue, and other temporary data. This option defaults to the subdirectory "var" in the directory specified 18 20 by the --prefix option.</para> 19 21 20 <para><command>--disable-root-check</command> : Allows Courier to be built as the root user.</para> 22 <para><option>--disable-root-check</option>: Allows 23 <application>Courier</application> to be built as the root user.</para> 21 24 22 <para><command>--with-db=gbbm</command> : Courier requires either the GDBM or the DB database library. 23 GDBM is used if both are present. This option forces the selection of the database library. 25 <para><parameter>--with-db=gbbm</parameter>: 26 <application>Courier</application> requires either the 27 <application><acronym>GDBM</acronym></application> or the 28 <application>DB</application> database library. 29 <application><acronym>GDBM</acronym></application> is used if both are present. This option forces the selection of the database library. 24 30 </para> 25 31 … … 27 33 will not be created correctly --> 28 34 29 <para><command>--with-mailuser=courier</command> : All except two Courier daemons run as a non-privileged 30 user. This option specifies the userid that Courier will install and run as.</para> 35 <para><parameter>--with-mailuser=courier</parameter>: All except two 36 <application>Courier</application> daemons run as a non-privileged 37 user. This option specifies the userid that 38 <application>Courier</application> will install and run as.</para> 31 39 32 <para>< command>--withmailgroup=courier</command>: like --with-mailuser, but specifies the group ID.</para>40 <para><parameter>--withmailgroup=courier</parameter>: like --with-mailuser, but specifies the group ID.</para> 33 41 34 <para><command>--enable-workarounds-for-imap-client-bugs</command> : there are several confirmed bugs in some 35 IMAP clients that do not properly implement the IMAP4rev1 protocol. This option enables some workarounds for 36 those buggy IMAP clients. NOTE: make check will fail if this option is used. You should first configure 42 <para><option>--enable-workarounds-for-imap-client-bugs</option>: there are several confirmed bugs in some 43 <acronym>IMAP</acronym> clients that do not properly implement the 44 <acronym>IMAP</acronym>4rev1 protocol. This option enables some workarounds for 45 those buggy <acronym>IMAP</acronym> clients. NOTE: make check will fail if this option is used. You should first configure 37 46 without this option, and if all post-configuration tests succeed, rerun configure with this option and recompile.</para> 38 47 39 <para><command>--with-ispell=/usr/bin/aspell</command> : Courier's webmail server can use spell checking, if 48 <para><parameter>--with-ispell=/usr/bin/aspell</parameter>: 49 <application>Courier</application>'s webmail server can use spell checking, if 40 50 the aspell program is available. If configure finds ispell, spell checking is enabled. If aspell is not in the 41 current search path, use --with-ispell=program to explicitly set the location of aspell.</para> 51 current search path, use --with-ispell=program to explicitly set the 52 location of <application>aspell</application>.</para> 42 53 43 54 </sect2> -
server/mail/courier/courier-inst.xml
r0d2f891 r0482b012 13 13 14 14 <screen><userinput><command>./configure ./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run \ 15 --libexecdir=/usr/ libexec--datadir=/usr/share/courier \15 --libexecdir=/usr/sbin --datadir=/usr/share/courier \ 16 16 --localstatedir=/var/lib/courier --disable-root-check --with-db=gdbm \ 17 17 --with-mailuser=courier --withmailgroup=courier \ -
server/mail/exim/exim-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>sed -e ... > Local/Makefile</command> 4 <para><command>sed -e ... > Local/Makefile</command>: Many of exim's 5 5 configuration options are compiled in. Here, we specify the minimum set 6 6 of options, BIN_DIRECTORY, CONFIGURE_FILE and EXIM_USER. We also defer … … 8 8 support, by commenting out the EXIM_MONITOR line in the Makefile.</para> 9 9 10 <para><command>ln -s exim /usr/sbin/sendmail</command> 10 <para><command>ln -s exim /usr/sbin/sendmail</command>: 11 11 Create a link to sendmail for applications which need it. exim will 12 12 accept most Sendmail command line options.</para> -
server/other/cvsserver/cvsserver-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>mkdir /cvsroot</command> 4 <para><command>mkdir /cvsroot</command>: Create the <acronym>CVS</acronym> 5 5 repository directory.</para> 6 6 7 <para><command>chmod 1777 /cvsroot</command> 7 <para><command>chmod 1777 /cvsroot</command>: Sticky bit permissions for 8 8 <envar>CVSROOT</envar>.</para> 9 9 10 <para><command>export CVSROOT=/cvsroot</command> 10 <para><command>export CVSROOT=/cvsroot</command>: Specify new <envar>CVSROOT 11 11 </envar> for all <command>cvs</command> commands.</para> 12 12 13 <para><command>cvs init</command> 13 <para><command>cvs init</command>: Initialize the new <acronym>CVS</acronym> 14 14 repository.</para> 15 15 16 16 <para><command>cvs import -m "repository test" cvstest vendortag 17 releasetag</command> 17 releasetag</command>: All source code modules must be imported 18 18 into the <acronym>CVS</acronym> repository before use, with the 19 19 <command>cvs import</command> command. the <userinput>-m</userinput> … … 25 25 26 26 <para><command>(grep anonymous /etc/passwd || useradd anonymous -s 27 /bin/false)</command> 27 /bin/false)</command>: Check for an existing anonymous user and 28 28 create one if not found.</para> 29 29 30 30 <para><command>echo anonymous: > /cvsroot/CVSROOT/passwd 31 </command> 31 </command>: Add the anonymous user to the <acronym>CVS</acronym> passwd file, 32 32 which is unused for anything else in this configuration.</para> 33 33 34 <para><command>echo anonymous > /cvsroot/CVSROOT/readers</command> 34 <para><command>echo anonymous > /cvsroot/CVSROOT/readers</command>: Add the 35 35 anonymous user to the <acronym>CVS</acronym> readers file, a list of 36 36 users who have read only access to the repository.</para> -
server/other/dhcp/dhcp-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>LIBDIR=/usr/lib INCDIR=/usr/include</command>: This4 <para><parameter>LIBDIR=/usr/lib INCDIR=/usr/include</parameter>: This 5 5 command installs the library and include files in <filename 6 6 class="directory">/usr</filename> instead of <filename -
server/other/leafnode/leafnode-exp.xml
r0d2f891 r0482b012 2 2 <title>Installation command explanations</title> 3 3 4 <para>< command>--localstatedir=/var</command>: Change the default5 spool directory of <filename >/usr/var</filename>.</para>4 <para><parameter>--localstatedir=/var</parameter>: Change the default 5 spool directory of <filename class="directory">/usr/var</filename>.</para> 6 6 7 <para>< command>--sysconfdir=/etc/news</command>: leafnode reads its7 <para><parameter>--sysconfdir=/etc/news</parameter>: leafnode reads its 8 8 configuration data from a file called <filename>config</filename> which 9 9 will be created in <filename class="directory">/etc/news</filename> to 10 10 avoid any potential conflict with other packages.</para> 11 11 12 <para><command>make update</command> 12 <para><command>make update</command>: Create an initial 13 13 <filename>/etc/news/config.example</filename> file, which must be 14 14 renamed to <filename>/etc/news/config</filename>.</para> -
server/other/openldap/openldap-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--sysconfdir=/etc</command>: Sets the configuration file directory to4 <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration file directory to 5 5 avoid the default of <filename class="directory">/usr/etc</filename>.</para> 6 6 7 <para>< command>--libexecdir=/usr/sbin</command>: Puts the server executables in7 <para><parameter>--libexecdir=/usr/sbin</parameter>: Puts the server executables in 8 8 <filename class="directory">/usr/sbin</filename> instead of <filename 9 9 class="directory">/usr/libexec</filename>.</para> 10 10 11 <para>< command>--enable-ldbm</command>: Build <command>slapd</command>11 <para><option>--enable-ldbm</option>: Build <command>slapd</command> 12 12 with primary database backend using either <application>Berkeley 13 13 DB</application> or 14 14 <application><acronym>GNU</acronym> Database Manager</application>.</para> 15 15 16 <para>< command>--disable-debug</command>: Disable debugging code.</para>16 <para><option>--disable-debug</option>: Disable debugging code.</para> 17 17 18 <para><command>make test</command> 18 <para><command>make test</command>: Validate correct build of the package.</para> 19 19 20 20 </sect2> -
server/other/openssh/openssh-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--sysconfigdir=/etc/ssh</command>: This prevents the5 configuration files from going to <filename >/usr/etc</filename>.</para>4 <para><parameter>--sysconfigdir=/etc/ssh</parameter>: This prevents the 5 configuration files from going to <filename class="directory">/usr/etc</filename>.</para> 6 6 7 <para>< command>--with-md5-passwords</command>: This is required7 <para><parameter>--with-md5-passwords</parameter>: This is required 8 8 if you made the changes recommended by the shadowpasswd_plus lfs hint on 9 9 your <acronym>SSH</acronym> server when you installed the Shadow Password … … 11 11 user passwords encrypted with md5. </para> 12 12 13 <para>< command>--libexecdir=/usr/sbin</command>:13 <para><parameter>--libexecdir=/usr/sbin</parameter>: 14 14 <application>Open<acronym>SSH</acronym></application> puts 15 15 programs called by programs in <filename class="directory">/usr/libexec -
server/other/samba/samba-config-exp.xml
r0d2f891 r0482b012 14 14 15 15 <para><command>cat > /etc/rc.d/init.d/samba << 16 "EOF"</command> 16 "EOF"</command>: Create the <application>Samba</application> boot script, 17 17 used to start and stop <application>Samba</application> automatically on 18 18 machine startup and shutdown.</para> … … 24 24 Machine trust accounts are not necessary for Win95/98 clients.</para> 25 25 26 <para><command>echo "swat 901/tcp" >> /etc/services</command> 26 <para><command>echo "swat 901/tcp" >> /etc/services</command>: Register 27 27 the swat service to run on port 901.</para> 28 28 29 29 <para><command>echo "swat stream tcp nowait.400 root /usr/sbin/swat swat" 30 >> /etc/inetd.conf</command> 30 >> /etc/inetd.conf</command>: Instruct <command>inetd</command> where to find and how to 31 31 run swat.</para> 32 32 33 33 <para><command>ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S600samba 34 </command> etc. 34 </command> etc.: Create the <application>Samba</application> boot scripts, 35 35 used to start and stop <application>Samba</application> automatically on 36 36 machine startup and shutdown.</para> -
server/other/samba/samba-exp.xml
r0d2f891 r0482b012 7 7 and <command>nmbd</command> daemons.</para> 8 8 9 <para>< command>--prefix=/usr</command>: Sets the prefix for almost10 all the file paths to <filename >/usr</filename>.</para>9 <para><parameter>--prefix=/usr</parameter>: Sets the prefix for almost 10 all the file paths to <filename class="directory">/usr</filename>.</para> 11 11 12 <para>< command>--sysconfdir=/etc</command>: Sets the configuration13 file directory to avoid the default of <filename >/usr/etc</filename>.</para>12 <para><parameter>--sysconfdir=/etc</parameter>: Sets the configuration 13 file directory to avoid the default of <filename class="directory">/usr/etc</filename>.</para> 14 14 15 <para>< command>--localstatedir=/var</command>: Sets the variable16 data directory to avoid the default of <filename >/usr/var</filename>.</para>15 <para><parameter>--localstatedir=/var</parameter>: Sets the variable 16 data directory to avoid the default of <filename class="directory">/usr/var</filename>.</para> 17 17 18 <para>< command>--with-fhs</command>: Assigns all other file paths in a manner19 compliant with the Filesystem Hierarchy Standard ( FHS).</para>18 <para><option>--with-fhs</option>: Assigns all other file paths in a manner 19 compliant with the Filesystem Hierarchy Standard (<acronym>FHS</acronym>).</para> 20 20 21 <para>< command>--with-smbmount</command>: Orders the creation of an extra21 <para><option>--with-smbmount</option>: Orders the creation of an extra 22 22 binary for use by the <command>mount</command> command so that mounting remote 23 23 <acronym>SMB</acronym> (windows) shares becomes no more complex than mounting 24 24 remote <acronym>NFS</acronym> shares.</para> 25 25 26 <para><command>rm -rf /usr/private</command> 26 <para><command>rm -rf /usr/private</command>: Removes a directory 27 27 erroneously created by <filename>source/scripts/installbin.sh</filename> during the make install.</para> 28 28 -
server/other/xinetd/xinetd-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><command>./configure --prefix=/usr</command> 4 <para><command>./configure --prefix=/usr</command>: Change 5 5 the default installation directory of 6 6 <filename class="directory">/usr/local</filename>.</para> -
x/wm/enlightenment/enlightenment-exp.xml
r0d2f891 r0482b012 2 2 <title>Command explanations</title> 3 3 4 <para><userinput>--enable-fsstd</userinput> : This command installs 5 files in <filename>/usr/bin</filename> and <filename> /usr/share</filename> 6 instead of <filename>/usr/enlightenment/bin</filename> and <filename> usr/enlightenment</filename>.</para> 4 <para><option>--enable-fsstd</option>: This command installs 5 files in <filename class="directory">/usr/bin</filename> and <filename 6 class="directory">/usr/share</filename> 7 instead of <filename class="directory">/usr/enlightenment/bin</filename> 8 and <filename class="directory">usr/enlightenment</filename>.</para> 7 9 8 10 </sect2> -
x/wm/sawfish/sawfish-exp.xml
r0d2f891 r0482b012 9 9 sawfish</application> to use the Enlightened Sound Daemon.</para> 10 10 11 <para><option>--with-gnome-prefix=/opt/gnome-&gnome-version;</option> 11 <para><option>--with-gnome-prefix=/opt/gnome-&gnome-version;</option>: This 12 12 command directs <application>sawfish</application> to 13 13 <application><acronym>GNOME</acronym></application>'s directory.</para>
Note:
See TracChangeset
for help on using the changeset viewer.