]> git.pld-linux.org Git - packages/dev.git/commitdiff
- partialy reverted changes with tun devices (was added before). dev-2_8_0-20
authorkloczek <kloczek@pld-linux.org>
Mon, 13 May 2002 21:08:22 +0000 (21:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.96

dev.spec

index 47678dee6c2908c244d6b30c59e6d40a64bbeb4c..e6fe87920ac949cdd0f3aa8876291e9732fe5970 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -278,16 +278,10 @@ mknode svga2 c 209 2
 mknode svga3 c 209 3
 mknode svga4 c 209 4
 
-# TUN/TAP devices
-mknode tun0 c 90 0
-mknode tun1 c 90 1
-mknode tun2 c 90 2
-mknode tun3 c 90 3
-
 # ipsec character device
 mknode ipsec c 36 10
 
-# tun device
+# TUN/TAP devices
 for i in 0 1 2 3 4 5 6 7 8 9; do
        mknode tun$i c 90 $i
 done
@@ -553,7 +547,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(600,root,root) /dev/tlk*
 %ifarch %{ix86}
 %attr(666,root,root) /dev/toshiba
-%attr(600,root,root) /dev/tun*
 %dir /dev/cpu
 %attr(666,root,root) /dev/cpu/microcode
 %endif
@@ -599,7 +592,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(666,root,tty) /dev/ttyx*
 %attr(666,root,tty) /dev/ttyy*
 %attr(666,root,tty) /dev/ttyz*
-%attr(666,root,root) /dev/tun*
+%attr(600,root,root) /dev/tun*
 
 #u#
 %attr(644,root,root) /dev/urandom
This page took 0.044854 seconds and 4 git commands to generate.