Changes of Revision 28
[-] [+] | Changed | smokeping.spec |
[-] [+] | Added | smokeping-2.6.9_config.patch ^ |
@@ -0,0 +1,21 @@ +--- etc/config.dist.in.orig 2013-12-13 22:10:13.051866148 +0100 ++++ etc/config.dist.in 2013-12-13 22:14:43.358829480 +0100 +@@ -7,13 +7,13 @@ + # NOTE: do not put the Image Cache below cgi-bin + # since all files under cgi-bin will be executed ... this is not + # good for images. +-imgcache = @prefix@/cache ++imgcache = /var/cache/smokeping + imgurl = cache +-datadir = @prefix@/data +-piddir = @prefix@/var ++datadir = @prefix@/share/smokeping/data ++piddir = /var/run/smokeping + cgiurl = http://some.url/smokeping.cgi +-smokemail = @prefix@/etc/smokemail.dist +-tmail = @prefix@/etc/tmail.dist ++smokemail = /etc/smokeping/smokemail.dist ++tmail = /etc/smokeping/tmail.dist + # specify this to get syslog logging + syslogfacility = local0 + # each probe is now run in its own process |