summaryrefslogtreecommitdiffstats
path: root/source/a/elogind/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/elogind/doinst.sh')
-rw-r--r--source/a/elogind/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/a/elogind/doinst.sh b/source/a/elogind/doinst.sh
index d920f6641..3f15bbd8d 100644
--- a/source/a/elogind/doinst.sh
+++ b/source/a/elogind/doinst.sh
@@ -28,22 +28,9 @@ preserve_perms() {
# Preserve permissions while moving into place:
preserve_perms etc/rc.d/rc.elogind.new
config etc/elogind/logind.conf.new
-config usr/share/polkit-1/rules.d/10-enable-session-power.rules.new
if pgrep -f elogind-daemon | grep -q 'elogind-daemon'; then
echo "Reloading elogind-daemon..."
pkill -HUP -f elogind-daemon
fi
-## Now taken care of in Slackware's /etc/rc.d/rc.M:
-##
-## Update rc.local so that elogind will be functional after boot:
-#if ! grep "rc.elogind" etc/rc.d/rc.local 1>/dev/null 2>/dev/null ; then
-# cat <<_EOM_ >> etc/rc.d/rc.local
-#
-#if [ -x /etc/rc.d/rc.elogind ]; then
-# # Create runtime for elogind (standalone logind extracted from systemd):
-# /etc/rc.d/rc.elogind start
-#fi
-#_EOM_
-#fi