Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff sbin/ftjail @ 447:f6f64fd6f17b
Style: consistent Google style
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 08 May 2024 08:55:54 +0200 |
| parents | 84e43d1bd128 |
| children | 1f03f76b6aa4 |
line wrap: on
line diff
--- a/sbin/ftjail Tue May 07 09:32:43 2024 +0200 +++ b/sbin/ftjail Wed May 08 08:55:54 2024 +0200 @@ -76,10 +76,10 @@ #: Nothing if a jail is not found. #: #: Return: -#: - 0: if a running jail is found -#: - 1: error -#: - 2: no running jail found -#: - 3: jail found but currently dying +#: 0: if a running jail is found +#: 1: error +#: 2: no running jail found +#: 3: jail found but currently dying #: _get_jail_from_path() { local _location
