diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 21:56:45 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-02-17 21:56:45 +0000 |
commit | 514d1553cc1f49dd008e6e432664359124af60a9 (patch) | |
tree | e71b01386ad11f2e0c99bab2eab606f5c7360807 /contrib/sendmail/smrsh | |
parent | c2a47cdbe88de50d484d2cdb605874e1168626dc (diff) | |
parent | 8449595fe97f4474b9b9a7e4edee1ef35dcff393 (diff) | |
download | FreeBSD-src-514d1553cc1f49dd008e6e432664359124af60a9.zip FreeBSD-src-514d1553cc1f49dd008e6e432664359124af60a9.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r90792,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/smrsh')
-rw-r--r-- | contrib/sendmail/smrsh/Makefile.m4 | 3 | ||||
-rw-r--r-- | contrib/sendmail/smrsh/README | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/contrib/sendmail/smrsh/Makefile.m4 b/contrib/sendmail/smrsh/Makefile.m4 index 7e4718f..c9d1786 100644 --- a/contrib/sendmail/smrsh/Makefile.m4 +++ b/contrib/sendmail/smrsh/Makefile.m4 @@ -1,5 +1,6 @@ include(confBUILDTOOLSDIR`/M4/switch.m4') +define(`confREQUIRE_LIBSM', `true') # sendmail dir SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail') PREPENDDEF(`confENVDEF', `confMAPDEF') @@ -8,7 +9,7 @@ PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ') bldPRODUCT_START(`executable', `smrsh') define(`bldINSTALL_DIR', `E') define(`bldSOURCES', `smrsh.c ') -bldPUSH_SMLIB(`smutil') +bldPUSH_SMLIB(`sm') bldPRODUCT_END bldPRODUCT_START(`manpage', `smrsh') diff --git a/contrib/sendmail/smrsh/README b/contrib/sendmail/smrsh/README index 8529463..7e22f86 100644 --- a/contrib/sendmail/smrsh/README +++ b/contrib/sendmail/smrsh/README @@ -75,7 +75,7 @@ You should NOT include interpreter programs such as sh(1), csh(1), perl(1), uudecode(1) or the stream editor sed(1) in your list of acceptable commands. -If your platform doesn't have a default CMDDIR setting, you will +If your platform doesn't have a default SMRSH_CMDDIR setting, you will next need to create the directory /usr/adm/sm.bin and populate it with the programs that your site feels are allowable for sendmail to execute. This directory is explicitly specified in the source @@ -153,4 +153,4 @@ a typical system follows: host.domain# /usr/sbin/sendmail -bd -q30m -$Revision: 8.6.16.1 $, Last updated $Date: 2000/10/09 20:39:55 $ +$Revision: 8.8 $, Last updated $Date: 2001/01/24 00:05:58 $ |