[Asterisk-cvs] zaptel Makefile,1.52.2.12,1.52.2.13
russell
russell
Mon Aug 8 14:02:24 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv8313
Modified Files:
Tag: v1-0
Makefile
Log Message:
remove wcfxs alias when downgrading from head to 1.0 (bug #4922)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.52.2.12
retrieving revision 1.52.2.13
diff -u -d -r1.52.2.12 -r1.52.2.13
--- Makefile 25 Jul 2005 14:42:56 -0000 1.52.2.12
+++ Makefile 8 Aug 2005 18:06:02 -0000 1.52.2.13
@@ -296,6 +296,7 @@
cat $(MODCONF).bak | grep -v "alias char-major-250" | \
grep -v "post-install torisa /sbin/ztcfg" | \
grep -v "post-install wcfxsusb /sbin/ztcfg" | \
+ grep -v "alias wcfxs" | \
grep -v "post-install wcfxs /sbin/ztcfg" > $(MODCONF) || true
if ! grep "options torisa" $(MODCONF); then \
echo "options torisa base=$(BASEADDR)" >> $(MODCONF); \
More information about the svn-commits
mailing list