diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-05 15:33:13 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-05 15:34:09 -0400 |
commit | 3c6d0bf3fd3ebce3a248a627383737e69a700317 (patch) | |
tree | 1e595a8b1fba7ae58f7c594179063abf16601502 /src/usr/bin | |
parent | initial commit (diff) | |
download | stackrpms-acer-chromebook-3c6d0bf3fd3ebce3a248a627383737e69a700317.tar.gz stackrpms-acer-chromebook-3c6d0bf3fd3ebce3a248a627383737e69a700317.tar.bz2 stackrpms-acer-chromebook-3c6d0bf3fd3ebce3a248a627383737e69a700317.zip |
add man pages
Diffstat (limited to 'src/usr/bin')
-rwxr-xr-x | src/usr/bin/hwset-thinkpad-p50s | 2 | ||||
-rwxr-xr-x | src/usr/bin/netmounts-trayicon | 2 | ||||
-rwxr-xr-x | src/usr/bin/vpn-trayicon | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/bin/hwset-thinkpad-p50s b/src/usr/bin/hwset-thinkpad-p50s index 06dae21..12e7c14 100755 --- a/src/usr/bin/hwset-thinkpad-p50s +++ b/src/usr/bin/hwset-thinkpad-p50s @@ -17,7 +17,7 @@ # Improve: # Provide better 'screen 0' detection. Right now it is hard-coded to use display LVDS. # Dependencies: -# devuan-req: bgscripts-core +# dep-devuan: bgscripts-core fiversion="2017-11-10a" hwsetversion="2022-11-03a" # for Thinkpad P50s diff --git a/src/usr/bin/netmounts-trayicon b/src/usr/bin/netmounts-trayicon index 932dcf1..72bf020 100755 --- a/src/usr/bin/netmounts-trayicon +++ b/src/usr/bin/netmounts-trayicon @@ -15,7 +15,7 @@ # Improve: # Documentation: # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_netmounts_trayicon() { { test -e "${netmounts_trayicon}" && echo "q" > "${netmounts_trayicon}" ; } 1>/dev/null 2>&1 & diff --git a/src/usr/bin/vpn-trayicon b/src/usr/bin/vpn-trayicon index 224e5cc..ecae2de 100755 --- a/src/usr/bin/vpn-trayicon +++ b/src/usr/bin/vpn-trayicon @@ -16,7 +16,7 @@ # Documentation: # for some stupid reason sudo /usr/local/bin/vpn-on doesn't work, so I just use the real commands here. # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_vpn_trayicon() { { test -e "${vpn_trayicon}" && echo "q" > "${vpn_trayicon}" ; } 1>/dev/null 2>&1 & |