comparison sbin/fjail @ 447:f6f64fd6f17b

Style: consistent Google style
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 08 May 2024 08:55:54 +0200
parents 0159c8453fa2
children d5591ebc303d
comparison
equal deleted inserted replaced
446:0c95a5b279cf 447:f6f64fd6f17b
111 #: $1: the location where to check for 111 #: $1: the location where to check for
112 #: $2: an optional reference FreeBSD version to compare to (default is the 112 #: $2: an optional reference FreeBSD version to compare to (default is the
113 #: version of the host) 113 #: version of the host)
114 #: 114 #:
115 #: Returns: 115 #: Returns:
116 #: 0 if the userland versions match, 1 otherwise 116 #: 0: if the userland versions match, 1 otherwise
117 #: 117 #:
118 #: Exit: 118 #: Exit:
119 #: 1 on fatal errors (e.g. /bin/freebsd-version not found or errors) 119 #: 1: on fatal errors (e.g. /bin/freebsd-version not found or errors)
120 #: 120 #:
121 _has_same_userland_version() { 121 _has_same_userland_version() {
122 local directory ref_version 122 local directory ref_version
123 123
124 local _directory_version 124 local _directory_version