1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- ./logrotate.8.orig 2018-12-04 09:10:46.000000000 -0600
+++ ./logrotate.8 2018-12-13 18:26:31.756882880 -0600
@@ -608,6 +608,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
+.IR .new
+.IR .old
+.IR .orig
+.IR .bak
.IR ~
.TP
--- ./logrotate.8.in.orig 2018-08-09 04:17:37.000000000 -0500
+++ ./logrotate.8.in 2018-12-13 18:27:14.471878890 -0600
@@ -608,6 +608,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
+.IR .new
+.IR .old
+.IR .orig
+.IR .bak
.IR ~
.TP
--- ./config.c.orig 2018-10-05 10:01:21.000000000 -0500
+++ ./config.c 2018-12-13 18:25:29.650888682 -0600
@@ -149,6 +149,10 @@
".ucf-dist",
".ucf-new",
".ucf-old",
+ ".new",
+ ".old",
+ ".orig",
+ ".bak",
"~"
};
static const int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
|