Revision
83086
Author
pixilla@macports.org
Date
2011-08-25 12:49:20 -0700 (Thu, 25 Aug 2011)

Log Message

sysutils/logrotate:
- Improve notes.

Modified Paths

Diff

Modified: trunk/dports/sysutils/logrotate/Portfile (83085 => 83086)


--- trunk/dports/sysutils/logrotate/Portfile	2011-08-25 19:40:05 UTC (rev 83085)
+++ trunk/dports/sysutils/logrotate/Portfile	2011-08-25 19:49:20 UTC (rev 83086)
@@ -153,18 +153,18 @@
 
     \$ sudo cp ${prefix}/share/${name}/logrotate.conf.example ${prefix}/etc/logrotate.conf
 
-  * logrotate scripts added to ${prefix}/etc/logrotate.d are read by default
+  * Logrotate scripts added to ${prefix}/etc/logrotate.d are read by default.
 
     \$ sudo ${prefix}/sbin/${name} ${prefix}/etc/logrotate.conf
 
-  * With the +startupitem variant you can activate a scheduled log rotation 
-    with this command.
+  * With the startupitem variant (+startupitem) you can activate a scheduled log 
+    rotation with this command.
 
     \$ sudo port load Logrotate
 
-  * To create your own startup item with non-default intervals, build logrotate without 
-    the +startupitem variant, copy the example into place and edit to your liking and load
-    with launchctl when finished.
+  * To create your own startup item with non-default intervals, build logrotate
+    without the startupitem variant (-startupitem), copy the example into place
+    and edit to your liking and load with launchctl when finished.
 
     \$ sudo cp ${prefix}/share/${name}/org.macports.logrotate.plist.example /Library/LaunchDaemons/org.macports.logrotate.plist