three remaining users of /usr/etc

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@50 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-08-02 19:43:08 +00:00
parent ed64de8eaf
commit b9139e2165
4 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,8 @@ page in Chapter 1 for details on who wrote what.</para>
<listitem><para>August 2nd, 2002 [larry]: Basic Net: added wget-1.8.2,
procmail-3.22. Removed chmod 755 from OpenSSH. Modified Imlib for
consistency.</para></listitem>
consistency. Imlib, GTK+, GTK2+ and Pango modified to install
configuration files in /etc rather than /usr/etc.</para></listitem>
<listitem><para>July 31st, 2002 [larry]: General Libraries: upgraded
openssl to 0.9.6e.</para></listitem>

View File

@ -3,7 +3,7 @@
<para>Install GTK+ by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

View File

@ -3,7 +3,7 @@
<para>Install GTK+ by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

View File

@ -3,7 +3,7 @@
<para>Install Pango by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>