Page MenuHomeFreeBSD

pkgbase: Move telnetd and ftpd pam file to the utilities package
ClosedPublic

Authored by manu on Mar 23 2020, 11:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 3:22 PM
Unknown Object (File)
Mon, Oct 20, 5:00 AM
Unknown Object (File)
Sat, Oct 18, 9:23 PM
Unknown Object (File)
Sat, Oct 18, 9:23 PM
Unknown Object (File)
Sat, Oct 18, 9:23 PM
Unknown Object (File)
Sat, Oct 18, 11:07 AM
Unknown Object (File)
Sep 30 2025, 12:23 AM
Unknown Object (File)
Sep 28 2025, 6:25 PM
Subscribers

Details

Summary

Both programs are in this package so put the pam.d file in there too.
Reported-by: emaste

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 23 2020, 12:57 PM

"utilities" has a surprisingly large amount of stuff and it seems a bit strange to me for ftpd and telnetd to be in there, but certainly it doesn't make sense to put related parts into different packages.

"utilities" has a surprisingly large amount of stuff and it seems a bit strange to me for ftpd and telnetd to be in there, but certainly it doesn't make sense to put related parts into different packages.

utilities is the default package and yes there is more stuff in it that it should have.
I've made this package to reduce the number of package and then move things out of it when it make sense.