Skip to content

Commit ad0495a

Browse files
committed
Replace systemd-netlogd.conf with netlogd.conf
1 parent 6a995ed commit ad0495a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ if not libcap.found()
152152
endif
153153

154154
systemd_netlogd_conf = configure_file(
155-
input : 'conf/systemd-netlogd.conf.in',
156-
output : 'systemd-netlogd.conf',
155+
input : 'conf/netlogd.conf.in',
156+
output : 'netlogd.conf',
157157
configuration : substs)
158158
install_data(systemd_netlogd_conf,
159159
install_dir : get_option('sysconfdir'))

src/netlog/netlog-conf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ int config_parse_log_format(const char *unit,
9595
int manager_parse_config_file(Manager *m) {
9696
assert(m);
9797

98-
return config_parse_many(PKGSYSCONFDIR "/systemd-netlogd.conf",
99-
CONF_PATHS_NULSTR("systemd/systemd-netlogd.conf.d"),
98+
return config_parse_many(PKGSYSCONFDIR "/netlogd.conf",
99+
CONF_PATHS_NULSTR("systemd/netlogd.conf.d"),
100100
"Network\0",
101101
config_item_perf_lookup, netlog_gperf_lookup,
102102
false, m);

0 commit comments

Comments
 (0)