Subject: Re: where is uucp?
To: Daniel Senderowicz <daniel@synchrods.synchrods.COM>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 11/14/1999 15:23:44
Daniel Senderowicz wrote:

> Hi fellows,
> 
> I just noticed that my newly installed 1.4.1 contains only the
> man pages for uucp. "uucico", "uucp.config" and other files
> (L.sys?) dont' seem to be where the man pages say. I also
> checked in the packages directory and nothing there. Does
> anybody know if the Taylor uucp had been compiled for the pmax?
> Thanks in advance.

Did you install the man.tgz set properly?  In the 1.4.1 release:

	balrog:~ 259> tar tvfz ~ftp/pub/NetBSD/NetBSD-1.4.1/pmax/binary/sets/man.tgz | grep uu
	-r--r--r-- root/wheel   340893 1999-07-16 14:36 ./usr/share/info/uucp.info
	-r--r--r-- root/wheel     7682 1999-07-16 14:31 ./usr/share/man/cat1/uucp.0
	-r--r--r-- root/wheel     2426 1999-07-16 07:30 ./usr/share/man/cat1/uudecode.0
	-r--r--r-- root/wheel        0 1999-07-16 07:30 ./usr/share/man/cat1/uuencode.0 link to ./usr/share/man/cat1/uudecode.0
	-r--r--r-- root/wheel    18113 1999-07-16 14:34 ./usr/share/man/cat1/uustat.0
	-r--r--r-- root/wheel    10155 1999-07-16 14:35 ./usr/share/man/cat1/uux.0
	-r--r--r-- root/wheel     3738 1999-07-16 07:30 ./usr/share/man/cat5/uuencode.0
	-r--r--r-- root/wheel    10203 1999-07-16 14:29 ./usr/share/man/cat8/uucico.0
	-r--r--r-- root/wheel      937 1999-07-16 04:49 ./usr/share/man/cat8/uucpd.0
	-r--r--r-- root/wheel        0 1999-07-16 04:37 ./usr/share/man/cat8/uugetty.0 link to ./usr/share/man/cat8/getty.0
	-r--r--r-- root/wheel     3531 1999-07-16 14:36 ./usr/share/man/cat8/uuxqt.0
	-r--r--r-- root/wheel     5465 1998-03-24 19:03 ./usr/share/man/man1/uucp.1
	-r--r--r-- root/wheel     3787 1999-03-23 05:16 ./usr/share/man/man1/uudecode.1
	-r--r--r-- root/wheel        0 1999-03-23 05:16 ./usr/share/man/man1/uuencode.1 link to ./usr/share/man/man1/uudecode.1
	-r--r--r-- root/wheel    12335 1998-03-24 19:03 ./usr/share/man/man1/uustat.1
	-r--r--r-- root/wheel     7385 1998-03-24 19:03 ./usr/share/man/man1/uux.1
	-r--r--r-- root/wheel     5320 1999-03-23 05:16 ./usr/share/man/man5/uuencode.5
	-r--r--r-- root/wheel     7079 1998-03-24 19:03 ./usr/share/man/man8/uucico.8
	-r--r--r-- root/wheel     2250 1998-11-18 03:32 ./usr/share/man/man8/uucpd.8
	-r--r--r-- root/wheel        0 1999-03-23 05:25 ./usr/share/man/man8/uugetty.8 link to ./usr/share/man/man8/getty.8
	-r--r--r-- root/wheel     2419 1998-03-24 19:03 ./usr/share/man/man8/uuxqt.8

There's no uucp.config or L.sys, but the above seems pretty complete
with what NetBSD is set up to compile - this matches what is in
/usr/src/distrib/sets/lists/man/mi.  For most FSF-type stuff the info
file probably has more info than the man pages (try "info uucp")...

Simon.