FS#32028 - [kdebase-workspace] Fix kdmrc for systemd

Attached to Project: Arch Linux
Opened by Cedric Bellegarde (gnumdk) - Wednesday, 17 October 2012, 13:29 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 17 October 2012, 16:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description:

When switching to a full systemd installation, there is no more shutdown command

/usr/share/config/kdm/kdmrc should be fixed to contain this:
HaltCmd=/usr/bin/systemctl poweroff
RebootCmd=/usr/bin/systemctl reboot
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Wednesday, 17 October 2012, 16:06 GMT
Reason for closing:  Deferred
Additional comments about closing:  We cannot force the dependence on systemd-sysvcompat, so just install it until we remove initscripts.
Comment by Allan McRae (Allan) - Wednesday, 17 October 2012, 13:38 GMT
That is what the systemd-sysvcompat package is for.
Comment by Cedric Bellegarde (gnumdk) - Wednesday, 17 October 2012, 13:42 GMT
Now that Arch switched to systemd, there is no reason to install systemd-sysvcompat...

Or you should make this package a dependency for kdebase-workspace but it sounds bad...
Comment by Dave Reisner (falconindy) - Wednesday, 17 October 2012, 16:01 GMT
> Now that Arch switched to systemd, there is no reason to install systemd-sysvcompat...
This is where you're wrong. As you've discovered, many programs still rely on commands like "reboot" existing.

Loading...