Skip to content

Commit bcd3794

Browse files
committed
aur-build.1: update sudoers rule
1 parent df8159d commit bcd3794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man1/aur-build.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ New users may be created with
437437
as follows:
438438
.PP
439439
.EX
440-
# useradd build \-\-system \-\-home\-dir /var/cache/aurbuild \-\-create\-home
440+
# useradd aurbuild \-\-system \-\-home\-dir /var/cache/aurbuild \-\-create\-home
441441
.EE
442442
.PP
443443
Because dependency resolution is not replicated and left to
@@ -457,7 +457,7 @@ For example, create the
457457
file with the following contents:
458458
.PP
459459
.EX
460-
aurbuild ALL = (root) NOPASSWD: /usr/bin/pacman, /usr/bin/pacsync
460+
aurbuild ALL = (root) NOPASSWD: /usr/bin/pacman, /usr/lib/aurutils/aur-build--sync
461461
.EE
462462
.PP
463463
The following
@@ -466,7 +466,7 @@ options require root access:
466466
.BR \-\-syncdeps ,
467467
.BR \-\-rmdeps ,
468468
.BR \-\-chroot .
469-
Root access are also required for
469+
Root access is also required for
470470
.BR pacsync (1)
471471
and
472472
.BR "pacman \-S" ,

0 commit comments

Comments
 (0)