diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index b38fac0..bc8565a 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -6,7 +6,7 @@ gitdir=$1 ## # main -umask u=rwX,g=rX,o=rX +umask u=rwX,g=rX,o= if [ -e "${gitdir}/.git" ]; then set -x cd "${gitdir}" diff --git a/libexec/portzap/portzap-setup b/libexec/portzap/portzap-setup index 04b6516..9e75eb8 100755 --- a/libexec/portzap/portzap-setup +++ b/libexec/portzap/portzap-setup @@ -18,5 +18,5 @@ fi if ! grep -F "${conf}" "${doas}" > /dev/null 2>&1; then echo "${conf}" >> "${doas}" - echo "[ok] update ${doas}" + echo "[ok] modify ${doas}" fi