Print this page
5166 sendmail package should be replaceable
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Toomas Soome <tsoome@me.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svc/shell/sendmail_include.sh
          +++ new/usr/src/cmd/svc/shell/sendmail_include.sh
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  
  25   25  DEFAULT_FILE="/etc/default/sendmail"
  26      -SENDMAIL="/usr/lib/sendmail"
       26 +SENDMAIL="/usr/lib/smtp/sendmail/sendmail"
  27   27  PATH="/usr/bin:/usr/sbin:/usr/ccs/bin"
  28   28  export PATH
  29   29  
  30   30  check_queue_interval_syntax()
  31   31  {
  32   32          default="15m"
  33   33          if [ $# -lt 1 ]; then
  34   34                  answer=$default
  35   35                  return
  36   36          fi
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX