summaryrefslogtreecommitdiff
path: root/usr/src/pkg
diff options
context:
space:
mode:
authorAndy Fiddaman <omnios@citrus-it.co.uk>2021-10-18 12:03:52 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2021-10-26 09:40:56 +0000
commit1db1721aaa637f7c122058e7fe330468a966e760 (patch)
tree3b1e7419cf4acbd5bb9419c81364ad741ee478ee /usr/src/pkg
parent55fcd84f321375248464013e08f0ff6d6e00fffe (diff)
downloadillumos-joyent-1db1721aaa637f7c122058e7fe330468a966e760.tar.gz
14061 "smmsp" user should be delivered by packaging, not base passwd file
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Dominik Hassler <hadfl@omnios.org> Approved by: Rich Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r--usr/src/pkg/manifests/service-network-smtp-sendmail.mf6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/service-network-smtp-sendmail.mf b/usr/src/pkg/manifests/service-network-smtp-sendmail.mf
index b8097de72e..2202589637 100644
--- a/usr/src/pkg/manifests/service-network-smtp-sendmail.mf
+++ b/usr/src/pkg/manifests/service-network-smtp-sendmail.mf
@@ -22,7 +22,7 @@
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
-# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
+# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
#
set name=pkg.fmri \
@@ -204,6 +204,7 @@ file path=usr/share/man/man1m/smrsh.1m
file path=usr/share/man/man4/alias.4
file path=usr/share/man/man4/aliases.4
file path=usr/share/man/man4/sendmail.4
+group groupname=smmsp gid=25
legacy pkg=SUNWsndmr desc="Sendmail Configuration Files" \
name="Sendmail (root)"
legacy pkg=SUNWsndmu desc="Sendmail Utilities" name="Sendmail (/usr)"
@@ -241,4 +242,7 @@ link path=usr/share/man/man4/addresses.4 target=aliases.4
link path=usr/share/man/man4/forward.4 target=aliases.4
link path=usr/share/man/man4/sendmail.cf.4 target=sendmail.4
link path=usr/share/man/man4/submit.cf.4 target=sendmail.4
+user username=smmsp ftpuser=false \
+ gcos-field="SendMail Message Submission Program" group=smmsp home-dir=/ \
+ password=NP uid=25
depend fmri=runtime/perl$(PERL_PKGVERS) type=require