diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-05 15:55:25 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-05 15:56:34 -0400 |
commit | c8a96f916dc3adb981ccc09bc3a59fe3e5112698 (patch) | |
tree | f2a462a29b9a9c7ffcbe7644ce2bd950e94c0606 /net-misc/taylor-uucp | |
parent | dev-qt/qtwebengine: note stdint fix link for the 87 branch in patch (diff) | |
download | gentoo-c8a96f916dc3adb981ccc09bc3a59fe3e5112698.tar.gz gentoo-c8a96f916dc3adb981ccc09bc3a59fe3e5112698.tar.bz2 gentoo-c8a96f916dc3adb981ccc09bc3a59fe3e5112698.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/taylor-uucp')
-rw-r--r-- | net-misc/taylor-uucp/taylor-uucp-1.07-r6.ebuild (renamed from net-misc/taylor-uucp/taylor-uucp-1.07-r5.ebuild) | 10 |
1 files changed, 1 insertions, 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 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 -} |