search for: nocleanup

Displaying 2 results from an estimated 2 matches for "nocleanup".

2013 Feb 10
1
Patch to add gpg support to logcheck.
...============================================= RCS file: /usr/sbin/logcheck,v retrieving revision 1.1 diff -u -r1.1 /usr/sbin/logcheck --- /usr/sbin/logcheck 2013/02/10 04:17:53 1.1 +++ /usr/sbin/logcheck 2013/02/10 05:11:26 @@ -83,6 +83,7 @@ LOGCHECKDEBUG=0 MAILOUT=0 MAILASATTACH=0 +MAILASGPG=0 NOCLEANUP=0 REBOOT=0 FQDN=0 @@ -174,7 +175,13 @@ $(export) EOF - } | eval mime-construct $MIMECONSTRUCTARGS \ + } | if [ "$MAILASGPG" -eq 1 ]; then + debug "Sending error as gpg" + mime-construct $MIMECONSTRUCTARGS --subpart \ + --file - | { + gpg --encrypt --batch --quiet...
2006 Aug 20
1
omindex patch
...ST, HAVE_CATDOC checks. Add options --verbose, --silent * configure.ac: Add HAVE_CATDOC 2006-08-17 18:06:26 Reini Urban <reinhard.urban at avl.com> omega-0.9.6a: * omindex.cc: Added last_mod check, cache_dir, libtextcat, cached virtual directories (zip,msg,pst,...). New options: -c/--nocleanup, -i/--ignore-time. Add MS-Office mimetypes (word, excel, powerpoint, outlook) * configure.ac: Add HAVE_TEXTCAT, HAVE_UNRAR, HAVE_MSGCONVERT, HAVE_READPST, HAVE_CATDOC * commonhelp.cc: Update stemmer help with HAVE_TEXTCAT (lang autodetection) * configfile.cc: New cache_dir * Makefile...