Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Adam Rykala on October 15, 2001, 07:50:24 PM

Title: Problem thats probably really simple
Post by: Adam Rykala on October 15, 2001, 07:50:24 PM
There's an RPM to alter the webpage icon depending on whether the dialup is up or down......

Anyway it didn't work on mine and I uninstalled it. Its now left the wrong graphics in place for server-manager

Any clues how I restore them? What RPM?

Adam
Title: Re: Problem thats probably really simple
Post by: Chris O'Donovan on October 16, 2001, 03:33:42 AM
You should say which package you installed or what version of e-smith you are using.

If you type

rpm -qpl package.name.rpm

you will get a listing of the files provided by that package.

Then if you type

rpm -qf missing.file

you will find out which package provided the original file. You can find out what file is missing by right clicking on the broken image in your browser. You should be able to work out which directory it is in by the listing from the first command.

Chris