mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Document how to use "sudo" instead of "su" in SU_CMD.
Approved by: pav
This commit is contained in:
parent
df49ab2405
commit
d9ca8800cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264220
@ -78,6 +78,8 @@ SETENV?= /usr/bin/env
|
||||
SH?= /bin/sh
|
||||
SORT?= /usr/bin/sort
|
||||
STRIP_CMD?= /usr/bin/strip
|
||||
# Command to run commands as privileged user
|
||||
# Example: "/usr/local/bin/sudo sh -c" to use "sudo" instead of "su"
|
||||
SU_CMD?= /usr/bin/su root -c
|
||||
SYSCTL?= /sbin/sysctl
|
||||
TAIL?= /usr/bin/tail
|
||||
|
Loading…
Reference in New Issue
Block a user