Changes to gnats/doc/gnats-faq.texi

Hans-Albert Schneider <[email protected]> Sun, 26 Jan 2003 18:11:18 -0500
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/doc/gnats-faq.texi
diff -c gnats/doc/gnats-faq.texi:1.12 gnats/doc/gnats-faq.texi:1.13
*** gnats/doc/gnats-faq.texi:1.12	Sun Oct  6 15:26:11 2002
--- gnats/doc/gnats-faq.texi	Sun Jan 26 18:11:07 2003
***************
*** 455,461 ****
  
  @item
  Don't forget to setup a cron job to run through the additional
! @w{@file{gnats-queue}}.
  
  @item
  Don't forget to create mail aliases for your new database
--- 455,469 ----
  
  @item
  Don't forget to setup a cron job to run through the additional
! @w{@file{gnats-queue}}.  Note that you need to specify the database
! directory to @file{queue-pr}, i.e.,
! 
! @samp{/usr/local/lib/gnats/queue-pr -d /usr/local/gnats/db2 -r}
! 
! or, if you prefer the long options,
! 
! @samp{/usr/local/lib/gnats/queue-pr --directory=/usr/local/gnats/db2 --run}
! 
  
  @item
  Don't forget to create mail aliases for your new database
***************
*** 521,526 ****
--- 529,546 ----
  create new category directories in your database---@sc{gnats} 4
  creates them automatically when they are missing.  @xref{dbconfig
  file,,The @code{dbconfig} file,gnats,Keeping Track}, for details.
+ 
+ @item
+ Don't forget to setup a cron job to run through the additional
+ @w{@file{gnats-queue}}.  Note that you need to specify the database to
+ @file{queue-pr}, i.e.,
+ 
+ @samp{/usr/local/lib/gnats/queue-pr -d GreatNewDB -r}
+ 
+ or, if you prefer the long options,
+ 
+ @samp{/usr/local/lib/gnats/queue-pr --database=GreatNewDB --run}
+ 
  
  @item
  Don't forget to create mail aliases for your new database