[72410] trunk/dports/databases/redis/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 13 17:24:13 PDT 2010


Revision: 72410
          http://trac.macports.org/changeset/72410
Author:   ryandesign at macports.org
Date:     2010-10-13 17:24:11 -0700 (Wed, 13 Oct 2010)
Log Message:
-----------
redis: use notes

Modified Paths:
--------------
    trunk/dports/databases/redis/Portfile

Modified: trunk/dports/databases/redis/Portfile
===================================================================
--- trunk/dports/databases/redis/Portfile	2010-10-13 22:51:13 UTC (rev 72409)
+++ trunk/dports/databases/redis/Portfile	2010-10-14 00:24:11 UTC (rev 72410)
@@ -69,16 +69,14 @@
     }
     xinstall -d ${prefix}/var/log
     touch ${prefix}/var/log/redis.log
-    ui_msg "
-=============================================================================
-* To start up a redis server instance use this command:
-* 
-*   redis-server ${prefix}/etc/redis.conf
-* 
-=============================================================================
-"
 }
 
 startupitem.create      yes
 startupitem.start       "${prefix}/bin/redis-server ${prefix}/etc/redis-daemon.conf"
 startupitem.stop        "echo \"SHUTDOWN\" | nc localhost 6379"
+
+notes "
+To start up a redis server instance use this command:
+
+    redis-server ${prefix}/etc/redis.conf
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101013/806481ae/attachment.html>


More information about the macports-changes mailing list