Skip to content

Instantly share code, notes, and snippets.

@jrockway
Created May 11, 2014 10:09
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 jrockway/b1b7f7dc478b5896b6e9 to your computer and use it in GitHub Desktop.
Save jrockway/b1b7f7dc478b5896b6e9 to your computer and use it in GitHub Desktop.
openbsd 5.4 to 5.5 upgrade
root/etc/boot.conf | 2 +-
root/etc/ddclient/ddclient.conf | 191 +++++++++++++++++++++++++++++++++++
root/etc/dhclient.conf | 3 +-
root/etc/dhcpd.conf | 43 ++++----
root/etc/hostname.em0 | 4 +-
root/etc/hostname.gif0 | 3 +
root/etc/hostname.tun0 | 2 +
root/etc/hostname.vr0 | 1 +
root/etc/myname | 2 +-
root/etc/openvpn/blinky.jrock.us.crt | 92 +++++++++++++++++
root/etc/openvpn/blinky.jrock.us.key | 28 +++++
root/etc/openvpn/ca.crt | 25 +++++
root/etc/openvpn/client.conf | 32 ++++++
root/etc/openvpn/ta.key | 21 ++++
root/etc/pf.conf | 54 ++++++----
root/etc/pf.qos.conf | 11 ++
root/etc/rc.conf.local | 5 +
root/etc/rc.d/ddclient | 11 ++
root/etc/rc.local | 5 +
root/etc/resolv.conf | 5 +-
root/etc/resolv.conf.tail | 2 +
root/etc/rndc.key | 4 +
root/etc/rtadvd.conf | 2 +
root/etc/ssh/ssh_host_dsa_key | 12 +++
root/etc/ssh/ssh_host_dsa_key.pub | 1 +
root/etc/ssh/ssh_host_ecdsa_key | 5 +
root/etc/ssh/ssh_host_ecdsa_key.pub | 1 +
root/etc/ssh/ssh_host_key | Bin 0 -> 986 bytes
root/etc/ssh/ssh_host_key.pub | 1 +
root/etc/ssh/ssh_host_rsa_key | 27 +++++
root/etc/ssh/ssh_host_rsa_key.pub | 1 +
root/etc/sudoers | 2 +-
root/etc/sysctl.conf | 8 +-
root/etc/ttys | 2 +-
root/var/named/arpa/internal | 24 +++++
root/var/named/arpa/jrock.us.ip6 | 15 +++
root/var/named/etc/named.conf | 33 +++---
root/var/named/etc/rndc.key | 4 +
root/var/named/master/internal | 24 +++++
39 files changed, 641 insertions(+), 67 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment