aboutsummaryrefslogtreecommitdiff
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/libexec/logout-manager/lm-helper3
-rw-r--r--src/usr/share/doc/logout-manager/README.md7
2 files changed, 2 insertions, 8 deletions
diff --git a/src/usr/libexec/logout-manager/lm-helper b/src/usr/libexec/logout-manager/lm-helper
index e791f28..6372827 100755
--- a/src/usr/libexec/logout-manager/lm-helper
+++ b/src/usr/libexec/logout-manager/lm-helper
@@ -1,6 +1,7 @@
#!/bin/sh
# Dependencies:
-# Devuan: wmctrl
+# Devuan: wmctrl sudo
+# el7: wmctrl sudo
case "${1}" in
help) # show this help screen
{
diff --git a/src/usr/share/doc/logout-manager/README.md b/src/usr/share/doc/logout-manager/README.md
index 7b8ed3d..cfc3843 100644
--- a/src/usr/share/doc/logout-manager/README.md
+++ b/src/usr/share/doc/logout-manager/README.md
@@ -36,12 +36,5 @@ This project is partially a programming playground for the [original author](htt
This whole thing is more complex than just logging out of my user session, and selecting a logout-type action from the display manager.
## Improve
-* add makefile
- * add the standard 'list' option
- * add a `list_dependencies` option or similar, which does the grep command
-
- grep -h -A5 -riIE dependencies * | awk 'tolower($0) ~ /devuan/ {$1="";$2="";print}' | sort | uniq | xargs
-
-* add libexec/ helper scripts for actually running commands
* add debian/ dir
* and dsc file
bgstack15