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

Hartmut Brandt harti at FreeBSD.org
Thu Aug 12 05:31:44 PDT 2004


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


More information about the cvs-all mailing list