summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-08-15 19:34:06 +0000
committerbwarsaw2001-08-15 19:34:06 +0000
commit1bbba436db6b8eafc30e7bc78115685094487320 (patch)
tree7202b29291278318a117e3b7a0da04715af11465
parentca3e442d286768abdcff0ee59a59018b20a8961e (diff)
downloadmailman-1bbba436db6b8eafc30e7bc78115685094487320.tar.gz
mailman-1bbba436db6b8eafc30e7bc78115685094487320.tar.zst
mailman-1bbba436db6b8eafc30e7bc78115685094487320.zip
Added instructions for installing the Unix boot script misc/S98mailman
-rw-r--r--INSTALL14
1 files changed, 12 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 87c6f5b50..6077140fa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -333,8 +333,18 @@ upgrade.
% bin/mailmanctl start
- You can use the mailmanctl script as a typical Unix init
- script. [BAW: add more here.]
+ If you want to start Mailman every time you reboot your system,
+ you should do the following as root (note I'm assuming you have
+ an /etc/init.d directory; some Unixes may put that in
+ /etc/rc.d/init.d):
+
+ % cp misc/S98mailman /etc/init.d/mailman
+ % cd /etc/rc.d/rc2.d
+ % ln -s ../init.d/mailman S98mailman
+ % cd ../rc3.d
+ % ln -s ../init.d/mailman S98mailman
+ % cd ../rc5.d
+ % ln -s ../init.d/mailman S98mailman
- Add aliases for `mailman' and `mailman-owner' to the system's
mail alias database. These aliases should point to whoever is