aboutsummaryrefslogtreecommitdiffstats
path: root/run_nldev
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-05-19 10:02:21 +0200
committerChristoph Lohmann <20h@r-36.net>2012-05-19 10:02:21 +0200
commitdb64d569025530b743e4d2140fc10e0431ae0815 (patch)
treea2604bd495f51ad94d263c35f188ab0ae98613e4 /run_nldev
parent7b9e5ae8574e3964f83084d647be6d6b00c04761 (diff)
downloadnldev-db64d569025530b743e4d2140fc10e0431ae0815.tar.bz2
nldev-db64d569025530b743e4d2140fc10e0431ae0815.tar.xz
devinput and /dev/fd are now correctly created.
Diffstat (limited to 'run_nldev')
-rwxr-xr-xrun_nldev2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_nldev b/run_nldev
index b8161bd..683c443 100755
--- a/run_nldev
+++ b/run_nldev
@@ -3,7 +3,7 @@
if [ -e /proc/self/fd ];
then
rm -f /dev/fd 2>/dev/null
- ln -s /proc/self/fd /dev/fd
+ ln -sf /proc/self/fd /dev/fd
fi
/bin/nldev -kd 2>&1 | logger -p daemon.notice -t nldev