summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-ci
diff options
context:
space:
mode:
Diffstat (limited to 'security/skip/files/patch-ci')
-rw-r--r--security/skip/files/patch-ci21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/skip/files/patch-ci b/security/skip/files/patch-ci
deleted file mode 100644
index 8199999eae31..000000000000
--- a/security/skip/files/patch-ci
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/keymgrd/skip_msgs.C work.new/skip/keymgrd/skip_msgs.C
---- skipsrc-1.0.orig/skip/keymgrd/skip_msgs.C Fri Oct 25 13:12:51 1996
-+++ work.new/skip/keymgrd/skip_msgs.C Mon Jan 24 12:35:40 2000
-@@ -82,7 +82,7 @@
- set.msgtype = SKIP_SET_CDP_SERVER_PORT;
- set.port = cdp_port;
-
-- skip_log(SKIP_NOTICE, "Setting CDP port=%d", cdp_port);
-+ skip_log(SKIP_INFO, "Setting CDP port=%d", cdp_port);
- fflush(stdout);
-
- if (put_kernel_message(fd, &set, sizeof(set)) < 0) {
-@@ -107,7 +107,7 @@
- set.version = version;
- set.kij_alg = kij_alg;
-
-- skip_log(SKIP_NOTICE, "Setting supported kij alg=%d for version %d",
-+ skip_log(SKIP_INFO, "Setting supported kij alg=%d for version %d",
- kij_alg, version);
- fflush(stdout);
-