=================================================================== RCS file: /cvs/openbsd/update_openbsd/upload_release,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/update_openbsd/upload_release 2013/01/03 03:29:10 1.10 +++ openbsd/update_openbsd/upload_release 2015/10/12 00:35:14 1.11 @@ -3,7 +3,7 @@ RSYNC=`which rsync` if [ $? != 0 ]; then - sudo pkg_add -i rsync + doas pkg_add -i rsync RSYNC=`which rsync` if [ $? != 0 ]; then echo RSYNC not installed!