K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-06-06T18:01:10.134139Z K 7 svn:log V 1002 - update to 4.4.1; see release notes: http://sourceforge.net/projects/davmail/files/davmail/4.4.1/releasenotes.txt/view - various general port modernizations: - stagify - USE_DOS2UNIX -> USES=dos2unix - fix procname in rc.d/davmail so 'service davmail stop' works - log to syslog in rc.d/davmail instead of /var/log/davmail-error.log (the latter grows forever unless one manually adds an entry to newsyslog, and even then, rotation of the shell redirection file becomes a problem) - in both rc.d/davmail and bin/davmail, use "$BASE/lib/*" for CLASSPATH instead of iterating over all the jar files separately adding all of them to CLASSPATH and passing that on the command line (makes for a long command line). [see http://download.java.net/jdk7u6/docs/technotes/tools/solaris/classpath.html] - in bin/davmail, exec java to avoid an extra shell process lying around - remove swt PR: 187796 Submitted by: John Hein Approved by: john.c.prather@gmail.com (maintainer) END