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
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
2 matches
Mail list logo