[Bug 266052] libucl: ctld fails to start when including nonexistent globs
Date: Tue, 06 Sep 2022 12:56:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266052 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --- Comment #1 from Alan Somers <asomers@FreeBSD.org> --- Somebody alerted me to a good solution. The .include macro has a "try" option, which will silently ignore any ENOENT error, like this: .include(try=true, glob=true) "/etc/ctl.d/lun/*" -- You are receiving this mail because: You are the assignee for the bug.