From 8fde31719c9ebdcddd3e786501dc7d65309de687 Mon Sep 17 00:00:00 2001 From: hal9 Date: Mon, 5 Nov 2001 23:57:51 +0000 Subject: [PATCH] Minor update for startup now daemon mode. --- doc/source/user-manual.sgml | 44 ++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 0879dab0..42f0b4e5 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -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 Junkbuster User Manual -$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 $ @@ -182,8 +182,8 @@ You can find the latest version of the user manual at - Then, in either case, to build from source: + Then, in either case, to build from tarball/CVS source: - 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) @@ -234,7 +234,8 @@ You can find the latest version of the user manual at - autoconf #recommended for CVS source + autoheader [suggested for CVS source] + autoconf [suggested for CVS source] ./configure make suse-dist @@ -2696,11 +2698,24 @@ Removed references to Win32. HB 09/23/01 - # /usr/sbin/junkbuster /etc/junkbuster/config & + # /usr/sbin/junkbuster /etc/junkbuster/config + + An init script is provided for SuSE and Redhat. + + + +For for SuSE: /etc/rc.d/junkbuster start + + + +For RedHat: /etc/rc.d/init.d/junkbuster start + + + If no configuration file is specified on the command line, Junkbuster 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 *** -- 2.39.2