On Tue, 2014-05-27 at 14:22 -0400, Kevin A. McGrail wrote: > We are not currently publishing updates. I will try and get another > push done on that box today. > > On 5/27/2014 2:09 PM, John Goubeaux wrote: > > Can anyone shed some light on what might be happening -or not > > happening - with sa-update and my install, I am continually getting > > an "exiting with code 1" when sa-update is run. Full -D output > > pasted at the very bottom.
An exit code of 1 does not indicate an error. It merely means no fresh updates were available, your rule-set is up to date. See man sa-update, section Exit Codes. -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}