diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 9 |
2 files changed, 10 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c9c7ce888..707e36f2e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2014-07-23</para> + <itemizedlist> + <listitem> + <para>[Chris] - Removed --disable-syslogd from Inetutils + instructions - it's redundant as it's covered by --disable-servers.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-07-22</para> <itemizedlist> <listitem> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 7cb9b6b5b..541b062f9 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -50,7 +50,6 @@ <screen><userinput remap="configure">./configure --prefix=/usr \ --localstatedir=/var \ --disable-logger \ - --disable-syslogd \ --disable-whois \ --disable-servers</userinput></screen> @@ -68,14 +67,6 @@ </varlistentry> <varlistentry> - <term><parameter>--disable-syslogd</parameter></term> - <listitem> - <para>This option prevents Inetutils from installing the System Log - Daemon, which is installed with the Sysklogd package.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--disable-whois</parameter></term> <listitem> <para>This option disables the building of the Inetutils |