]> git.pld-linux.org Git - packages/sendmail.git/blobdiff - sendmail-smrsh-paths.patch
- updated to 8.16.1 (includes security fix)
[packages/sendmail.git] / sendmail-smrsh-paths.patch
index b8b60735cfd620067c20c89be7b552425701e6c7..114ff4d67ab6978773f3d2c49ce72fc7303fa038 100644 (file)
@@ -27,7 +27,7 @@
 -As root, install smrsh in /usr/libexec.  Using the Build script:
 +As root, install smrsh in /usr/sbin.  Using the Build script:
  
-       host.domain# sh Build install
+       host.domain# sh ./Build install
  
 -For manual installation: install smrsh in the /usr/libexec
 +For manual installation: install smrsh in the /usr/sbin
 -to change the default program directory
 -(defaults to ``/usr/adm/sm.bin'').
  .SH FILES
--/usr/adm/sm.bin \- directory for restricted programs
+-/usr/adm/sm.bin \- default directory for restricted programs on most OSs
 +/etc/smrsh \- directory for restricted programs
- .SH SEE ALSO
- sendmail(8)
---- ./smrsh/smrsh.c.org        Tue Sep 30 10:12:59 2003
-+++ ./smrsh/smrsh.c    Tue Sep 30 10:14:02 2003
+ .PP
+ /var/adm/sm.bin \- directory for restricted programs on HP UX and Solaris
+--- sendmail-8.16.1/smrsh/smrsh.c.orig 2020-08-28 23:00:20.515734197 +0200
++++ sendmail-8.16.1/smrsh/smrsh.c      2020-08-29 09:13:31.036422852 +0200
 @@ -77,7 +77,7 @@
  # ifdef SMRSH_CMDDIR
  #  define CMDDIR      SMRSH_CMDDIR
- # else /* SMRSH_CMDDIR */
+ # else
 -#  define CMDDIR      "/usr/adm/sm.bin"
 +#  define CMDDIR      "/etc/smrsh"
- # endif /* SMRSH_CMDDIR */
+ # endif
  #endif /* ! CMDDIR */
  
 @@ -89,7 +89,7 @@
  # ifdef SMRSH_PATH
  #  define PATH                SMRSH_PATH
- # else /* SMRSH_PATH */
+ # else
 -#  define PATH                "/bin:/usr/bin:/usr/ucb"
 +#  define PATH                "/bin:/usr/bin:/usr/sbin"
- # endif /* SMRSH_PATH */
+ # endif
  #endif /* ! PATH */
  
This page took 0.028037 seconds and 4 git commands to generate.