From owner-cvs-src@FreeBSD.ORG Thu Aug 12 12:31:44 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CC5716A4CE; Thu, 12 Aug 2004 12:31:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0195043D4C; Thu, 12 Aug 2004 12:31:44 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7CCVhSJ021080; Thu, 12 Aug 2004 12:31:43 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7CCVhLd021079; Thu, 12 Aug 2004 12:31:43 GMT (envelope-from harti) Message-Id: <200408121231.i7CCVhLd021079@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 12 Aug 2004 12:31:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/atm/atmconfig Makefile atm_oid.list atmconfig.h atmconfig.help atmconfig_device.c atmconfig_device.h atmconfig_device.help main.c private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 12:31:44 -0000 harti 2004-08-12 12:31:43 UTC FreeBSD src repository Modified files: sbin/atm/atmconfig Makefile atmconfig.h atmconfig.help main.c private.h Added files: sbin/atm/atmconfig atm_oid.list atmconfig_device.c atmconfig_device.h atmconfig_device.help Log: Add support for the examination and modification of the devices. This is implemented through SNMP and requires the ilmi daemon to run on the system. To prevent bloat in rescue the atmconfig for rescue is compiled without this stuff. Revision Changes Path 1.6 +26 -2 src/sbin/atm/atmconfig/Makefile 1.1 +20 -0 src/sbin/atm/atmconfig/atm_oid.list (new) 1.2 +10 -4 src/sbin/atm/atmconfig/atmconfig.h 1.5 +30 -0 src/sbin/atm/atmconfig/atmconfig.help 1.1 +444 -0 src/sbin/atm/atmconfig/atmconfig_device.c (new) 1.1 +75 -0 src/sbin/atm/atmconfig/atmconfig_device.h (new) 1.1 +62 -0 src/sbin/atm/atmconfig/atmconfig_device.help (new) 1.4 +147 -2 src/sbin/atm/atmconfig/main.c 1.3 +3 -0 src/sbin/atm/atmconfig/private.h