Skip to content

Instantly share code, notes, and snippets.

@kunst1080
Created September 7, 2014 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunst1080/287e560099381d88852d to your computer and use it in GitHub Desktop.
Save kunst1080/287e560099381d88852d to your computer and use it in GitHub Desktop.
refresh resolv.conf and copy to Jail prisoners and Jail flavors
#!/bin/sh
readonly PREFIX=/usr/jails
resolvconf -u
ls $PREFIX/*/etc/resolv.conf | xargs -I@ cp -v /etc/resolv.conf @
ls $PREFIX/flavors/*/etc/resolv.conf | xargs -I@ cp -v /etc/resolv.conf @
resolvconf -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment