diff options
author | 2017-06-27 03:42:00 +0000 | |
---|---|---|
committer | 2017-06-27 03:42:00 +0000 | |
commit | 25b65f1dc8ba010f0d42021a276aae4c4f15c5e1 (patch) | |
tree | c4eeab1d210e7d9b5cd137dc41718a6b98b31370 | |
parent | Minor cleanup; when polling delay before calling the interrupt handler (diff) | |
download | wireguard-openbsd-25b65f1dc8ba010f0d42021a276aae4c4f15c5e1.tar.xz wireguard-openbsd-25b65f1dc8ba010f0d42021a276aae4c4f15c5e1.zip |
remove some old cruft.
-rw-r--r-- | etc/rc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.504 2017/06/22 16:03:36 deraadt Exp $ +# $OpenBSD: rc,v 1.505 2017/06/27 03:42:00 tedu Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -381,7 +381,7 @@ ln -fh /bsd /bsd.booted rm -f /fastboot -# Set flags on ttys. (Do early, in case they use tty for SLIP in netstart.) +# Set flags on ttys. echo 'setting tty flags' ttyflags -a @@ -434,12 +434,6 @@ echo 'starting network' # Prevents carp from preempting until the system is booted. ifconfig -g carp carpdemote 128 -# Recover resolv.conf in case dhclient died hard. -if [[ -f /etc/resolv.conf.save ]]; then - mv -f /etc/resolv.conf.save /etc/resolv.conf - touch /etc/resolv.conf -fi - sh /etc/netstart # Any write triggers a rekey. |