Minor update for startup now daemon mode.
authorhal9 <hal9@users.sourceforge.net>
Mon, 5 Nov 2001 23:57:51 +0000 (23:57 +0000)
committerhal9 <hal9@users.sourceforge.net>
Mon, 5 Nov 2001 23:57:51 +0000 (23:57 +0000)
doc/source/user-manual.sgml

index 0879dab..42f0b4e 100644 (file)
@@ -7,7 +7,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: user-manual.sgml,v 1.18 2001/10/24 18:45:26 hal9 Exp $
+ $Id: user-manual.sgml,v 1.21 2001/10/31 21:11:03 hal9 Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  IJBSWA team.  http://ijbswa.sourceforge.net
@@ -30,7 +30,7 @@ Hal Burgiss <hal@foobox.net>
 <artheader>
 <title>Junkbuster User Manual</title>
 
-<pubdate>$Id: user-manual.sgml,v 1.18 2001/10/24 18:45:26 hal9 Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 1.21 2001/10/31 21:11:03 hal9 Exp $</pubdate>
 
 <authorgroup>
  <author>
@@ -182,8 +182,8 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- tar zxvf ijb_source_2.9*
- cd ijb_source_2.9*
+ tar xzvf ijb_source_* [.tgz or .tar.gz]
+ cd ijb_source_2.9.9_alpha
  </screen>
 </para>
 
@@ -206,16 +206,16 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 </para>
 
 <para>
- Then, in either case, to build from source:
+ Then, in either case, to build from tarball/CVS source:
 </para>
 
 <para>
  <screen>
- autoconf           #recommended for CVS source
- ./configure
- make
- su
- make install
+ ./configure   (--help to see options)
+ make          (the make from gnu, gmake for *BSD) 
+ su 
+ make -n install       (to see where all the files will go)
+ make install          (to really install)
  </screen>
 </para>
 
@@ -234,7 +234,8 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoconf              #recommended for CVS source
+ autoheader   [suggested for CVS source]
+ autoconf     [suggested for CVS source]
  ./configure
  make redhat-dist
  </screen>
@@ -277,7 +278,8 @@ You can find the latest version of the user manual at  <ulink url="http://ijbswa
 
 <para>
  <screen>
- autoconf             #recommended for CVS source
+ autoheader   [suggested for CVS source]
+ autoconf     [suggested for CVS source]
  ./configure
  make suse-dist
  </screen>
@@ -2696,11 +2698,24 @@ Removed references to Win32. HB 09/23/01
 <para>
  <screen>
  
- # /usr/sbin/junkbuster /etc/junkbuster/config &
+ # /usr/sbin/junkbuster /etc/junkbuster/config
  
  </screen>
 </para>
 
+<para>
+ An init script is provided for SuSE and Redhat.
+</para>
+
+<para>
+For for SuSE: /etc/rc.d/junkbuster start
+</para>
+
+<para>
+For RedHat: /etc/rc.d/init.d/junkbuster start
+</para>
+
+
 <para>
  If no configuration file is specified on the command line,
  <application>Junkbuster</application> will look for a file named
@@ -3164,6 +3179,9 @@ communication (bugs, feature requests, etc.)
  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  $Log: user-manual.sgml,v $
+ Revision 1.21  2001/10/31 21:11:03  hal9
+ Correct 2 minor errors
+
  Revision 1.18  2001/10/24 18:45:26  hal9
  *** empty log message ***