File: 05_ck_patch

package info (click to toggle)
ckermit 211-10
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 11,812 kB
  • ctags: 14,540
  • sloc: ansic: 239,818; makefile: 4,580; sh: 51
file content (12 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
As requested by upstream, set ck_patch to indicate changes from upstream source.
--- ckermit-211.orig/ckcmai.c
+++ ckermit-211/ckcmai.c
@@ -97,7 +97,7 @@
 #endif /* OS2 */
 
 char *ck_s_who = "";                    /* Where customized, "" = not. */
-char *ck_patch = "";                    /* Patch info, if any. */
+char *ck_patch = "2";                    /* Patch info, if any. */
 
 #define CKVERLEN 128
 char versiox[CKVERLEN];                 /* Version string buffer  */