diff options
| author | bwarsaw | 2001-08-15 19:34:06 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-15 19:34:06 +0000 |
| commit | 1bbba436db6b8eafc30e7bc78115685094487320 (patch) | |
| tree | 7202b29291278318a117e3b7a0da04715af11465 | |
| parent | ca3e442d286768abdcff0ee59a59018b20a8961e (diff) | |
| download | mailman-1bbba436db6b8eafc30e7bc78115685094487320.tar.gz mailman-1bbba436db6b8eafc30e7bc78115685094487320.tar.zst mailman-1bbba436db6b8eafc30e7bc78115685094487320.zip | |
Added instructions for installing the Unix boot script misc/S98mailman
| -rw-r--r-- | INSTALL | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |
