25 lines
681 B
Plaintext
25 lines
681 B
Plaintext
From e86debb840c33e1fb4454e8bfa3cc24d99256cfd Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Sat, 25 Apr 2020 17:25:33 +0200
|
|
Subject: [PATCH 1/1] Remove remote ioslaves support
|
|
|
|
---
|
|
src/ioslaves/CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/ioslaves/CMakeLists.txt b/src/ioslaves/CMakeLists.txt
|
|
index e0536e7..269e129 100644
|
|
--- a/src/ioslaves/CMakeLists.txt
|
|
+++ b/src/ioslaves/CMakeLists.txt
|
|
@@ -5,6 +5,6 @@ add_subdirectory( http )
|
|
add_subdirectory( ftp )
|
|
add_subdirectory( telnet )
|
|
add_subdirectory( trash )
|
|
-add_subdirectory( remote )
|
|
+#add_subdirectory( remote )
|
|
add_subdirectory( protocols )
|
|
|
|
--
|
|
2.26.1
|
|
|