Page 1 of 1

2.2.0 – /Library/LaunchDaemons/…plist.in

PostPosted: Thu Nov 16, 2023 5:53 am
by o3x_prokyon
Since 2.2.0rc3 the installer puts duplicate "...plist.in" files in /Library/LaunchDaemons:

/Library/LaunchDaemons/org.openzfsonosx.InvariantDisks.plist.in
/Library/LaunchDaemons/org.openzfsonosx.zconfigd.plist.in
/Library/LaunchDaemons/org.openzfsonosx.zed.plist.in
/Library/LaunchDaemons/org.openzfsonosx.zpool-import-all.plist.in
/Library/LaunchDaemons/org.openzfsonosx.zpool-import.plist.in

The "normal" files without the ".in" at the end are also there, so what are those ".in"-files good for? Can I delete them? The app „LaunchControl“ complains about duplicate job names...

Re: 2.2.0 – /Library/LaunchDaemons/…plist.in

PostPosted: Thu Nov 16, 2023 8:26 pm
by lundman
The .in files are used by autoconf to generate the files without -in, by expanding any @MACRO@ inside them.
They should not be installed, so that should be corrected. You can absolutely delete them.

Re: 2.2.0 – /Library/LaunchDaemons/…plist.in

PostPosted: Fri Nov 17, 2023 12:17 pm
by o3x_prokyon
Thanks.