On 2007/10/10 15:40, Predrag Punosevac wrote: > Normally in FreeBSD I would do that either by chmod for /dev/lpt0 device > node or by editing /etc/devfs.conf with the line perm /dev/lpt0 0666. > > In OpenBSD I did it with a chmod command but I have not noticed that there > is anything equivalent to /etc/devfs.conf file in FreeBSD. Is there are > equivalent an equivalent file or the things are just different?
OpenBSD doesn't use devfs (a filesystem dynamically created from the devices on the system), it just uses device nodes in a normal FFS partition created by the MAKEDEV script. > Also I noticed that TeXLive is listed (there is an unofficial port list) but > not in packages? Could somebody tell me if it is going to be included in > 4.2. TeXLive is post-4.2, there are a bunch of packages depending on TeX and it was too close to release to change them over and test properly. It's in -current now, though.

