File: 14-manpage-chroot-user-opts.patch

package info (click to toggle)
httptunnel 3.3%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 924 kB
  • ctags: 457
  • sloc: ansic: 4,707; sh: 330; makefile: 26
file content (19 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Document --chroot and --user options
Author: Nicolas Collignon <tsointsoin@gmail.com>
Bug-Debian: https://bugs.debian.org/477401

--- httptunnel-3.3+dfsg.orig/hts.1
+++ httptunnel-3.3+dfsg/hts.1
@@ -51,6 +51,12 @@ don't fork into the background
 .TP
 .B \-p, \-\-pid\-file LOCATION
 write a PID file to LOCATION
+.TP
+.B \-C, \-\-chroot LOCATION
+chroot to LOCATION before serving clients
+.TP
+.B \-u, \-\-user USER
+change user and group identities before serving clients
 .SH AUTHOR
 This manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>,
 and was originally written for the Debian GNU/Linux system.