f5669bf2d5
-- Chrootuid makes it easy to run network services at a low privilege level and with restricted file system access. This utility employs both chroot and su to confine users to specified areas by assigning appropriate userids. Chrootuid was written by Wietse Venema; this port includes Phil Pennock's initgroups patch. WWW: http://www.porcupine.org/ MAINTAINER= Jason Peel <jsyn@openbsd.org> An initial port skeleton was donated by the farmer who uses BSD.
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/07/27 18:48:18 jsyn Exp $
|
|
--- Makefile.orig Sat Jan 22 15:59:52 2000
|
|
+++ Makefile Sat Jan 22 16:01:26 2000
|
|
@@ -1,7 +1,7 @@
|
|
# @(#) Makefile 1.2 93/08/12 16:09:29
|
|
|
|
FILES = README Makefile chrootuid.c chrootuid.1
|
|
-CFLAGS = -O
|
|
+CFLAGS ?= -O
|
|
|
|
all: chrootuid chrootuid.1
|
|
|