From 3c6d0bf3fd3ebce3a248a627383737e69a700317 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 5 Nov 2022 15:33:13 -0400 Subject: add man pages --- src/usr/bin/vpn-trayicon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/bin/vpn-trayicon') 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 & -- cgit