aboutsummaryrefslogtreecommitdiff
path: root/src/usr/share/doc
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-11 08:34:06 -0400
committerB Stack <bgstack15@gmail.com>2020-03-11 08:34:06 -0400
commitb278cce1e12a7ce9dcd49bfbab7cf2fa7e3b1d35 (patch)
tree8f9359b6f42d8541a4a4f2887319e5caae80b0dc /src/usr/share/doc
parentadd DRYRUN and bash_completion to lm-helper (diff)
downloadlogout-manager-b278cce1e12a7ce9dcd49bfbab7cf2fa7e3b1d35.tar.gz
logout-manager-b278cce1e12a7ce9dcd49bfbab7cf2fa7e3b1d35.tar.bz2
logout-manager-b278cce1e12a7ce9dcd49bfbab7cf2fa7e3b1d35.zip
add usage of sudo
Diffstat (limited to 'src/usr/share/doc')
-rw-r--r--src/usr/share/doc/logout-manager/README.md7
1 files changed, 0 insertions, 7 deletions
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