diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2014-09-16 12:37:54 +0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-10-06 09:24:24 -0700 |
commit | 287247a826fa2ab8d01f6c8f276d405eb08420f8 (patch) | |
tree | cb83a85364f2a33bfafebf64b7f9cf6333fd4901 /usr/src/cmd/svc | |
parent | 3e0831a90c729a9b8266ce68233ba63a32ffaa4c (diff) | |
download | illumos-gate-287247a826fa2ab8d01f6c8f276d405eb08420f8.tar.gz |
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>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/svc')
-rw-r--r-- | usr/src/cmd/svc/shell/sendmail_include.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/shell/sendmail_include.sh b/usr/src/cmd/svc/shell/sendmail_include.sh index 31b527825e..f10b2fff96 100644 --- a/usr/src/cmd/svc/shell/sendmail_include.sh +++ b/usr/src/cmd/svc/shell/sendmail_include.sh @@ -23,7 +23,7 @@ # Use is subject to license terms. DEFAULT_FILE="/etc/default/sendmail" -SENDMAIL="/usr/lib/sendmail" +SENDMAIL="/usr/lib/smtp/sendmail/sendmail" PATH="/usr/bin:/usr/sbin:/usr/ccs/bin" export PATH |