diff options
| author | bwarsaw | 2002-03-07 06:09:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-07 06:09:51 +0000 |
| commit | 5e771da7bf80537d0497d542904f54755317e8fe (patch) | |
| tree | 48fe180592afc5efdb96e6a88dfc538f36b090b1 | |
| parent | 2f350deb85b1e03ef68967e97673502e455737cc (diff) | |
| download | mailman-5e771da7bf80537d0497d542904f54755317e8fe.tar.gz mailman-5e771da7bf80537d0497d542904f54755317e8fe.tar.zst mailman-5e771da7bf80537d0497d542904f54755317e8fe.zip | |
| -rw-r--r-- | misc/mailman.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/mailman.in b/misc/mailman.in index a369733b0..458e4f241 100644 --- a/misc/mailman.in +++ b/misc/mailman.in @@ -18,6 +18,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +# Copy this file to /etc/init.d/ (or /etc/rc.d/init.d/ depending on +# your system) and activate it as such: +# +# On Debian, type "update-rc.d mailman defaults" +# On RedHat, and derivatives, install with "chkconfig --add mailman" +# # chkconfig: 2345 98 12 # description: Mailman is the GNU Mailing List Manager, a program that \ # manages electronic mail discussion groups. For more \ |
