diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 02:26:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 02:26:40 +0000 |
commit | 68c5854cfeee94a53b0a62805647cf797fd6d272 (patch) | |
tree | 31015765e89db689b9510566a8266a46b1ecf685 /security | |
parent | a007ee79d6992e8c2ba08e82f05a89f28d2a8e9e (diff) | |
download | ports-68c5854cfeee94a53b0a62805647cf797fd6d272.tar.gz ports-68c5854cfeee94a53b0a62805647cf797fd6d272.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/chrootuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index ef055825b4bb..ccb139c814d9 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \ ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= truckman@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple wrapper that combines chroot(8) and su(1) into one program MAN8= chrootuid.8 |