diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /security/chrootuid | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) |
Notes
Diffstat (limited to 'security/chrootuid')
-rw-r--r-- | security/chrootuid/Makefile | 1 | ||||
-rw-r--r-- | security/chrootuid/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile index 22074809b1d3..33e4327620b7 100644 --- a/security/chrootuid/Makefile +++ b/security/chrootuid/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= truckman@FreeBSD.org +COMMENT= A simple wrapper that combines chroot(8) and su(1) into one program MAN8= chrootuid.8 diff --git a/security/chrootuid/pkg-comment b/security/chrootuid/pkg-comment deleted file mode 100644 index 49da61e47457..000000000000 --- a/security/chrootuid/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple wrapper that combines chroot(8) and su(1) into one program |