Subject: uuchk: /usr/libexec/uucp -> /usr/sbin
To: None <tech-userlevel@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-userlevel
Date: 12/03/2000 16:41:46
Unless there is a good reason why it is as now, I intend to apply this 
change:

RCS file: /cvsroot/gnusrc/gnu/libexec/uucp/uuchk/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile    1999/02/13 02:54:24     1.5
+++ Makefile    2000/11/24 20:39:44
@@ -2,7 +2,7 @@
 #
 # Makefile for uuchk
 
-BINDIR=                $(sbindir)
+BINDIR=                /usr/sbin
 BINOWN=                $(owner)
 
 PROG=          uuchk

(and corresponding distribution list changes).

sbindir is /usr/libexec/uucp (set by ../Makefile.inc).

My reason to make the change:
uuchk is not intended to be called by any other program; it is called
by the administrator to check the configuration.

(well, actually, a libexecdir should be defined, and used for uucico and
 friends, and sbindir defined as /usr/sbin. Would anybody insist on this?)

Regards,
	-is