From 8fa73f8e56e32bccc292035d06159117065c993f Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Wed, 13 Mar 2024 20:42:37 -0400 Subject: [PATCH] Some changes --- config-sys.ksh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/config-sys.ksh b/config-sys.ksh index 9cfe124..dd6a242 100755 --- a/config-sys.ksh +++ b/config-sys.ksh @@ -27,17 +27,6 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -echo -n "User in wheel group: " -read $user - -# Enable the power manager and start it at boot. Have it adjust automatically -# adjust to power needs. Put the computer in suspend (deep sleep) state when -# 15% of the battery is left - -rcctl enable apmd -rcctl set apmd flags -A -z 15 -rcctl start apmd - # Set max the processes, max threads, maxfiles, and turn on audio and camera # recording @@ -58,19 +47,10 @@ echo "keyboard.bell.volume=0" >> /etc/wsconsctl.conf echo "keyboard.encoding=us.metaesc" >> /etc/wsconsctl.conf #echo "mouse.tp.tapping=1" >> /etc/wsconsctl.conf -# Add the user to the operator and staff group - -#usermod -G operator $user -#usermod -G staff $user - # Set LC_CTYPE for Mosh echo "export LC_CTYPE=en_US.UTF-8" >> /home/$user/.profile -# Allow users in the wheel group to use doas - -echo "permit :wheel" >> /etc/doas.conf - # Enable SSH at boot #rcctl enable sshd