projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a6e4a
)
load-fragment: show a couple of more types in --dump-configuration-items
author
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Apr 2010 18:27:47 +0000
(20:27 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Apr 2010 18:27:47 +0000
(20:27 +0200)
load-fragment.c
patch
|
blob
|
history
diff --git
a/load-fragment.c
b/load-fragment.c
index
ff3b29c
..
f7d5382
100644
(file)
--- a/
load-fragment.c
+++ b/
load-fragment.c
@@
-1094,7
+1094,10
@@
static void dump_items(FILE *f, const ConfigItem *items) {
{ config_parse_kill_mode, "KILLMODE" },
{ config_parse_listen, "SOCKET [...]" },
{ config_parse_socket_bind, "SOCKETBIND" },
- { config_parse_bindtodevice, "NETWORKINTERFACE" }
+ { config_parse_bindtodevice, "NETWORKINTERFACE" },
+ { config_parse_usec, "SECONDS" },
+ { config_parse_path_strv, "PATH [...]" },
+ { config_parse_mount_flags, "MOUNTFLAG [...]" }
};
assert(f);