diff options
author | 2011-10-21 17:28:34 +0000 | |
---|---|---|
committer | 2011-10-21 17:28:34 +0000 | |
commit | 402af0bd35630a27488de237245c66e7138124c1 (patch) | |
tree | abb75e5e5fdf2d297a8bf92269d9d292c64d0216 /share/man/man5 | |
parent | add elf to properties (diff) | |
download | wireguard-openbsd-402af0bd35630a27488de237245c66e7138124c1.tar.xz wireguard-openbsd-402af0bd35630a27488de237245c66e7138124c1.zip |
CHOWN/CHMOD are dead
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index a1480001b64..a245f1791ec 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.292 2011/10/21 17:27:00 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.293 2011/10/21 17:28:34 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2381,6 +2381,18 @@ Base location where packages suitable for a CD-ROM (see PERMIT_PACKAGE_CDROM) will be placed. Now hardwired to .Pa ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cdrom . +.It Ev CHMOD +Full path to +.Xr chmod 1 , +use +.Xr chmod 1 +directly. +.It Ev CHOWN +Full path to +.Xr chmod 1 , +use +.Xr chmod 1 +directly. .It Ev COMMENT Used to be the name of the comment file for a package. It now holds the comment itself. |