# HG changeset patch # User Franz Glasner # Date 1571296405 -7200 # Node ID 4aeff9d5275d3311e72da1094bd58e0c1df56990 # Parent 3dcae0e917692d4aea4c878b46c9798e5b3d21bb The command upgrade-check ist now check-upgrade and aliased to the old spelling also diff -r 3dcae0e91769 -r 4aeff9d5275d sbin/fpkg --- a/sbin/fpkg Thu Oct 17 09:09:13 2019 +0200 +++ b/sbin/fpkg Thu Oct 17 09:13:25 2019 +0200 @@ -39,6 +39,7 @@ `pkg upgrade` on the local host and all running visible jails + check-upgrade upgrade-check `pkg upgrade -n` on the local host and all running visible jails @@ -47,7 +48,6 @@ Check packages installed from the LocalBSDPorts repository against the repositories `FreeBSD` and `LocalBSDPorts` on the local host and all visible jails - ENVIRONMENT: @@ -178,7 +178,7 @@ } -command_upgrade_check() { +command_check_upgrade() { : 'Do a local `pkg upgrade -n` and also for all running jails ' @@ -280,8 +280,8 @@ upgrade) command_upgrade "$@" ;; - upgrade-check|upgrade_check) - command_upgrade_check "$@" + check-upgrade|check_upgrade|upgrade-check|upgrade_check) + command_check_upgrade "$@" ;; check-fast-track|check-fasttrack|check_fast_track|check_fasttrack) command_check_fasttrack "$@"