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

> Sorry, my question wasn't clear. I was not concerned about the
> man pages but the actual executables and configuration files.
> Where are they?

For the executables, they should be in /usr/bin and /usr/libexec:

	balrog:~ 4541> tar tvfz ~ftp/pub/NetBSD/NetBSD-1.4.1/pmax/binary/sets/base.tgz | grep /uu
	drwxr-xr-x root/wheel        0 1999-07-15 14:47 ./etc/uucp
	-r-sr-xr-x uucp/wheel    146764 1999-07-16 14:31 ./usr/bin/uucp
	-r-xr-xr-x root/wheel     13820 1999-07-16 07:30 ./usr/bin/uudecode
	-r-xr-xr-x root/wheel      9700 1999-07-16 07:30 ./usr/bin/uuencode
	-r-xr-xr-x root/wheel     97036 1999-07-16 14:31 ./usr/bin/uulog
	-r-sr-xr-x uucp/wheel     62720 1999-07-16 14:32 ./usr/bin/uuname
	-r-xr-xr-x root/wheel    107816 1999-07-16 14:32 ./usr/bin/uupick
	-r-xr-xr-x root/wheel       323 1999-07-16 14:32 ./usr/bin/uusched
	-r-sr-xr-x uucp/wheel    159856 1999-07-16 14:34 ./usr/bin/uustat
	-r-xr-xr-x root/wheel       509 1999-07-16 14:34 ./usr/bin/uuto
	-r-sr-xr-x uucp/wheel    146688 1999-07-16 14:35 ./usr/bin/uux
	drwxr-xr-x root/wheel         0 1999-07-16 21:17 ./usr/libexec/uucp
	-r-xr-xr-x uucp/wheel    111328 1999-07-16 14:23 ./usr/libexec/uucp/uuchk
	-r-sr-xr-x uucp/wheel    366892 1999-07-16 14:29 ./usr/libexec/uucp/uucico
	-r-xr-xr-x uucp/wheel    115484 1999-07-16 14:30 ./usr/libexec/uucp/uuconv
	-r-sr-xr-x uucp/wheel    161896 1999-07-16 14:36 ./usr/libexec/uucp/uuxqt
	-r-xr-xr-x root/wheel     13924 1999-07-16 04:49 ./usr/libexec/uucpd
	-r-xr-xr-x root/wheel         0 1999-07-16 04:37 ./usr/libexec/uugetty link to ./usr/libexec/getty
	drwxr-xr-x uucp/daemon        0 1999-07-15 14:47 ./var/spool/uucp
	drwxrwxrwt uucp/daemon        0 1999-07-15 14:47 ./var/spool/uucppublic

As far as the config files - I've never used taylor uucp :-)  The
uucico manpage mentions:

	/etc/uucp/config - Configuration file.
	/etc/uucp/passwd - Default UUCP password file.

It sounds like there is no "default" uucp configuarition shipped with
NetBSD - the info document is probably a good place to start.

Simon.