[27093] trunk/dports/net/smokeping
source_changes at macosforge.org
source_changes at macosforge.org
Wed Jul 18 10:50:53 PDT 2007
Revision: 27093
http://trac.macosforge.org/projects/macports/changeset/27093
Author: markd at macports.org
Date: 2007-07-18 10:50:52 -0700 (Wed, 18 Jul 2007)
Log Message:
-----------
Correct img paths. Not incrementing revision because if you've got it runnng you've already fixed these.
Modified Paths:
--------------
trunk/dports/net/smokeping/Portfile
trunk/dports/net/smokeping/files/patch-etc-config.dist
Modified: trunk/dports/net/smokeping/Portfile
===================================================================
--- trunk/dports/net/smokeping/Portfile 2007-07-18 15:58:21 UTC (rev 27092)
+++ trunk/dports/net/smokeping/Portfile 2007-07-18 17:50:52 UTC (rev 27093)
@@ -124,7 +124,7 @@
system "cp -R ${worksrcpath}/lib/ ${destroot}${smokeroot}"
# Smokeping data directory that needs to be symlinked to Apache docroot
- xinstall -m 755 -d ${destroot}${smokedata}/img
+ xinstall -m 755 -d ${destroot}${smokedata}
# Smokeping log directory
xinstall -m 755 -d ${destroot}${smokedata}/log
@@ -134,8 +134,7 @@
${destroot}${smokedata}/smokeping.cgi
# Retain these empty directories
- destroot.keepdirs ${destroot}${smokedata}/img \
- destroot.keepdirs ${destroot}${smokedata}/log
+ destroot.keepdirs ${destroot}${smokedata}/log
}
post-activate {
@@ -213,7 +212,7 @@
-Set the DNS names for the Smokeping config file url's \"imageurl\" and \"cgiurl\".
But you should leave all file paths alone -they are set by MacPorts.
- imgurl = http://myhost.mycompany.edu/smokeping/img
+ imgurl = http://myhost.mycompany.com/smokeping
cgiurl = http://myhost.mycompany.com/smokeping/smokeping.cgi
-Customize variables.
Modified: trunk/dports/net/smokeping/files/patch-etc-config.dist
===================================================================
--- trunk/dports/net/smokeping/files/patch-etc-config.dist 2007-07-18 15:58:21 UTC (rev 27092)
+++ trunk/dports/net/smokeping/files/patch-etc-config.dist 2007-07-18 17:50:52 UTC (rev 27093)
@@ -13,8 +13,8 @@
-smokemail = /home/oetiker/data/projects/AADJ-smokeping/dist/etc/smokemail.dist
-tmail = /home/oetiker/data/projects/AADJ-smokeping/dist/etc/tmail.dist
+sendmail = /usr/sbin/sendmail
-+imgcache = __PREFIX__/var/smokeping/img
-+imgurl = http://myhost.mycompany.com/smokeping/img
++imgcache = __PREFIX__/var/smokeping
++imgurl = http://myhost.mycompany.com/smokeping
+datadir = __PREFIX__/var/smokeping
+piddir = /var/run
+cgiurl = http://myhost.mycompany.com/smokeping/smokeping.cgi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070718/04be9dc6/attachment.html
More information about the macports-changes
mailing list