From 4d3b851c60ad7b3088a242ac4a7844c4b06ad677 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 25 Nov 2004 15:55:29 +0000 Subject: [PATCH] Document that carrier scripts are run at starttime. Bump date. --- usr.sbin/ifwatchd/ifwatchd.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ifwatchd/ifwatchd.8 b/usr.sbin/ifwatchd/ifwatchd.8 index ec89994161fe..09f40925decd 100644 --- a/usr.sbin/ifwatchd/ifwatchd.8 +++ b/usr.sbin/ifwatchd/ifwatchd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ifwatchd.8,v 1.20 2004/01/04 22:19:51 martin Exp $ +.\" $NetBSD: ifwatchd.8,v 1.21 2004/11/25 15:55:29 martin Exp $ .\" .\" Copyright (c) 2001-2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -104,7 +104,10 @@ If this option is not given, .Nm will check all watched interfaces on startup whether they are already marked up and, if they are, call the up-script with -appropriate parameters. +appropriate parameters. Additionally, if the interface is up and +has a link, +.Nm +will run the carrier script. .Pp Since ifwatchd typically is started late in the system boot sequence, some of the monitored interfaces may already have come up when it