Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 599666 Details for
Bug 703016
net-misc/openssh : support GLEP 81 user creation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
GLEP 81 for openssh
openssh.patch (text/plain), 976 bytes, created by
David Michael
on 2019-12-15 17:40:25 UTC
(
hide
)
Description:
GLEP 81 for openssh
Filename:
MIME Type:
Creator:
David Michael
Created:
2019-12-15 17:40:25 UTC
Size:
976 bytes
patch
obsolete
>--- net-misc/openssh/openssh-8.1_p1-r1.ebuild >+++ net-misc/openssh/openssh-8.1_p1-r1.ebuild >@@ -3,7 +3,7 @@ > > EAPI=7 > >-inherit user flag-o-matic multilib autotools pam systemd >+inherit flag-o-matic multilib autotools pam systemd > > # Make it more portable between straight releases > # and _p? releases. >@@ -76,7 +76,8 @@ > RDEPEND="${RDEPEND} > pam? ( >=sys-auth/pambase-20081028 ) > userland_GNU? ( virtual/shadow ) >- X? ( x11-apps/xauth )" >+ X? ( x11-apps/xauth ) >+ acct-user/sshd" > BDEPEND=" > virtual/pkgconfig > sys-devel/autoconf" >@@ -400,17 +401,10 @@ > diropts -m 0700 > dodir /etc/skel/.ssh > >- keepdir /var/empty >- > systemd_dounit "${FILESDIR}"/sshd.{service,socket} > systemd_newunit "${FILESDIR}"/sshd_at.service 'sshd@.service' > } > >-pkg_preinst() { >- enewgroup sshd 22 >- enewuser sshd 22 -1 /var/empty sshd >-} >- > pkg_postinst() { > if has_version "<${CATEGORY}/${PN}-5.8_p1" ; then > elog "Starting with openssh-5.8p1, the server will default to a newer key"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 703016
: 599666 |
599668
|
599670