commit:     c8a96f916dc3adb981ccc09bc3a59fe3e5112698
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 19:55:25 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 19:56:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a96f91

net-misc/taylor-uucp: drop usermod calls

If a specific shell is required for the uucp user, it must be handled in
acct-user/uucp and/or sys-apps/baselayout.

Bug: https://bugs.gentoo.org/19128
Closes: https://bugs.gentoo.org/915215
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../{taylor-uucp-1.07-r5.ebuild => taylor-uucp-1.07-r6.ebuild} | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r5.ebuild 
b/net-misc/taylor-uucp/taylor-uucp-1.07-r6.ebuild
similarity index 90%
rename from net-misc/taylor-uucp/taylor-uucp-1.07-r5.ebuild
rename to net-misc/taylor-uucp/taylor-uucp-1.07-r6.ebuild
index 236af2a65b1d..5e6763a1d14c 100644
--- a/net-misc/taylor-uucp/taylor-uucp-1.07-r5.ebuild
+++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -59,11 +59,3 @@ src_install() {
 
        dodoc ChangeLog NEWS README TODO
 }
-
-pkg_preinst() {
-       usermod -s /bin/bash uucp || die
-}
-
-pkg_postrm() {
-       usermod -s /bin/false uucp || die
-}

Reply via email to