sysfiles.sh (644B)
1 #!/bin/sh 2 src="$HOME/src/src/s0/sysfiles" 3 4 doas install -o root -g bin -m 444 "$src/Xresources" "/etc/X11/xenodm/Xresources" 5 doas install -o root -g wheel -m 440 "$src/smtpd.conf" "/etc/mail/smtpd.conf" 6 doas install -o root -g wheel -m 600 "$src/pf.conf" "/etc/pf.conf" 7 doas install -o root -g wheel -m 640 "$src/doas.conf" "/etc/doas.conf" 8 doas install -o root -g wheel -m 644 "$src/daily.local" "/etc/daily.local" 9 doas install -o root -g wheel -m 644 "$src/httpd.conf" "/etc/httpd.conf" 10 doas install -o root -g wheel -m 644 "$src/unwind.conf" "/etc/unwind.conf" 11 doas install -o root -g wheel -m 755 "$src/Xsetup_0" "/etc/X11/xenodm/Xsetup_0"