Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fpkg @ 695:5931f16f098f
Docs: wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 01 Oct 2024 19:01:37 +0200 |
| parents | 3633a41b862b |
| children | 44a702b32c01 |
comparison
equal
deleted
inserted
replaced
| 694:1ea88da082e2 | 695:5931f16f098f |
|---|---|
| 297 IFS="$_OLDIFS" | 297 IFS="$_OLDIFS" |
| 298 } | 298 } |
| 299 | 299 |
| 300 | 300 |
| 301 #: | 301 #: |
| 302 #: The `pkg config name` command on the host and all running jails | 302 #: The `pkg config name` command for the host and all running jails |
| 303 #: | 303 #: |
| 304 #: Args: | 304 #: Args: |
| 305 #: $1 (str): the configuration option to retrieve to | 305 #: $1 (str): the configuration option to retrieve to |
| 306 #: | 306 #: |
| 307 #: Output (stdout): | 307 #: Output (stdout): |
| 330 IFS="$_OLDIFS" | 330 IFS="$_OLDIFS" |
| 331 } | 331 } |
| 332 | 332 |
| 333 | 333 |
| 334 #: | 334 #: |
| 335 #: The `pkg -vv` command on the host and all running compatible jails | 335 #: The `pkg -vv` command for the host and all running compatible jails |
| 336 #: | 336 #: |
| 337 command_vv() { | 337 command_vv() { |
| 338 local _j _OLDIFS | 338 local _j _OLDIFS |
| 339 | 339 |
| 340 printf '%sLOCALHOST\n' "${FPKG_SIGN}" | 340 printf '%sLOCALHOST\n' "${FPKG_SIGN}" |
| 351 done | 351 done |
| 352 IFS="$_OLDIFS" | 352 IFS="$_OLDIFS" |
| 353 } | 353 } |
| 354 | 354 |
| 355 #: | 355 #: |
| 356 #: Call `etcupdate status` on the host and all running jails | 356 #: Call `etcupdate status` for the host and all running jails |
| 357 #: | 357 #: |
| 358 command_etcupdate_status() { | 358 command_etcupdate_status() { |
| 359 local _j _OLDIFS | 359 local _j _OLDIFS |
| 360 | 360 |
| 361 printf '%sLOCALHOST\n' "${FPKG_SIGN}" | 361 printf '%sLOCALHOST\n' "${FPKG_SIGN}" |
