summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPPed72 <paolo.pedroni@iol.it>2022-02-07 18:03:28 +0100
committerSam James <sam@gentoo.org>2022-02-18 02:49:41 +0000
commit8de3857d393de4b24bc5044a5951d44c050e3c97 (patch)
treee45419d72aca2769ce93bb5e44dcb6d5755d1624 /net-misc/netkit-telnetd/files
parentdev-cpp/notcurses: upgrade 3.0.0 -> 3.0.5 (diff)
downloadgentoo-8de3857d393de4b24bc5044a5951d44c050e3c97.tar.gz
gentoo-8de3857d393de4b24bc5044a5951d44c050e3c97.tar.bz2
gentoo-8de3857d393de4b24bc5044a5951d44c050e3c97.zip
net-misc/netkit-telnetd: Sync with Debian (new patches)
Bugfixes, new CMake-based buildsystem, EAPI=8 Closes: https://bugs.gentoo.org/832858 Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Closes: https://github.com/gentoo/gentoo/pull/24116 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/netkit-telnetd/files')
-rw-r--r--net-misc/netkit-telnetd/files/netkit-telnetd-0.17-r13-gentooification.patch43
1 files changed, 43 insertions, 0 deletions
diff --git a/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-r13-gentooification.patch b/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-r13-gentooification.patch
new file mode 100644
index 000000000000..3ca6b15a788a
--- /dev/null
+++ b/net-misc/netkit-telnetd/files/netkit-telnetd-0.17-r13-gentooification.patch
@@ -0,0 +1,43 @@
+diff -Naur a/telnetd/CMakeLists.txt b/telnetd/CMakeLists.txt
+--- a/telnetd/CMakeLists.txt 2022-02-07 17:37:04.831149960 +0100
++++ b/telnetd/CMakeLists.txt 2022-02-07 17:42:48.482998276 +0100
+@@ -6,11 +6,11 @@
+ -DNO_REVOKE \
+ -DKLUDGELINEMODE \
+ -DDIAGNOSTICS \
+- -DLOGIN_WRAPPER='\"/usr/lib/telnetlogin\"' \
++ -DLOGIN_WRAPPER='\"/usr/sbin/telnetlogin\"' \
+ ")
+
+ add_executable(
+- in.telnetd
++ telnetd
+ global.c
+ setproctitle.c
+ slc.c
+@@ -21,19 +21,22 @@
+ utility.c
+ )
+ target_link_libraries(
+- in.telnetd
++ telnetd
+ ncurses
+ util
+ )
+ install(
+- TARGETS in.telnetd
++ TARGETS telnetd
+ DESTINATION ${SBIN_DIR}
+ )
+
+ install(
+ FILES telnetd.8
+ DESTINATION ${MAN_DIR}/man8/
+- RENAME in.telnetd.8
++)
++install(
++ FILES issue.net.5
++ DESTINATION ${MAN_DIR}/man5/
+ )
+ install(
+ CODE "execute_process( \