[zaptel-commits] mattf: tag 1.4.10.1 r4209 - in /tags/1.4.10.1: .version ChangeLog Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu May 1 10:34:35 CDT 2008


Author: mattf
Date: Thu May  1 10:34:35 2008
New Revision: 4209

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4209
Log: (empty)

Removed:
    tags/1.4.10.1/.version
    tags/1.4.10.1/ChangeLog
Modified:
    tags/1.4.10.1/Makefile

Modified: tags/1.4.10.1/Makefile
URL: http://svn.digium.com/view/zaptel/tags/1.4.10.1/Makefile?view=diff&rev=4209&r1=4208&r2=4209
==============================================================================
--- tags/1.4.10.1/Makefile (original)
+++ tags/1.4.10.1/Makefile Thu May  1 10:34:35 2008
@@ -504,11 +504,11 @@
 		N=$$[$$N+1]; \
 	done
 else # DYNFS
-  ifneq (yes,$(UDEVRULES))
+  ifneq (yes,$(UDEVRULES)) #!UDEVRULES
+	@echo "**** Dynamic filesystem detected -- not creating device nodes"
+  else # UDEVRULES
 	install -d $(DESTDIR)/etc/udev/rules.d
 	build_tools/genudevrules > $(DESTDIR)/etc/udev/rules.d/zaptel.rules
-  else # !UDEVRULES
-	@echo "**** Dynamic filesystem detected -- not creating device nodes"
   endif
 endif
 




More information about the zaptel-commits mailing list