[91637] trunk/dports/mail/mailman/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 6 19:05:55 PDT 2012


Revision: 91637
          https://trac.macports.org/changeset/91637
Author:   ryandesign at macports.org
Date:     2012-04-06 19:05:55 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
mailman: fix notes

Modified Paths:
--------------
    trunk/dports/mail/mailman/Portfile

Modified: trunk/dports/mail/mailman/Portfile
===================================================================
--- trunk/dports/mail/mailman/Portfile	2012-04-07 02:04:03 UTC (rev 91636)
+++ trunk/dports/mail/mailman/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
@@ -124,36 +124,32 @@
 }
 
 # Notify the user what needs to be done after installation
-notes \
-"------------------------------------------------------------
-Be sure to verify the email and URL host settings in the
-Mailman configuration file (they may have been guessed
-incorrectly during the configuration step):
+notes "
+Be sure to verify the email and URL host settings in the Mailman configuration\
+file (they may have been guessed incorrectly during the configuration step):
 
-  ${sharedir}/Mailman/mm_cfg.py
+    ${sharedir}/Mailman/mm_cfg.py
 
-Be sure to add the following line to your Apache httpd.conf
-configuration file to enable Mailman web access:
+Be sure to add the following line to your Apache httpd.conf configuration file\
+to enable Mailman web access:
 
-  Include ${confdir}/${name}.conf
+    Include ${confdir}/${name}.conf
 
-Be sure to setup the crontab entries for the '${mmuser}'
-user. Mailman runs a number of cron jobs for its basic
-functionality.
+Be sure to set up the crontab entries for the '${mmuser}' user. Mailman runs a\
+number of cron jobs for its basic functionality.
 
-  cd ${sharedir}/cron
-  sudo crontab -u ${mmuser} crontab.in
+    cd ${sharedir}/cron
+    sudo crontab -u ${mmuser} crontab.in
 
-Also, be sure to read the following files for details
-on creating your site-wide list, setting your site and
-list creator passwords, and creating your first list:
+Also, be sure to read the following files for details on creating your\
+site-wide list, setting your site and list creator passwords, and creating\
+your first list:
 
-  ${docdir}/INSTALL
-  ${docdir}/README
+    ${docdir}/INSTALL
+    ${docdir}/README
 
-Finally, either restart your system to start up the
-Mailman queue runner, or use the following to start
-it running immediately:
+Finally, either restart your system to start up the Mailman queue runner, or\
+use the following to start it running immediately:
 
-  sudo port load ${name}
-------------------------------------------------------------"
+    sudo port load ${name}
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/7997f09a/attachment-0001.html>


More information about the macports-changes mailing list