[Asterisk-cvs] zaptel Makefile,1.84,1.85
markster
markster
Mon Aug 8 13:09:16 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv8067
Modified Files:
Makefile
Log Message:
Remove wctdm alias for upgrades from stable to head (bug #4922)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Makefile 15 Jul 2005 20:51:11 -0000 1.84
+++ Makefile 8 Aug 2005 17:12:54 -0000 1.85
@@ -353,6 +353,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 wctdm" | \
grep -v "post-install wctdm /sbin/ztcfg" > $(MODCONF) || true
if ! grep "options torisa" $(MODCONF); then \
echo "options torisa base=$(BASEADDR)" >> $(MODCONF); \
More information about the svn-commits
mailing list