diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-12-08 12:09:10 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-12-08 18:45:38 +0100 |
commit | 714d943f72417f53bcb98ed45d002aa270e793c4 (patch) | |
tree | 05b136212a66ac396f227ba083377ab6dd2420fc /src/load-fragment-gperf.gperf.m4 | |
parent | 7e115808a990199fe00de4cc2ef48fe96de3d3d0 (diff) |
path: add missing pieces for PathModified
PATH_MODIFIED worked internally for PID files detection, but was unusable
in units.
Diffstat (limited to 'src/load-fragment-gperf.gperf.m4')
-rw-r--r-- | src/load-fragment-gperf.gperf.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/load-fragment-gperf.gperf.m4 b/src/load-fragment-gperf.gperf.m4 index 84ae28ca38..35ec00557e 100644 --- a/src/load-fragment-gperf.gperf.m4 +++ b/src/load-fragment-gperf.gperf.m4 @@ -210,6 +210,7 @@ m4_dnl Path.PathExists, config_parse_path_spec, 0, 0 Path.PathExistsGlob, config_parse_path_spec, 0, 0 Path.PathChanged, config_parse_path_spec, 0, 0 +Path.PathModified, config_parse_path_spec, 0, 0 Path.DirectoryNotEmpty, config_parse_path_spec, 0, 0 Path.Unit, config_parse_path_unit, 0, 0 Path.MakeDirectory, config_parse_bool, 0, offsetof(Path, make_directory) |