On Fri, Sep 19, 2008 at 12:00:27PM -0500, Bob Tanner wrote:
> Still working through getting a clean build of netrek-server on ubuntu.
> 
> I'm in  Vanilla/tools and below.
> 
> Vanilla/tools/Makefile.in:102
> 
> 	$(INSTALLPROG) $(INSTALLOPTS) ban $(DESTDIR)$(LIBDIR)/tools/ban
> 
> Ok, we install ban  into /some/path/tools/ban

	Correct.

> Vanilla/tools/admin/Makefile.in:
> 
> ADMINDIR= $(LIBDIR)/tools/admin
> 
> EXECS =	ban free kill quit reset
> 
> all: $(EXECS)
> 
> install: $(EXECS)
> 	mkdir -p $(DESTDIR)$(ADMINDIR)
> 	$(INSTALLPROG) $(INSTALLOPTS) $(EXECS) $(ADMINDIR)
> 
> -and- we install ban into /some/oath/tools/admin

	Also correct.

> Why?

	The first "ban" reference above is the ban admin executable
	that allows temporary banning, expiring bans, listing bans,
	dumping bans, etc.  This resides in $(DESTIDIR)/$(LIBDIR)/tools.

	The second reference above is the script that's called via
	the in-game "admin ban" command.  This script also appears
	to be deprecated and does not add the ban to the etc/ip/deny
	directory but continues to add it to the etc/banned file
	instead.

> Where should ban (and free, quit, reset) live?

	$(ADMINDIR)






							John

-- 
"I'm sorry but our engineers do not have phones."
As stated by a Network Solutions Customer Service representative when asked to
be put through to an engineer.

"My other computer is your windows box."
                                     Ralf Hildebrandt
<sxem> trying to play sturgeon while it's under attack is apparently not fun.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mailman.us.netrek.org/pipermail/netrek-dev/attachments/20080919/8f783d0e/attachment.pgp