File: 900_ck_patch.patch

package info (click to toggle)
ckermit 302-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,964 kB
  • sloc: ansic: 273,844; makefile: 10,035; sh: 66
file content (19 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: bump ck_patch.
 As we have modified the source, set ck_patch to document this.
Forwarded: not-needed
Author: Ian Beckwith <ianb@debian.org>
Last-Update: 2012-05-09

Index: ckermit/ckcmai.c
===================================================================
--- ckermit.orig/ckcmai.c	2012-01-28 23:09:40.000000000 +0000
+++ ckermit/ckcmai.c	2012-05-09 02:21:01.000000000 +0100
@@ -113,7 +113,7 @@
 #endif /* OS2 */
 
 char *ck_s_who = "";                    /* Where customized, "" = not. */
-char *ck_patch = "";                    /* Patch info, if any. */
+char *ck_patch = "1";                    /* Patch info, if any. */
 
 #define CKVERLEN 128
 char versiox[CKVERLEN];                 /* Version string buffer  */