Re: recording package transactions

2004-09-28 Thread Kevin Mark
On Tue, Sep 28, 2004 at 09:11:04AM +0200, Lukas Ruf wrote: > > Kevin Mark <[EMAIL PROTECTED]> [2004-09-28 08:13]: > > > > for a while people have wanted a way to keep track of apt's actions. > > I do: > > Of course, files could be deleted but I do not. > Hi Lukas, this makes a list of the packa

Re: recording package transactions

2004-09-28 Thread Lukas Ruf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Kevin Mark <[EMAIL PROTECTED]> [2004-09-28 08:13]: > > for a while people have wanted a way to keep track of apt's actions. I do: - -- BEGIN #!/bin/sh DATE="`date +%Y%m%d-%H%M`" LOG="debian.packages" VAR="-V" if [ "`hostname`" = "uccel

recording package transactions

2004-09-27 Thread Kevin Mark
Hi Debianistas, for a while people have wanted a way to keep track of apt's actions. I started a trial of an idea of mine. I did: cp /usr/bin/dpkg /usr/bin/dpkg.real vi dpkg deleted all of the lines and made this in its place: - #!/bin/sh echo "$(date) dpkg $@" >> /var/log