Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C467555.2000304@ece.gatech.edu> Date: Thu, 17 Jan 2002 01:55:17 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: Re: last package References: <911C684A29ACD311921800508B7293BA037D2A1C AT cnmail> <3C447EA5 DOT 4030509 AT ece DOT gatech DOT edu> <20020115192005 DOT GD21623 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > > I've just added you to the cygwin-apps group on sources.redhat.com: > > cvs -d :ext:sources.redhat.com:/cvs/cygwin-apps co . > > Feel free to add a cygutils directory. Okay -- I've added it and imported v0.9.7. Also, I've added Mark's last implementation and the supporting autotools changes so that last builds within cygutils. There is a licensing problem with Mark's changes to utmpdump so we're still waiting on that and his killall implementation. Mark -- to see the diff, do the following: $ export CVSROOT=:pserver:anoncvs AT sources DOT redhat DOT com:/cvs/cygwin-apps $ cvs login (Logging in to anoncvs AT sources DOT redhat DOT com) CVS password: anoncvs $ cvs co cygutils $ cd cygutils $ cvs diff -r v0_9_7 > my_patch Warning: Remote host denied X11 forwarding. cvs server: Diffing . cvs server: tag v0_9_7 is not in file bootstrap cvs server: Diffing licenses cvs server: Diffing src-bsd cvs server: Diffing src-gpl cvs server: tag v0_9_7 is not in file src-gpl/last.1 cvs server: tag v0_9_7 is not in file src-gpl/last.c cvs server: tag v0_9_7 is not in file src-gpl/lastb.1 cvs server: tag v0_9_7 is not in file src-gpl/oldutmp.h cvs server: Diffing src-pd Translation: I added the last.1, lastb.1, last.c and oldutmp.h files to the src-gpl subdirectory. I made additional changes to: AUTHORS (added Mark) ChangeLog (always a good idea...) PROGLIST (added last) README (mentioned last) src/Makefile.am (!!!! This is the biggie !!!!) src/Makefile.in (running bootstrap regenerates this based on the Makefile.am changes) That's the kind of thing that I'd expect as a large "add a new program to cygutils" patch. --Chuck