Re: devfs symlink over device doesn't work

2007-06-26 Thread Stef Walter
Stef Walter wrote: > After deleting a device in devfs, any symlink placed over it results in > ENOENT. > > I'd like to fix this behavior. Or is there a reason for it that I'm not > seeing? Filed a bug report with a patch that solves the issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=114057 C

devfs symlink over device doesn't work

2007-06-26 Thread Stef Walter
After deleting a device in devfs, any symlink placed over it results in ENOENT. # cd /dev # rm console # touch /var/log/console # ln -s /var/log/console console # ls -l console ls: console: No such file or directory I'd like to fix this behavior. Or is there a reason for it that I'm n