Added explanation of what vidoas does to the top of the script.

This commit is contained in:
Jesse Smith 2020-08-07 18:42:52 -03:00
parent 0d53f98938
commit 08872e70c9

4
vidoas
View file

@ -1,5 +1,9 @@
#!/bin/sh
# This script edits a temporary copy of the doas.conf file and
# automatically checks it for syntax errors before installing
# the new copy of doas.conf.
tmpdoas=/tmp/doas.conf
installeddoas=/usr/local/etc/doas.conf
defaulteditor=/usr/bin/vi