]> git.proxmox.com Git - systemd.git/blob - man/systemd-delta.1
Imported Upstream version 208
[systemd.git] / man / systemd-delta.1
1 '\" t
2 .TH "SYSTEMD\-DELTA" "1" "" "systemd 208" "systemd-delta"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-delta \- Find overridden configuration files
24 .SH "SYNOPSIS"
25 .HP \w'\fBsystemd\-delta\ \fR\fB[OPTIONS...]\fR\fB\ \fR\fB[SUFFIX...]\fR\ 'u
26 \fBsystemd\-delta \fR\fB[OPTIONS...]\fR\fB \fR\fB[SUFFIX...]\fR
27 .SH "DESCRIPTION"
28 .PP
29 \fBsystemd\-delta\fR
30 may be used to identify and compare configuration files in
31 /etc
32 that override default counterparts in
33 /usr\&. The command line argument can be one or more name of a subdirectories of
34 /etc
35 or
36 /usr/lib
37 to compare, such as
38 tmpfiles\&.d,
39 sysctl\&.d
40 or
41 systemd/system\&.
42 .PP
43 When no argument is specified a number of well\-known subdirectories are searched for overridden files\&.
44 .SH "OPTIONS"
45 .PP
46 The following options are understood:
47 .PP
48 \fB\-h\fR, \fB\-\-help\fR
49 .RS 4
50 Prints a short help text and exits\&.
51 .RE
52 .PP
53 \fB\-\-version\fR
54 .RS 4
55 Prints a short version string and exits\&.
56 .RE
57 .PP
58 \fB\-\-no\-pager\fR
59 .RS 4
60 Do not pipe output into a pager\&.
61 .RE
62 .PP
63 \fB\-t\fR, \fB\-\-type=\fR
64 .RS 4
65 When listing the differences, only list those that are asked for\&. The list itself is a comma\-separated list of desired difference types\&.
66 .sp
67 Recognized types are:
68 .PP
69 \fImasked\fR
70 .RS 4
71 Show masked files
72 .RE
73 .PP
74 \fIequivalent\fR
75 .RS 4
76 Show overridden files that while overridden, do not differ in content\&.
77 .RE
78 .PP
79 \fIredirected\fR
80 .RS 4
81 Show files that are redirected to another\&.
82 .RE
83 .PP
84 \fIoverridden\fR
85 .RS 4
86 Show overridden, and changed files\&.
87 .RE
88 .PP
89 \fIextended\fR
90 .RS 4
91 Show *\&.conf files in drop\-in directories for units\&.
92 .RE
93 .PP
94 \fIunchanged\fR
95 .RS 4
96 Show unmodified files too\&.
97 .RE
98 .sp
99 .RE
100 .PP
101 \fB\-\-diff=\fR
102 .RS 4
103 When showing modified files, when a file is overridden show a diff as well\&. This option takes a boolean argument\&. If omitted, it defaults to
104 \fBtrue\fR\&.
105 .RE
106 .SH "EXIT STATUS"
107 .PP
108 On success 0 is returned, a non\-zero failure code otherwise\&.
109 .SH "SEE ALSO"
110 .PP
111 \fBsystemd\fR(1)