Index: contrib/tofmipd.init
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/tofmipd.init,v
retrieving revision 1.1
diff -u -r1.1 tofmipd.init
--- contrib/tofmipd.init	20 Feb 2003 23:11:25 -0000	1.1
+++ contrib/tofmipd.init	21 Feb 2003 02:46:57 -0000
@@ -1,6 +1,17 @@
 #!/bin/bash
 #
-# Startup script for the TMDA ofmipd server
+# Startup script for the TMDA ofmipd server (SysV/RedHat style)
+#
+# If you are installing the init files by hand, you should copy the these
+# files to the following locations:
+#   contrib/tofmipd.init      -> /etc/rc.d/init.d/tofmipd
+#   contrib/tofmipd.sysconfig -> /etc/sysconfig/tofmipd
+#
+# Then you must install the service by issuing the following command:
+#   chkconfig --add tofmipd
+#
+# You can then start the service with the following command:
+#   service tofmipd start
 #
 # chkconfig: 2345 87 13
 # description: tofmipd is a server that allows tagging of outgoing mail \
Index: contrib/tofmipd.sysconfig
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/tofmipd.sysconfig,v
retrieving revision 1.1
diff -u -r1.1 tofmipd.sysconfig
--- contrib/tofmipd.sysconfig	20 Feb 2003 23:11:25 -0000	1.1
+++ contrib/tofmipd.sysconfig	21 Feb 2003 02:46:57 -0000
@@ -1 +1,5 @@
+#
+# If you are installing this file by hand, please consult the distribution
+# file contrib/tofmipd.init for further instructions.
+#
 OPTIONS="-p 0.0.0.0:8025 -R pop3://localhost"
Index: contrib/cgi/tmda-cgi.conf
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/cgi/tmda-cgi.conf,v
retrieving revision 1.1
diff -u -r1.1 tmda-cgi.conf
--- contrib/cgi/tmda-cgi.conf	20 Feb 2003 23:11:26 -0000	1.1
+++ contrib/cgi/tmda-cgi.conf	21 Feb 2003 02:46:57 -0000
@@ -1,5 +1,15 @@
 #
-# TMDA configuration file
+# TMDA/Apache (tmda-cgi) configuration file
+#
+# If you are running apache version 2 and you are installing this file by
+# hand, copy it to /etc/httpd/conf.d/tmda.conf.  You will also have to replace
+# SITE_DIR with your installation path of tmda-cgi.
+#
+# Please note that this configuration expects the suid binary to be called
+# tmda.cgi.  Change this to suit your installation.
+#
+# You will need to reload apache for any changes to take affect:
+#   service httpd reload
 #
 Alias /tmda SITE_DIR
 AddHandler cgi-script .cgi
