Revision: 91622 https://trac.macports.org/changeset/91622 Author: ryandesign@macports.org Date: 2012-04-06 18:42:59 -0700 (Fri, 06 Apr 2012) Log Message: ----------- denyhosts: fix notes Modified Paths: -------------- trunk/dports/security/denyhosts/Portfile Modified: trunk/dports/security/denyhosts/Portfile =================================================================== --- trunk/dports/security/denyhosts/Portfile 2012-04-07 01:41:00 UTC (rev 91621) +++ trunk/dports/security/denyhosts/Portfile 2012-04-07 01:42:59 UTC (rev 91622) @@ -44,12 +44,6 @@ xinstall -d ${destroot}${prefix}/var/log/ } -notes \ -"Please read ${prefix}/share/denyhosts/README.txt - -You need to make config files in ${prefix}/share/denyhosts -The files ending with '-dist' are examples for you to copy" - destroot.keepdirs ${destroot}${prefix}/var/run \ ${destroot}${prefix}/var/log @@ -58,3 +52,9 @@ startupitem.pidfile clean ${prefix}/var/run/${name}.pid startupitem.start "${prefix}/share/denyhosts/daemon-control start" startupitem.stop "${prefix}/share/denyhosts/daemon-control stop" + +notes " +Please read ${prefix}/share/denyhosts/README.txt.\ +You need to make config files in ${prefix}/share/denyhosts\;\ +the files ending with '-dist' are examples for you to copy. +"
participants (1)
-
ryandesign@macports.org