diff options
Diffstat (limited to 'www/webglimpse/files/patch-aq')
-rw-r--r-- | www/webglimpse/files/patch-aq | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/www/webglimpse/files/patch-aq b/www/webglimpse/files/patch-aq index 655553f72e3..7bff7c53acb 100644 --- a/www/webglimpse/files/patch-aq +++ b/www/webglimpse/files/patch-aq @@ -1,5 +1,5 @@ ---- makecron.bak Mon Jan 26 00:27:25 1998 -+++ makecron Mon Nov 2 18:20:39 1998 +--- makecron.orig Mon Jan 26 00:27:25 1998 ++++ makecron Tue Nov 3 11:43:57 1998 @@ -37,6 +37,7 @@ # Get command-line options $indexdir = $ARGV[0]; @@ -8,14 +8,23 @@ # lock file $LOCKFILE = "indexing-in-progress"; -@@ -104,6 +105,10 @@ - print OUT "#!$SHELL\n\n"; +@@ -105,6 +106,10 @@ print OUT "# CRONFILE FOR ARCHIVE IN DIRECTORY $indexdir\n\n"; -+ + +if (defined($locale) && $locale ne '') { + print OUT "LANG=$locale; export LANG\n"; +} - ++ print OUT ('quiet=""',"\n"); print OUT ('if [ "$1" = "-q" ] ; then',"\n"); + print OUT (' quiet="-q"',"\n"); +@@ -121,7 +126,7 @@ + + print OUT "# put the search box in the html files -- will check config file\n"; + print OUT "# and will not do anything if not wanted\n"; +-print OUT "$ADDSEARCH $indexdir\n\n"; ++print OUT "$ADDSEARCH $indexdir \$quiet\n\n"; + + print OUT "# Do the indexing\n"; + $command = "$CAT $indexdir/$TOINDEX | ". |