View Single Post
emjayes's Avatar
Posts: 121 | Thanked: 163 times | Joined on Feb 2008 @ Oulu, Finland
#325
What service is still running?
Uninstalling should have removed the sliderotate service.

Code:
apt-get install --reinstall mce
will give you the pristine mce.ini

or just extract the deb with:
Code:
dpkg -x /var/cache/apt/archives/mce_1.7.20_armel.deb /tmp
and copy the file:
Code:
cp /tmp/etc/mce/mce.ini /etc/mce

Last edited by emjayes; 2008-10-07 at 06:29.