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 2020-02-28 06:10:26.000000000 -0600
+++ ./logrotate.8 2020-02-28 17:55:41.372212059 -0600
@@ -341,6 +341,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
+.IR .new
+.IR .old
+.IR .orig
+.IR .bak
.I ~
.TP
--- ./logrotate.8.in.orig 2019-12-04 03:17:23.000000000 -0600
+++ ./logrotate.8.in 2020-02-28 17:56:13.484213430 -0600
@@ -341,6 +341,10 @@
.IR .ucf\-dist ,
.IR .ucf\-new ,
.IR .ucf\-old ,
+.IR .new
+.IR .old
+.IR .orig
+.IR .bak
.I ~
.TP
--- ./config.c.orig 2020-01-13 10:39:19.000000000 -0600
+++ ./config.c 2020-02-28 17:55:06.947210589 -0600
@@ -147,6 +147,10 @@
".ucf-dist",
".ucf-new",
".ucf-old",
+ ".new",
+ ".old",
+ ".orig",
+ ".bak",
"~"
};
static const int defTabooCount = sizeof(defTabooExts) / sizeof(char *);
|