Modified comments in OS startup script: Changed Default-Start from 3 4 5
to 2 3 4 5 and Default-Stop from 0 1 2 6 to 0 1 6, moved BEGIN INIT INFO
comment block to beginning of the file. Reason: So that update-rc.d
runs without error or warning.
git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@79 233e721a-07f6-49eb-a7da-05e0e16828fc
Implemented production/debug mode for snf-server.ubuntu.
Updated Makefile.am to translate SYSCONFDIR (to, for example, "/etc")
and PACKAGE_NAME when generating snf-milter startup script. Add g to
translation commands so that all occurances of the strings are
translated (needed if there are multiple occurances on a single line).
In SNFServer.xml.sample.in, changed "path" attribute of <log> element
to be /var/log/PACKAGE_NAME (which is changed to /var/log/snf-server
during building).
Updated INSTALL with instructions to create /var/log/snf-server, and
added the section on debugging (snf-server debug-mode, etc).
git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@37 233e721a-07f6-49eb-a7da-05e0e16828fc