diff options
author | B Stack <bgstack15@gmail.com> | 2020-03-11 08:34:06 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-03-11 08:34:06 -0400 |
commit | b278cce1e12a7ce9dcd49bfbab7cf2fa7e3b1d35 (patch) | |
tree | 8f9359b6f42d8541a4a4f2887319e5caae80b0dc /src/usr/share/doc | |
parent | add DRYRUN and bash_completion to lm-helper (diff) | |
download | logout-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.md | 7 |
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 |