Page 1 of 1

Access to original configuration files...

Posted: 04 May 2007, 16:35
by dsp76
Hi,
a suggestion: Maybe there is already a way to do it, but it would be nice, if there is a way to access the original Bubba configuration files to compare with the own system in case of any failure. Could this be provided at the Excito webpage?

dsp

Posted: 10 May 2007, 01:46
by tor
Hi dsp76,

An "easy" way to do this is to unpack the bubba package and look at them there.

It can be done fx by running:

Code: Select all

dpkg -X bubba-0.31.4-1.deb destdir
Where destdir is the destination on where it is unpacked. You will get the complete contents of the package here as it would have been installed on the system.

You can find a cached version of the bubba package in /var/cache/apt/archives/ if you have it installed. Otherwise you can download it from the repo.

/Tor