checking install

Scott plug-discuss@lists.plug.phoenix.az.us
Thu, 14 Nov 2002 18:36:45 -0700 (MST)


I have used the following to fix "broken" perms on a RH system:

for packages in `rpm -qa`
do
  rpm --setperms $packages
  rpm --setugids $packages
done

perhaps debians package manager has similar functionality.

scott


On Thu, 14 Nov 2002, Bill Earl wrote:

> Yeah, but I had to have tripwire installed and checking before the files got
> hosed :).
> 
> Yep, the current stable version doesn't include the time travel option that
> we all need from time to time.  ;)
> 
> Bill
> 
> 
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> 

-- 
NT makes anything simple, easy, and anything difficult to do, impossible.
Unix makes anything easy to do difficult, and anything difficult to do,
possible.  Basically, if your VCR is still flashing "12:00" then unix is not
for you!