Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 1999 15:17:19 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ngctl main.c ngctl.8 ngctl.h
Message-ID:  <199910272217.PAA68406@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      1999/10/27 15:17:19 PDT

  Modified files:
    usr.sbin/ngctl       main.c ngctl.8 ngctl.h 
  Log:
  If we get an EPROTONOSUPP error when trying to create the netgraph socket
  node, it's most likely because the "ng_socket.ko" KLD is not loaded yet.
  So make an attempt to load it before giving up.
  
  Revision  Changes    Path
  1.2       +11 -2     src/usr.sbin/ngctl/main.c
  1.2       +7 -1      src/usr.sbin/ngctl/ngctl.8
  1.4       +3 -1      src/usr.sbin/ngctl/ngctl.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910272217.PAA68406>