K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-05-06T07:40:30.000000Z
K 7
svn:log
V 1214
samples/innshellvars.in:
samples/innshellvars.pl.in:
samples/innshellvars.tcl.in:
	- From: Russ Allbery <rra@stanford.edu>
	- Adds --with-control-dir and --with-filter-dir to allow the paths to
	  the control and filter programs to be set to something other than
	  prefix/bin/{control,filter}.  The files in these directories often
	  aren't executables, so I don't like having them under bin.

	- Adds --with-news-umask to set the umask of INN, and also change the
	  default article and directory modes.  (02 and 022 are the only umasks
	  supported by this patch, since I didn't want to try to fake up octal
	  arithmetic in shell and those are the two that seem generally useful.)

	- Adds --disable-uucp-rnews to install rnews owned by news.news and mode
	  500 instead of owned by news.uucp and mode 4550.  This is very useful
	  if you don't have a uucp group at all, and good for systems that don't
	  need rnews to be runnable by someone other than news.  (Cuts down on
	  setuid programs, which is always good.)

	- Adds --disable-setgid-inews, to install inews 550 instead of 2555
	  (avoiding needless setgid programs on a standalone news server that
	  doesn't have non-news programs running inews).

END
