On Mon, Sep 18, 2000 at 08:18:39AM -0300, Mario Olimpio de Menezes wrote:
> On Sun, 17 Sep 2000, Michael S. Fischer wrote:
>
> > Can someone please tell me how to use the Debian packaging tools to
> > scan a system for changed files based on the md5sums contained in the
> > .debs?
>
> I've used a
On Sun, 17 Sep 2000, Michael S. Fischer wrote:
> Can someone please tell me how to use the Debian packaging tools to
> scan a system for changed files based on the md5sums contained in the
> .debs?
I've used a simple for bash, like this:
for F in `ls /var/lib/dpkg/info/*md5sums`; do md5sum -c $F
Can someone please tell me how to use the Debian packaging tools to
scan a system for changed files based on the md5sums contained in the
.debs?
I'm not on the list; please CC: me privately.
Thanks,
--
Michael S. Fischer <[EMAIL PROTECTED]>, AKA Otterley
Lead Hacketeer, Dynamine Consu
Richard Drisko wrote:
Check out "man md5sum"
Do a "locate sum|less" and you'll find all files containing "sum".
hth,
kent
>
> Hi,
>
> Awhile ago I remember seeing something to verify the MD5 sums of binaries in
> installed packages. I don't remember if it was a script or a package or
> what
I did a,
~$ apropos md5sums
debsums (1) - Check the md5sums of a package
debsums_gen (8) - Generate /var/lib/dpkg/info/*.md5sums for
packages lacking it
dh_md5sums (1) - generate DEBIAN/md5sums file
Looks like there is one that checks .debs it's in the debsums package.
I'm su
Hi,
Awhile ago I remember seeing something to verify the MD5 sums of binaries in
installed packages. I don't remember if it was a script or a package or
what but can somebody help me out I can't seem to find it at the moment.
Thanks
6 matches
Mail list logo