Changed the comment about umask 0' to say Don't restrict access to any

files.'; previously it said `Don't protect any files', which may have
implied that we think fascism is good.
This commit is contained in:
Joel N. Weber II 1997-11-26 17:29:10 +00:00
parent 8a3ba1aa06
commit ccd57f4d06

View file

@ -33,7 +33,7 @@ progname="$0"
### Print out each line we read, for debugging's sake.
### set -v
## Don't protect any files.
## Don't restrict access to any files.
umask 0
update=yes