James
James
I think this is related or the same as https://github.com/purpleidea/mgmt/issues/120
1.7. New fanotify FAN_RENAME flag This release adds a FAN_RENAME event to the fanotify interfaces to report extra info records about new and old parent+name details. This new event was...
https://kernelnewbies.org/Linux_5.17#New_fanotify_FAN_RENAME_flag
fanotify (FEATURED) Add FAN_RENAME event to report extra info records about new and old parent+name details. This new event was designed as a replacement for the "inotify way" of joining...
You should try an example with ` cmd => "/usr/bin/echo hello", cmd => "/usr/bin/echo world", ` and see what happens! But yeah, as discussed, I think this is a good...
Env would be useful to add, however since it would be a fancier data structure, it might be better to wait for: 1) The lang to grow a better unification...
@ffrank Just thinking out loud... Why would we want a PATH parameter?
@drebs We'd love to have official debian packaging. In the interim I build debian packages with `fpm` which are available here and signed by my personal key: https://github.com/purpleidea/mgmt/releases If you...
@drebs The fpm process isn't "proper" debian packaging, we just build the mgmt binary and dump it in a package. It works though =D Basically the biggest missing hurdle to...
> nFPM: a simpler, 0-dependency, as-little-assumptions-as-possible alternative to fpm I don't see how it could be usefully simpler than fpm, and I'm not meaningfully suffering from any dependency issue, and...