1
0
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:
Max Khon 2010-11-08 04:47:44 +00:00
parent df49ab2405
commit d9ca8800cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264220

View File

@ -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