diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-01 01:06:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-01 17:27:16 +0200 |
commit | 0d9243f022d244632b1ab26cfc8b46794b7fc5d6 (patch) | |
tree | 043222060732d6087d8ba684884456424a4f7660 /src/journal/journald-gperf.gperf | |
parent | 01cf0ca850dd1c21e1c405a4493fe61d0c28d721 (diff) |
journal: support changing the console tty to forward to
Diffstat (limited to 'src/journal/journald-gperf.gperf')
-rw-r--r-- | src/journal/journald-gperf.gperf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journald-gperf.gperf b/src/journal/journald-gperf.gperf index a56f6d966e..9c778fcff0 100644 --- a/src/journal/journald-gperf.gperf +++ b/src/journal/journald-gperf.gperf @@ -29,3 +29,4 @@ Journal.ForwardToSyslog, config_parse_bool, 0, offsetof(Server, forward_ Journal.ForwardToKMsg, config_parse_bool, 0, offsetof(Server, forward_to_kmsg) Journal.ForwardToConsole, config_parse_bool, 0, offsetof(Server, forward_to_console) Journal.ImportKernel, config_parse_bool, 0, offsetof(Server, import_proc_kmsg) +Journal.TTYPath, config_parse_path, 0, offsetof(Server, tty_path) |