<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px;">
<div>
<div>
<div style="font-family: Calibri, sans-serif;">Aha, found it.  It’s diffstat!</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">It’s included in 2.3.8, but not in 3.2:</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div>
<div>
<div><font face="Courier">    if [ $MAXSZ -eq 0 ] ; then</font></div>
<div><font face="Courier">        (</font></div>
<div><font face="Courier">          echo "To: $mailrcpt"</font></div>
<div><font face="Courier">          echo "Subject: $subject"</font></div>
<div><font face="Courier">          echo "$MAILHEADERS" | awk '{L = "";LN = $0;while (LN ~ /\\n/) { I = index(LN,"\\n");L = L substr(LN,0,I-1) "\n";LN = substr(LN,I+2,length(LN)-I-1);}print L LN;}'</font></div>
<div><font face="Courier">          echo ""</font></div>
<div><font face="Courier">+          if which diffstat >/dev/null; then</font></div>
<div><font face="Courier">+              diffstat $TMP.diff</font></div>
<div><font face="Courier">+          fi</font></div>
<div><font face="Courier">          cat $TMP.diff</font></div>
<div><font face="Courier">        ) | /usr/sbin/sendmail -t $MAILOPTS</font></div>
<div><font face="Courier">    else</font></div>
</div>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">I installed diffstat then added the above and seems to work like 2.3.8.  :)   That was driving me nuts not having that.</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;"> — Matt</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-family: Calibri, sans-serif;">
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
<div style="font-family: Calibri, sans-serif;"><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="font-family: Calibri, sans-serif;">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Matt Almgren <<a href="mailto:matta@surveymonkey.com">matta@surveymonkey.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, July 23, 2015 at 3:48 PM<br>
<span style="font-weight:bold">To: </span>John Heasley <<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [rancid] Missing Diff Change Summary in 3.2<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>It’s CVS, not GIT.  Would you know how to fix it? :) </div>
<div><br>
</div>
<div>I tried to compare the control_rancid files between the two versions to see how we’re calling CVS, but there were too many difference to find out where we call CVS.</div>
<div><br>
</div>
<div>Thanks, Matt</div>
<div><br>
</div>
<div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>John Heasley <<a href="mailto:heas@shrubbery.net">heas@shrubbery.net</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, July 23, 2015 at 3:45 PM<br>
<span style="font-weight:bold">To: </span>Matt Almgren <<a href="mailto:matta@surveymonkey.com">matta@surveymonkey.com</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [rancid] Missing Diff Change Summary in 3.2<br>
</div>
<div><br>
</div>
<div>
<div dir="auto">
<div><br>
<br>
<br>
</div>
<div><br>
Am 23.07.2015 um 18:27 schrieb Matt Almgren <<a href="mailto:matta@surveymonkey.com">matta@surveymonkey.com</a>>:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div>Hi, in 2.3.8, the notification emails used to have the first few lines showing <what> devices were changed, and <quantity> of lines changed.</div>
<div><br>
</div>
<div>But the new 3.2 version seems to have that stripped out – which just means that I have to go through the entire email to see if there’s some device in there that I care about. Truth be told, our load balancers are so dynamic, I usually ignore those emails
 when I see only those devices have changed.  I’m more interested in the network infrastructure that changes.</div>
</div>
</blockquote>
<div><br>
</div>
Thats not from rancid, its from git. So you changed something or git did. 
<div><br>
<blockquote type="cite">
<div>
<div><br>
</div>
<div>I’d love to have the code changes that print the first three lines in bold below:</div>
<div><br>
</div>
<div>
<div># old</div>
<div><b><a href="http://mt-lb03.corp.surveymonkey.com">mt-lb03.corp.surveymonkey.com</a> |   71 ++++++++++++++++++++++++++++++++++----</b></div>
<div><b><a href="http://mt-lb04.corp.surveymonkey.com">mt-lb04.corp.surveymonkey.com</a> |   77 ++++++++++++++++++++++++++++++++++++------</b></div>
<div><b>2 files changed, 129 insertions(+), 19 deletions(-)</b></div>
<div>Index: configs/<a href="http://mt-lb03.corp.surveymonkey.com">mt-lb03.corp.surveymonkey.com</a></div>
<div>===================================================================</div>
<div><br>
</div>
<div># new</div>
<div>Index: configs/<a href="http://mt-lb03.corp.surveymonkey.com">mt-lb03.corp.surveymonkey.com</a></div>
<div>===================================================================</div>
<div>retrieving revision 1.3</div>
<div>diff -u -4 -r1.3 <a href="http://mt-lb03.corp.surveymonkey.com">mt-lb03.corp.surveymonkey.com</a></div>
</div>
<div><br>
</div>
<div>
<div><br>
</div>
<div><br>
</div>
</div>
<div>Thanks, Matt</div>
<div><br>
</div>
<div><br>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>Rancid-discuss mailing list</span><br>
<span><a href="mailto:Rancid-discuss@shrubbery.net">Rancid-discuss@shrubbery.net</a></span><br>
<span><a href="http://www.shrubbery.net/mailman/listinfo/rancid-discuss">http://www.shrubbery.net/mailman/listinfo/rancid-discuss</a></span></div>
</blockquote>
</div>
</div>
</div>
</span></div>
</div>
</span>
</body>
</html>