From: Yu Watanabe Date: Fri, 31 Jul 2026 16:34:08 +0000 (+0900) Subject: tmpfiles: reject extra argument fields and make 'r'/'R' support age field (#43195) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2685c303b308a1435faa56a8893057df0cda934;p=thirdparty%2Fsystemd.git tmpfiles: reject extra argument fields and make 'r'/'R' support age field (#43195) This updates systemd-tmpfiles in two small areas: - Reject non-empty argument fields for tmpfiles.d line types that do not consume the argument field, instead of warning and silently ignoring them. - Let `r` and `R` tmpfiles.d entries honor the `Age` field when `systemd-tmpfiles --clean` is used. The existing `--remove` behavior remains unconditional. The completed TODO entries are removed, and NEWS/man page documentation is updated for the visible behavior changes. --- d2685c303b308a1435faa56a8893057df0cda934