Upgrading the system
Before you do upgrade make sure to backup your data first. Upgrading
from RPM is quite easy. First stop the system:
-
/etc/rc.d/init.d/lancelotd stop
Remove installed RPM:
-
rpm -e percival
this will not remove your configuration and data. You will see some
messages about directory not being empty. Install new RPM:
-
rpm -ihv precival-1-1.x.i386.rpm
Rebuild configuration database:
-
kompile
Restart the system:
-
/etc/rc.d/init.d/lancelotd stop
/etc/rc.d/init.d/lancelotd start
Thats all.