svn commit: r373029 - head/shells/jailkit/files

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 22 02:10:22 UTC 2014


Author: bapt
Date: Sat Nov 22 02:10:21 2014
New Revision: 373029
URL: https://svnweb.freebsd.org/changeset/ports/373029
QAT: https://qat.redports.org/buildarchive/r373029/

Log:
  Fix manpage
  
  Spotted by:	make check-man

Added:
  head/shells/jailkit/files/patch-man_jailkit.8   (contents, props changed)

Added: head/shells/jailkit/files/patch-man_jailkit.8
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/jailkit/files/patch-man_jailkit.8	Sat Nov 22 02:10:21 2014	(r373029)
@@ -0,0 +1,13 @@
+--- man/jailkit.8.orig	2010-02-07 16:13:06 UTC
++++ man/jailkit.8
+@@ -69,8 +69,8 @@ Use this program if you want to deny reg
+ is a utility to give regular users access to the 
+ .BR chroot(2)
+ (change root) system call in a safe way. Which users are allowed in which jails is controlled from
+-.I /etc/jailkit/jk_uchroot.ini
+-. Use this utility for users that can run processes both inside a jail and outside a jail.
++.I /etc/jailkit/jk_uchroot.ini.
++Use this utility for users that can run processes both inside a jail and outside a jail.
+ 
+ .BR jk_socketd
+ is a daemon that allows logging safely to syslog from within a jail. It limits the logging rate based on parameters set in its configuration file:


More information about the svn-ports-all mailing list