[Pkg-vsquare-changes] r245 - vde2/trunk/debian

Filippo Giunchedi filippo at alioth.debian.org
Sat Jul 3 16:24:48 UTC 2010


Author: filippo
Date: 2010-07-03 16:24:45 +0000 (Sat, 03 Jul 2010)
New Revision: 245

Modified:
   vde2/trunk/debian/vde2.postinst
Log:
switch to /dev/MAKEDEV in postinst

Modified: vde2/trunk/debian/vde2.postinst
===================================================================
--- vde2/trunk/debian/vde2.postinst	2010-07-03 16:14:44 UTC (rev 244)
+++ vde2/trunk/debian/vde2.postinst	2010-07-03 16:24:45 UTC (rev 245)
@@ -16,8 +16,8 @@
         chmod 2770 /var/run/vde2
     fi
 
-    if [ ! -e /dev/.devfsd ] && [ ! -e /dev/net/tun ] && [ -x /sbin/MAKEDEV ]; then
-        (cd /dev && /sbin/MAKEDEV tun)
+    if [ ! -e /dev/.devfsd ] && [ ! -e /dev/net/tun ] && [ -x /dev/MAKEDEV ]; then
+        (cd /dev && ./MAKEDEV tun)
     fi
 fi
 




More information about the Pkg-vsquare-changes mailing list