Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA25440; Fri, 15 Mar 96 19:54:09 EST
Received: from cygnus.com by MIT.EDU with SMTP
	id AA02352; Fri, 15 Mar 96 19:53:22 EST
Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id QAA25948; Fri, 15 Mar 1996 16:52:49 -0800
Received: from scuba.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA19746; Fri, 15 Mar 96 19:51:30 EST
Message-Id: <9603160051.AA19746@tweedledumb.cygnus.com>
Received: by scuba.cygnus.com
	(1.39.111.2/16.2) id AA296397612; Fri, 15 Mar 1996 19:53:32 -0500
Date: Fri, 15 Mar 1996 19:53:32 -0500
From: "Mark W. Eichin" <eichin@cygnus.com>
To: proven@MIT.EDU
Cc: proven@cygnus.com, nlgilman@cygnus.com
In-Reply-To: <9603152226.AA16507@yaz-pistachio.MIT.EDU> (message from
	Christopher Provenzano on Fri, 15 Mar 1996 17:26:04 EST)
Subject: Re: what to start on


>    DESTDIR=... is useless. The DESTDIR is prefixed to whatever the current
>    install dir is (currently /usr/cygnus/cns5-96q1/). It does not override it.

Right. By default, "make install" puts it where it belongs. DESTDIR
must be absolute, unless you want to fix that... normally I use "mkdir
inst; make install DESTDIR=`pwd`/inst; tar czf bin.tgz -C inst usr/cygnus"
to build a kit.

>    The makefile for send-pr needs to create the destination directories
>    lib/emacs/lisp and lib/prms/cygnus, before trying to install stuff

There's a top level Makefile hack to do that, which just needs to be
extended.

>    Also no krlogind was installed but a klogind was and no kshd was
>    installed but a kshd was. I point this out because /etc/inetd.conf
>    tends to point to the former names.

Yeah, the names just changed; you should read the last month's worth
of cvs log entries from the discuss meeting, if you haven't been
keeping up...

> On dumber the server as root (it didn't matter which was what, I got the 
> same result)
>	kshd -D 10000

Does -D *only* change the port, or do more than that? I'd add
"testkshd" to /etc/services and then a testkshd entry in inetd.conf...
