diff options
-rwxr-xr-x | share/examples/jails/jib | 6 | ||||
-rwxr-xr-x | share/examples/jails/jng | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/share/examples/jails/jib b/share/examples/jails/jib index b7e1b0b..e48f5c4 100755 --- a/share/examples/jails/jib +++ b/share/examples/jails/jib @@ -33,7 +33,11 @@ ############################################################ INFORMATION # # Use this tool with jail.conf(5) (or rc.conf(5) ``legacy'' configuration) to -# manage `vnet' interfaces. In jail.conf(5) format: +# manage `vnet' interfaces for jails. Designed to automate the creation of vnet +# interface(s) during jail `prestart' and destroy said interface(s) during jail +# `poststop'. +# +# In jail.conf(5) format: # # ### BEGIN EXCERPT ### # diff --git a/share/examples/jails/jng b/share/examples/jails/jng index 605db90..bb63cd67 100755 --- a/share/examples/jails/jng +++ b/share/examples/jails/jng @@ -33,7 +33,11 @@ ############################################################ INFORMATION # # Use this tool with jail.conf(5) (or rc.conf(5) ``legacy'' configuration) to -# manage `vnet' interfaces. In jail.conf(5) format: +# manage `vnet' interfaces for jails. Designed to automate the creation of vnet +# interface(s) during jail `prestart' and destroy said interface(s) during jail +# `poststop'. +# +# In jail.conf(5) format: # # ### BEGIN EXCERPT ### # |