bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Update deprecated JailLaunch event when installing packages #694

Closed gronke closed 5 years ago

gronke commented 5 years ago

The JailLaunch event was deprecated in favor of more fine grained events. The one that pkg installation should use is the JailCommand event.

blocked by #695