summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-06 15:36:11 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-06 15:36:11 -0500
commit041ad4db33c6b8e43ca615bfe785b58c68b38804 (patch)
tree276f197713b635e4d7b82c51d3600ee82bad62fb /src
parentadd man pages (diff)
downloadstackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.tar.gz
stackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.tar.bz2
stackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.zip
add debian/
Diffstat (limited to 'src')
-rw-r--r--src/usr/share/doc/stackrpms-thinkpad-p50s/README.md14
-rw-r--r--src/usr/share/man/man1/netmounts-off.1.txt2
-rw-r--r--src/usr/share/man/man1/netmounts-on.1.txt2
-rw-r--r--src/usr/share/man/man1/netmounts-trayicon.1.txt2
-rw-r--r--src/usr/share/man/man1/vpn-off.1.txt2
-rw-r--r--src/usr/share/man/man1/vpn-on.1.txt2
-rw-r--r--src/usr/share/man/man1/vpn-trayicon.1.txt2
7 files changed, 20 insertions, 6 deletions
diff --git a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
index b31326b..86efb14 100644
--- a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
+++ b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
@@ -35,3 +35,17 @@ Some configurations include:
# Using
Install this package, and symlink the fluxbox config files as seen above. Optionally, install those in the /etc/skel path for `.fluxbox/`.
+
+# Success criteria
+This project will be considered stable when the following are met:
+
+* F1 Toggle audio mute button works
+* F2, F3 Volume up/down buttons work
+* F5, F6 Screen brightness up/down buttons work
+* F8 toggle wireless network button works
+* Calculator button initiates the context menu
+
+# Building
+
+ cd /mnt/public/Support/Platforms/ ; rm -f stackrpms-thinkpad-p50s-0.0.1.tar.gz ; tar -zcf stackrpms-thinkpad-p50s-0.0.1.tar.gz --exclude debian --exclude .git --exclude '.*.swp' stackrpms-thinkpad-p50s ; cd stackrpms-thinkpad-p50s/
+ debuild -us -uc
diff --git a/src/usr/share/man/man1/netmounts-off.1.txt b/src/usr/share/man/man1/netmounts-off.1.txt
index 372f693..e198013 100644
--- a/src/usr/share/man/man1/netmounts-off.1.txt
+++ b/src/usr/share/man/man1/netmounts-off.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- netmounts-off
+ netmounts-off - unmount all nfs mounts
SYNOPSIS
netmounts-off
OPTIONS
diff --git a/src/usr/share/man/man1/netmounts-on.1.txt b/src/usr/share/man/man1/netmounts-on.1.txt
index a6839d9..0095f34 100644
--- a/src/usr/share/man/man1/netmounts-on.1.txt
+++ b/src/usr/share/man/man1/netmounts-on.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- netmounts-on
+ netmounts-on - mount all defined nfs mounts
SYNOPSIS
netmounts-on
OPTIONS
diff --git a/src/usr/share/man/man1/netmounts-trayicon.1.txt b/src/usr/share/man/man1/netmounts-trayicon.1.txt
index 0a2f98f..0d6ff00 100644
--- a/src/usr/share/man/man1/netmounts-trayicon.1.txt
+++ b/src/usr/share/man/man1/netmounts-trayicon.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- netmounts-trayicon
+ netmounts-trayicon - display status of all nfs mounts in aggregate in system tray
SYNOPSIS
netmounts-trayicon
OPTIONS
diff --git a/src/usr/share/man/man1/vpn-off.1.txt b/src/usr/share/man/man1/vpn-off.1.txt
index 5a916bc..cb80c8d 100644
--- a/src/usr/share/man/man1/vpn-off.1.txt
+++ b/src/usr/share/man/man1/vpn-off.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- vpn-off
+ vpn-off - disable wireguard wg0 nic
SYNOPSIS
vpn-off
OPTIONS
diff --git a/src/usr/share/man/man1/vpn-on.1.txt b/src/usr/share/man/man1/vpn-on.1.txt
index 3906749..f32ff9a 100644
--- a/src/usr/share/man/man1/vpn-on.1.txt
+++ b/src/usr/share/man/man1/vpn-on.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- vpn-on
+ vpn-on - enable wireguard wg0 nic
SYNOPSIS
vpn-on
OPTIONS
diff --git a/src/usr/share/man/man1/vpn-trayicon.1.txt b/src/usr/share/man/man1/vpn-trayicon.1.txt
index 933c007..2e59127 100644
--- a/src/usr/share/man/man1/vpn-trayicon.1.txt
+++ b/src/usr/share/man/man1/vpn-trayicon.1.txt
@@ -5,7 +5,7 @@ volume General Commands Manual
date November 2022
=====
NAME
- vpn-trayicon
+ vpn-trayicon - display status of wireguard vpn in system tray
SYNOPSIS
vpn-trayicon
OPTIONS
bgstack15