svn commit: samba r17117 - in branches/tmp/vl-messaging/source/script: .

vlendec at samba.org vlendec at samba.org
Tue Jul 18 14:38:40 GMT 2006


Author: vlendec
Date: 2006-07-18 14:38:39 +0000 (Tue, 18 Jul 2006)
New Revision: 17117

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17117

Log:
merge -r17115:17116
Modified:
   branches/tmp/vl-messaging/source/script/mkproto.sh


Changeset:
Modified: branches/tmp/vl-messaging/source/script/mkproto.sh
===================================================================
--- branches/tmp/vl-messaging/source/script/mkproto.sh	2006-07-18 14:33:02 UTC (rev 17116)
+++ branches/tmp/vl-messaging/source/script/mkproto.sh	2006-07-18 14:38:39 UTC (rev 17117)
@@ -25,7 +25,7 @@
 shift
 headertmp="$header.$$.tmp~"
 
-proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/getdate'`"
+proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'tdb/|wrapped|modules/getdate'`"
 
 echo creating $header
 



More information about the samba-cvs mailing list