This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: last package




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@sources.redhat.com:/cvs/cygwin-apps
$ cvs login
(Logging in to anoncvs@sources.redhat.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]