Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=2ac521037f77a5c9f8ba8a75fc3c789ab0fb2ae1
commit 2ac521037f77a5c9f8ba8a75fc3c789ab0fb2ae1 Author: James Buren <[email protected]> Date: Fri Jun 8 23:26:13 2012 -0500 upgrade.txt: add info about sysvinit deprecation diff --git a/docs/upgrade.txt b/docs/upgrade.txt index 7218422..bf6a4c9 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -244,6 +244,20 @@ After a complete upgrade, you should clean up the leftovers from GRUB1. rm -f /boot/grub/{*_stage1_5,menu.lst,stage1,stage2,message,default} ---- +== sysvinit deprecation + +All known occurrences of sysvinit units (`rc.*` files) have been replaced by +systemd units. Thus, all sysvinit units you may have had enabled are now +disabled. Please enable the replacement systemd unit and reconfigure it if +the sysconfig it was using has a a `*.pacnew` file. + +You can enable a systemd unit with this command, replacing `foo` with the +proper service name, and also as root: + +---- +systemctl enable foo.service +---- + == The reboot Since the kernel is upgraded, too, you have to reboot your machine. _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
