diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 21:58:34 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 21:58:34 +0000 |
commit | abfa0083ecf0cbde95c81f59afd36870955aeb56 (patch) | |
tree | 7491d7ffbd831bb5ee83a1c7ccf996022f5538a5 /contrib/sendmail/smrsh/smrsh.8 | |
parent | 514d1553cc1f49dd008e6e432664359124af60a9 (diff) | |
download | FreeBSD-src-abfa0083ecf0cbde95c81f59afd36870955aeb56.zip FreeBSD-src-abfa0083ecf0cbde95c81f59afd36870955aeb56.tar.gz |
Resolve conflicts from sendmail 8.12.2 import
Diffstat (limited to 'contrib/sendmail/smrsh/smrsh.8')
-rw-r--r-- | contrib/sendmail/smrsh/smrsh.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/sendmail/smrsh/smrsh.8 b/contrib/sendmail/smrsh/smrsh.8 index 3c8fffb..ba3f300 100644 --- a/contrib/sendmail/smrsh/smrsh.8 +++ b/contrib/sendmail/smrsh/smrsh.8 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers. +.\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers. .\" All rights reserved. .\" Copyright (c) 1993 Eric P. Allman. All rights reserved. .\" Copyright (c) 1993 @@ -9,11 +9,11 @@ .\" the sendmail distribution. .\" .\" -.\" $Id: smrsh.8,v 8.11.16.2 2000/12/15 19:50:46 gshapiro Exp $ +.\" $Id: smrsh.8,v 8.15 2001/01/24 00:40:47 gshapiro Exp $ .\" .\" $FreeBSD$ .\" -.TH SMRSH 8 "$Date: 2000/12/15 19:50:46 $" +.TH SMRSH 8 "$Date: 2001/01/24 00:40:47 $" .SH NAME smrsh \- restricted shell for sendmail .SH SYNOPSIS @@ -77,10 +77,10 @@ in the sm.bin directory (using the ``#!'' syntax); it simply disallows execution of arbitrary programs. .SH COMPILATION Compilation should be trivial on most systems. -You may need to use \-DPATH=\e"\fIpath\fP\e" +You may need to use \-DSMRSH_PATH=\e"\fIpath\fP\e" to adjust the default search path (defaults to ``/bin:/usr/bin'') -and/or \-DCMDBIN=\e"\fIdir\fP\e" +and/or \-DSMRSH_CMDBIN=\e"\fIdir\fP\e" to change the default program directory (defaults to ``/usr/libexec/sm.bin''). .SH FILES |