41e766dd7b
Jailkit is a set of utilities to limit user accounts to specific files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities. After merging in what ajacoutot@ already had, and some final feedback from him, OK ajacoutot@
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
$OpenBSD: patch-man_Makefile_in,v 1.1.1.1 2010/09/20 07:15:30 sebastia Exp $
|
|
--- man/Makefile.in.orig Mon Oct 20 00:03:54 2008
|
|
+++ man/Makefile.in Mon Oct 20 00:05:31 2008
|
|
@@ -21,7 +21,7 @@ SRCS = \
|
|
|
|
@HAVEPROCMAIL_TRUE@SRCS += jk_procmailwrapper.8
|
|
|
|
-MANS = $(SRCS:.8=.8.gz)
|
|
+MANS = $(SRCS)
|
|
|
|
#%.8.gz : %.8
|
|
# gzip -9 > $@ < $<
|