General xml cleanup, <<'s, etc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@434 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2002-12-02 23:02:40 +00:00
parent 24cec1c5ac
commit 896104b161
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<sect3><title>Configuration Information</title> <sect3><title>Configuration Information</title>
<para><screen><userinput>cat > /etc/aliases << "EOF"</userinput> <para><screen><userinput>cat &gt; /etc/aliases &lt;&lt; "EOF"</userinput>
# Begin /etc/aliases # Begin /etc/aliases
MAILER-DAEMON: postmaster MAILER-DAEMON: postmaster

View File

@ -55,7 +55,7 @@ case "$1" in
start) start)
echo "Starting Qmail..." echo "Starting Qmail..."
/var/qmail/rc & /var/qmail/rc &amp;
;; ;;
stop) stop)

View File

@ -10,7 +10,7 @@
<sect3><title>Configuring sendmail</title> <sect3><title>Configuring sendmail</title>
<para><screen><userinput> <para><screen><userinput>
echo `hostname` > /etc/mail/local-host-names echo `hostname` > /etc/mail/local-host-names
cat > /etc/mail/aliases << "EOF" cat &gt; /etc/mail/aliases &lt;&lt; "EOF"
postmaster: root postmaster: root
MAILER-DAEMON: root MAILER-DAEMON: root
EOF EOF

View File

@ -15,7 +15,7 @@ mkdir /var/spool/mqueue
<para>Install sendmail with the following commands:</para> <para>Install sendmail with the following commands:</para>
<para><screen><userinput> <para><screen><userinput>
cat &gt; devtools/Site/site.config.m4 &lt;&lt "EOF" cat &gt; devtools/Site/site.config.m4 &lt;&lt; "EOF"
define(`confMANGRP',`root') define(`confMANGRP',`root')
define(`confMANOWN',`root') define(`confMANOWN',`root')
define(`confSBINGRP',`root') define(`confSBINGRP',`root')