From 53a0d12009f531541dc54932c9635d18611a491b Mon Sep 17 00:00:00 2001 From: florian <> Date: Sat, 3 Jun 2017 10:00:29 +0000 Subject: [PATCH] Move slaacd to /sbin jca points out that all the other interface configuration tools live there (like ifconfig or dhclient). Furthermore it starts so early in the boot process that /usr might not be mounted yet if it's a nfs filesystem. sthen and deraadt agree --- src/etc/rc.d/slaacd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.d/slaacd b/src/etc/rc.d/slaacd index 7790863b..fbb47493 100644 --- a/src/etc/rc.d/slaacd +++ b/src/etc/rc.d/slaacd @@ -1,8 +1,8 @@ #!/bin/sh # -# $OpenBSD: slaacd,v 1.1 2017/05/29 10:24:06 florian Exp $ +# $OpenBSD: slaacd,v 1.2 2017/06/03 10:00:29 florian Exp $ -daemon="/usr/sbin/slaacd" +daemon="/sbin/slaacd" . /etc/rc.d/rc.subr