head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	chrootuid_1_2:1.1.1.1
	TRUCKMAN:1.1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2007.03.04.02.26.40;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2004.03.18.02.10.58;	author truckman;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.10.39;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2002.06.23.22.48.23;	author truckman;	state Exp;
branches;
next	1.4;

1.4
date	2000.12.09.05.39.26;	author will;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.10.04.43.51;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.29.28;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	99.12.09.10.37.37;	author truckman;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.12.09.10.37.37;	author truckman;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	chrootuid
# Date created:				12 Dec 1999
# Whom:					truckman
#
# $FreeBSD: head/security/chrootuid/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	chrootuid
PORTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.porcupine.org/pub/security/ \
		ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A simple wrapper that combines chroot(8) and su(1) into  one  program

MAN8=		chrootuid.8

do-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/chrootuid_license ${DOCSDIR}
.endif
	${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/
	${INSTALL_MAN} ${WRKSRC}/chrootuid.1 ${PREFIX}/man/man8/${MAN8}

.include <bsd.port.mk>
@


1.8
log
@truckman@@ has had his port bit taken for safekeeping, therefore, return
this port to the pool.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Use DOCSDIR macro.

Install documents in DOCSDIR with INSTALL_DATA instead of INSTALL_MAN.

Simplify executable and man page installation.
@
text
@d15 1
a15 1
MAINTAINER=	truckman@@FreeBSD.org
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d22 3
a24 3
	@@${MKDIR} ${PREFIX}/share/doc/chrootuid
	${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/chrootuid
	${INSTALL_MAN} ${WRKSRC}/chrootuid_license ${PREFIX}/share/doc/chrootuid
d26 2
a27 3
	${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/chrootuid
	${CP} ${WRKSRC}/chrootuid.1 ${WRKSRC}/chrootuid.8
	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
@


1.5
log
@Upgrade to version 1.3.
@
text
@d16 1
@


1.4
log
@Fix broken link to coast.cs -> ftp.cerias.

Submitted by:	Brian Poole <rajak@@cerias.purdue.edu> (ftp.cerias admin)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/chrootuid/Makefile,v 1.3 2000/04/10 04:43:51 cpiazza Exp $
d9 1
a9 1
PORTVERSION=	1.2
a13 1
EXTRACT_SUFX=	.shar.Z
a16 7
BUILD_DEPENDS=	gunshar:${PORTSDIR}/archivers/gshar+gunshar

EXTRACT_CMD=	uncompress
EXTRACT_BEFORE_ARGS=	-c
EXTRACT_AFTER_ARGS=	| gunshar -d ${WRKDIR}
NO_WRKSUBDIR=	yes

d23 1
@


1.3
log
@Forgot to remove some variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/chrootuid/Makefile,v 1.2 2000/04/09 18:29:28 cpiazza Exp $
d12 1
a12 1
		ftp://coast.cs.purdue.edu/pub/tools/unix/chrootuid/
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/chrootuid/Makefile,v 1.1.1.1 1999/12/09 10:37:37 truckman Exp $
a9 2
DISTNAME=	chrootuid1.2
PKGNAME=	chrootuid-1.2
@


1.1
log
@Initial revision
@
text
@a1 1
# Version required:			1.2
d5 1
a5 1
# $FreeBSD: ports/textproc/texi2html/Makefile,v 1.5 1999/08/31 02:09:47 peter Exp $
d8 2
d15 1
@


1.1.1.1
log
@The chrootuid command combines chroot(8) and su(1) into one program,
so that there is no need to have commands such as /usr/bin/su in the
restricted environment.  Access to the file system is restricted to
the newroot subtree and privileges are restricted to those of the
newuser account (which must be a known account in the unrestricted
environment).
@
text
@@
