From: Lennart Poettering Date: Mon, 11 May 2026 12:16:05 +0000 (+0200) Subject: fileio: add new read_boolean_file() helper (#41963) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dde54e510de8e5acccbe9214ecbb097a471c13c4;p=thirdparty%2Fsystemd.git fileio: add new read_boolean_file() helper (#41963) This adds a new read_boolean_file() helper that combines read_one_line_file() and parse_boolean() into one. 3 call sites are converted to us it. --- dde54e510de8e5acccbe9214ecbb097a471c13c4