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/pkg/manifests/SUNWcs.mf | |
parent | 3e0831a90c729a9b8266ce68233ba63a32ffaa4c (diff) | |
download | illumos-joyent-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/pkg/manifests/SUNWcs.mf')
-rw-r--r-- | usr/src/pkg/manifests/SUNWcs.mf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/SUNWcs.mf b/usr/src/pkg/manifests/SUNWcs.mf index 14f457a1d0..1c688a8739 100644 --- a/usr/src/pkg/manifests/SUNWcs.mf +++ b/usr/src/pkg/manifests/SUNWcs.mf @@ -1900,3 +1900,7 @@ depend fmri=system/data/terminfo type=require # Depend on zoneinfo data. # depend fmri=system/data/zoneinfo type=require +# +# The mailx binary calls /usr/lib/sendmail provided by mailwrapper +# +depend fmri=system/network/mailwrapper type=require |