5166 sendmail package should be replaceable
commit287247a826fa2ab8d01f6c8f276d405eb08420f8
authorAlexander Pyhalov <apyhalov@gmail.com>
Tue, 16 Sep 2014 08:37:54 +0000 (16 12:37 +0400)
committerRobert Mustacchi <rm@joyent.com>
Mon, 6 Oct 2014 16:24:24 +0000 (6 09:24 -0700)
treecb83a85364f2a33bfafebf64b7f9cf6333fd4901
parent3e0831a90c729a9b8266ce68233ba63a32ffaa4c
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>
27 files changed:
usr/src/Makefile.lint
usr/src/cmd/Makefile
usr/src/cmd/fm/notify/smtp-notify/common/smtp-notify.xml
usr/src/cmd/mailwrapper/Makefile [new file with mode: 0644]
usr/src/cmd/mailwrapper/THIRDPARTYLICENSE [new file with mode: 0644]
usr/src/cmd/mailwrapper/THIRDPARTYLICENSE.descrip [new file with mode: 0644]
usr/src/cmd/mailwrapper/compat.h [new file with mode: 0644]
usr/src/cmd/mailwrapper/fgetln.c [new file with mode: 0644]
usr/src/cmd/mailwrapper/fparseln.c [new file with mode: 0644]
usr/src/cmd/mailwrapper/mailer.conf [new file with mode: 0644]
usr/src/cmd/mailwrapper/mailwrapper.c [new file with mode: 0644]
usr/src/cmd/mailwrapper/pathnames.h [new file with mode: 0644]
usr/src/cmd/mailx/names.c
usr/src/cmd/sendmail/Makefile.cmd
usr/src/cmd/sendmail/aux/Makefile
usr/src/cmd/sendmail/aux/mailq.c
usr/src/cmd/sendmail/src/Makefile
usr/src/cmd/svc/shell/sendmail_include.sh
usr/src/man/man1m/Makefile
usr/src/man/man1m/mailwrapper.1m [new file with mode: 0644]
usr/src/man/man4/Makefile
usr/src/man/man4/mailer.conf.4 [new file with mode: 0644]
usr/src/pkg/manifests/SUNWcs.mf
usr/src/pkg/manifests/developer-build-onbld.mf
usr/src/pkg/manifests/service-network-smtp-sendmail.mf
usr/src/pkg/manifests/system-network-mailwrapper.mf [new file with mode: 0644]
usr/src/tools/scripts/hgsetup.sh