Skip to content

Instantly share code, notes, and snippets.

@takeshixx
Last active December 28, 2015 10:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takeshixx/7486990 to your computer and use it in GitHub Desktop.
Save takeshixx/7486990 to your computer and use it in GitHub Desktop.
Check for port updates in FreeBSD jails
for jail in $(jails);do print $jail;jexec $(jid $jail) portmaster -L --index-only|egrep '(ew|ort) version|total install';print;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment