|
Firewalls (February 1994) |
> >The hard part is the last sentence. How do I tell lpd to look for two > >UNIX domain sockets (/dev/printer and /chroot_dir/dev/printer)? > > Make the real one /chroot_dir/dev/printer, and symbolic link /dev/printer > to it. Or am I missing something obvious? > > Barney Wolff <barney @ databus . com> > Make a directory /chroot_dir/dev/printer. Then: mount -t nfs localhost:/dev/printer /chroot_dir/dev/printer Problem solved, they're the same file.
|