diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-05 16:23:59 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-05 16:23:59 +0000 |
commit | 9c776440f32add94000cf07a0ef69dff8ea64ef5 (patch) | |
tree | 7e1a063d29ecc693d09e249088cf384d4f16a70f /etc/Makefile | |
parent | e7d1329f40987a09a5c240a286f97a9edf623947 (diff) |
Add an example unwind.conf.
Note that unwind(8) works without a config file in many (most?) cases.
This provides an example on how to use the captive portal detection
feature.
Input benno
Input & OK sthen
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 896cf7aecde..5ee586b6448 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.467 2019/01/26 10:59:07 florian Exp $ +# $OpenBSD: Makefile,v 1.468 2019/02/05 16:23:58 florian Exp $ .include <bsd.own.mk> @@ -48,7 +48,7 @@ MUTABLE=changelist daily etc.${MACHINE}/disktab \ EXAMPLES=acme-client.conf chio.conf dhclient.conf dhcpd.conf exports \ httpd.conf ifstated.conf inetd.conf man.conf mixerctl.conf \ mrouted.conf ntpd.conf printcap rad.conf rbootd.conf \ - remote sensorsd.conf wsconsctl.conf + remote unwind.conf sensorsd.conf wsconsctl.conf # -rw------- EXAMPLES_600=bgpd.conf doas.conf dvmrpd.conf eigrpd.conf hostapd.conf \ |