INN commit: trunk/scripts (innshellvars.tcl.in)

INN Commit Russ_Allbery at isc.org
Sun Dec 14 04:28:16 UTC 2008


    Date: Saturday, December 13, 2008 @ 20:28:15
  Author: eagle
Revision: 8220

Remove inn_newslbin from innshellvars.tcl.  It's not present in the
other versions and isn't used by INN.  Also set inn_newsetc (used elsewhere
in the file) from pathetc instead of hard-coding an /etc subdirectory of
pathnews.

Modified:
  trunk/scripts/innshellvars.tcl.in

---------------------+
 innshellvars.tcl.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: innshellvars.tcl.in
===================================================================
--- innshellvars.tcl.in	2008-12-14 03:03:29 UTC (rev 8219)
+++ innshellvars.tcl.in	2008-12-14 04:28:15 UTC (rev 8220)
@@ -28,11 +28,10 @@
 set inn_badnews "${inn_pathincoming}/bad"
 set inn_spoolnews "${inn_pathincoming}"
 
-set inn_newslbin "${inn_newshome}/local"
 set inn_innddir "${inn_pathrun}"
 set inn_locks "${inn_pathrun}"
 set inn_newsbin "${inn_pathbin}"
-set inn_newsetc "${inn_newshome}/etc"
+set inn_newsetc "${inn_pathetc}"
 
 set inn_active "${inn_pathdb}/active"
 set inn_activetimes "${inn_pathdb}/active.times"




More information about the inn-committers mailing list