diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2016-08-03 17:08:23 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-08-17 11:17:57 -0400 |
commit | 7a8b8fd18ff115f0caa89183db5373afb568b630 (patch) | |
tree | 4591894657ffea18026ce289662a173063f1bc6f | |
parent | 37706db998822da2eb5ef6e8b2a5a3dfaec268fb (diff) | |
download | illumos-joyent-7a8b8fd18ff115f0caa89183db5373afb568b630.tar.gz |
5166 sendmail package should be replaceable (followup)
Reviewed by: Adam Stevko <adam.stevko@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/pkg/manifests/service-network-smtp-sendmail.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/service-network-smtp-sendmail.mf b/usr/src/pkg/manifests/service-network-smtp-sendmail.mf index e6b0fe4d0a..0688fd1c10 100644 --- a/usr/src/pkg/manifests/service-network-smtp-sendmail.mf +++ b/usr/src/pkg/manifests/service-network-smtp-sendmail.mf @@ -29,6 +29,7 @@ set name=pkg.fmri \ set name=pkg.description value="Sendmail Utilities" set name=pkg.summary value=Sendmail set name=info.classification value=org.opensolaris.category.2008:System/Core +set name=org.opensolaris.noincorp value=true set name=variant.arch value=$(ARCH) dir path=etc group=sys dir path=etc/mail group=mail |