INN commit: branches/2.4/scripts (innshellvars.in)

INN Commit Russ_Allbery at isc.org
Sun Dec 14 18:18:20 UTC 2008


    Date: Sunday, December 14, 2008 @ 10:18:18
  Author: iulius
Revision: 8236

Fix exports.

Modified:
  branches/2.4/scripts/innshellvars.in

-----------------+
 innshellvars.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: innshellvars.in
===================================================================
--- innshellvars.in	2008-12-14 18:15:31 UTC (rev 8235)
+++ innshellvars.in	2008-12-14 18:18:18 UTC (rev 8236)
@@ -11,14 +11,14 @@
 NEWSHOME=${PATHNEWS}
 SPOOLBASE=${PATHSPOOL}
 MOST_LOGS=${PATHLOG}
-export NEWSHOME SPOOL MOST_LOGS
+export NEWSHOME SPOOLBASE MOST_LOGS
 
 NEWSBIN=${PATHBIN}
 NEWSETC=${PATHETC}
 NEWSLIB=@LIBDIR@
 INNDDIR=${PATHRUN}
 LOCKS=${PATHRUN}
-export NEWSBIN NEWSETC INNDDIR NEWSHOME
+export NEWSBIN NEWSETC NEWSLIB INNDDIR
 
 ERRLOG=${MOST_LOGS}/errlog
 LOG=${MOST_LOGS}/news




More information about the inn-committers mailing list