]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Document how to use sudo for SU_CMD
authorMateusz Piotrowski <0mp@FreeBSD.org>
Sun, 1 Nov 2020 17:27:48 +0000 (17:27 +0000)
committerMateusz Piotrowski <0mp@FreeBSD.org>
Sun, 1 Nov 2020 17:27:48 +0000 (17:27 +0000)
commit76d2af50b5e02561643edcbb3992f43c6285f5b7
tree6dc04b8f769d01db9ac8ad54a0460c4946c7fd45
parent1fbbe9dbf5812c79164136d6bdda59be1370f969
Document how to use sudo for SU_CMD

It is rather common for the ports users to replace su(1) with sudo(8)
within the SU_CMD variable. Let's document it in the manual page (so far
it's been hidden in a comment within bsd.commands.mk).

MFC after: 2 weeks
share/man/man7/ports.7