summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules7
2 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dd027aa0f..54b990457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+elogind (234.4-1+devuan1.2) experimental; urgency=medium
+
+ * debian/rules
+ - disable killing background processes on logout
+
+ -- Andreas Messer <andi@bastelmap.de> Sat, 20 Jan 2018 16:53:32 +0100
+
elogind (234.4-1+devuan1) experimental; urgency=medium
* Initial release.
diff --git a/debian/rules b/debian/rules
index f898bcbb5..d05913b4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,11 @@
# The options have been chooses as follows:
# - manually set pamlibdir because we'Re installing in /usr by default but
-# pam libs must go to /lib/*/security
+# pam libs must go to /lib/*/security, same for udev rules
+# - disable killing users processes by default. This is weird an unexpected
+# behavior
# - Disable lto because this makes the build fail with static library
-# warnings and with linking errors. (It seems taht instead of ar/ld
+# warnings and with linking errors. (It seems that instead of ar/ld
# gcc-ar and gcc should be used)
# - tests disabled beacuase some of the tests seem to require elogind running.
# Need to sort out which tests could be run
@@ -12,6 +14,7 @@
CONFFLAGS = \
--with-pamlibdir=/lib/$(DEB_HOST_MULTIARCH)/security \
--with-udevrulesdir=/lib/udev/rules.d \
+ --without-kill-user-processes \
--disable-lto \
--disable-tests