DELTA 362806 1665 28 SVNj!*=)L7HhtG~M {8S x^Qk0ǟOO6d8kЖJXVI:P6v`#8.8fʩJYm­GY@b)j,*fEi˚%PCOSSFpc3y˝*|<@а$G40DY]4)d:=qݟ]Fr낋 _3%2#,ۓ5%~:dBp)R񲜛zkwyB,FgW.̒3 <(% (29w_DENDREP DELTA 325585 231 151 SVN}yxxSHA256 (security.patch) = 73758bdf3f7846875f1620c35d1d982fa27366b053d8bd87363c618e7747c163 SIZE (security.patch) = 6909 ENDREP DELTA SVN7977--- ./include/global.php.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./include/global.php 2014-08-11 18:37:08.000000000 -0700 @@ -113,7 +113,7 @@ $config["library_path"] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__)); } $config["include_path"] = dirname(__FILE__); -$config["rra_path"] = $config["base_path"] . '/rra'; +$config["rra_path"] = '/var/db/cacti/rra'; /* colors */ $colors["dark_outline"] = "454E53"; ENDREP DELTA SVN D x^Ok xZm? [ va61j0v~0Pi"DR+4R,znPMwmk#`I &iMc-!0 V9˽P tXpR3`u̶EJ+n<.sϠ*y);q /g!9(aGW/jd-VE CԮy.j8J>"x}O8eeC˹{c]?$GR~n-4_>;;Ơ8Qy+)JrnMeym=.,f{v!3|ENDREP DELTA SVNSUSS--- ./scripts/3com_cable_modem.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/3com_cable_modem.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl open(PROCESS, "/bin/bash -c 'wget --quiet -O - http://192.168.100.1/cgibin/opcfg | grep \"10.18.18.11\" -c' |"); $status = ; ENDREP DELTA SVNPRPP--- ./scripts/diskfree.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/diskfree.pl 2014-08-11 17:34:23.000000000 -0700 @@ -1,5 +1,5 @@ -#!/usr/bin/perl -open(PROCESS,"df --block-size=1024 -P $ARGV[0] | grep -v Filesystem |"); +#!/usr/local/bin/perl +open(PROCESS,"df -k $ARGV[0] | grep -v Filesystem |"); foreach () { if ($_ =~ /($ARGV[0])(.* )(.*[0-9])(.* )(.*[0-9])(.* )(.*[0-9])(.* )(.*[0-9])%(.* )/) { print "megabytes:$7 percent:$9"; ENDREP DELTA SVN--- ./scripts/linux_memory.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/linux_memory.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl open(PROCESS, "cat /proc/meminfo | grep -w $ARGV[0] |"); foreach () { ENDREP DELTA SVNsuss--- ./scripts/loadavg.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/loadavg.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl #get load avg for 5;15;30 min open(PROCESS,"uptime |"); ENDREP DELTA SVN--- ./scripts/loadavg_multi.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/loadavg_multi.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl #get load avg for 1;5;10 min open(PROCESS, "uptime |"); ENDREP DELTA SVN$H$$x^QO0k3C0bظow] y7ιc͌Х%ZmP=Saz8X!=tD) w G'df$ ­s< I479 B4A C/@UR0B'N)ow+4WMȅ}7V( ;Y,\AH[t\vr ~ k4Vf;ԕOPdžfAp7,W S-lUod~ENDREP DELTA SVNXZXX--- ./scripts/query_unix_partitions.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/query_unix_partitions.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl if (($ARGV[0] ne "query") && ($ARGV[0] ne "get") && ($ARGV[0] ne "index") && ($ARGV[0] ne "num_indexes")) { print "usage:\n\n"; ENDREP DELTA SVN--- ./scripts/unix_processes.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/unix_processes.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl open(PROCESS, "ps ax | grep -c : |"); $output = ; ENDREP DELTA SVNrtrr--- ./scripts/unix_tcp_connections.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/unix_tcp_connections.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl my $grep_string = $ARGV[0]; ENDREP DELTA SVN^`^^--- ./scripts/unix_users.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/unix_users.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl my $grep_string = $ARGV[0]; ENDREP DELTA SVN--- ./scripts/weatherbug.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/weatherbug.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl $output = `/bin/bash -c 'wget --quiet -O - \"http:\/\/wisapidata.weatherbug.com\/WxDataISAPI\/WxDataISAPI.dll?Magic=10991&RegNum=3647055&ZipCode=17241&StationID=NWVLL&Units=0&Version=2.7&Fore=1&t=1015084854\/"'`; ENDREP DELTA SVN{}{{--- ./scripts/webhits.pl.orig 2013-08-06 19:31:19.000000000 -0700 +++ ./scripts/webhits.pl 2014-08-11 18:37:08.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl if ($ARGV[0] eq "") { $log_path = "/var/log/httpd/access_log"; ENDREP DELTA 252919 0 627 SVNW e _0H0x^Uo6_sR%(tT[iq  (lH⸟~GRNieݻw?| *VYA}LrRXj/"`#Y`2 K"4{8Iˌ)atPC}^f a*VoCg*γ|e="+g?FrvV"wxwstBSl!JғZT{0hA32dPI_c:]dFmWYHK]pAi E#qtF'~e(ELZ05'Wt(Zo4y[<ւ#R I4}Q_ڇ%