icreate /dev/fd and /dev/std{in,out,err} as udev would have done it
authorBenedikt Boehm <hollow@gentoo.org>
Wed, 23 Sep 2009 14:15:49 +0000 (14:15 +0000)
committerBenedikt Boehm <hollow@gentoo.org>
Wed, 23 Sep 2009 14:15:49 +0000 (14:15 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2849 94cd875c-1c1d-0410-91d2-eb244daf1a30

distrib/defaults/devs

index f3916f6..3f10725 100644 (file)
@@ -5,5 +5,8 @@ random  c 1 8 644
 urandom c 1 9 644
 tty     c 5 0 666
 ptmx    c 5 2 666
-fd      l ../proc/self/fd 777
+fd      l /proc/self/fd 777
+stdin   l fd/0 777
+stdout  l fd/1 777
+stderr  l fd/2 777
 shm     d 1777