core/load-fragment-gperf: add missing CONDITION_FILE_NOT_EMPTY

Unit files couldn't be properly parsed, because of
absent ConditionFileNotEmpty in load-fragment table.
This commit is contained in:
Oleksii Shevchuk 2012-11-03 21:52:00 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 774de5a97f
commit a66f3bea8b
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ Unit.ConditionPathIsSymbolicLink,config_parse_unit_condition_path, CONDITION_P
Unit.ConditionPathIsMountPoint, config_parse_unit_condition_path, CONDITION_PATH_IS_MOUNT_POINT, 0
Unit.ConditionPathIsReadWrite, config_parse_unit_condition_path, CONDITION_PATH_IS_READ_WRITE, 0
Unit.ConditionDirectoryNotEmpty, config_parse_unit_condition_path, CONDITION_DIRECTORY_NOT_EMPTY, 0
Unit.ConditionFileNotEmpty, config_parse_unit_condition_path, CONDITION_FILE_NOT_EMPTY, 0
Unit.ConditionFileIsExecutable, config_parse_unit_condition_path, CONDITION_FILE_IS_EXECUTABLE, 0
Unit.ConditionKernelCommandLine, config_parse_unit_condition_string, CONDITION_KERNEL_COMMAND_LINE, 0
Unit.ConditionVirtualization, config_parse_unit_condition_string, CONDITION_VIRTUALIZATION, 0