[ap-utils] Re: ap-utils-1.2 release

Dan Pelleg ap-utils@kiev.iorta.com
09 Nov 2002 16:49:09 -0500


Roman Festchook <roma@polesye.net> writes:

> ap-utils-1.2 released, now ap-nwn and ap-atmel utilites merged to one utility 
> ap-config;
> Other changes and updates:
>         * getting SNMP data drom AP optimization;
>         * FreeBSD and NetBSD fixes;
>         * added support for Smartbridges airBrige speciffic mib;
>         * added option to disable saving connect options to file;
>         * updated ukrainian and french translations;
>         * many documentation updates.
> 

 Thanks! A few things, mostly minor:

 - I couldn't find the french translation.
 - the "synopsis" of the ap-config man page still says "ap-atmel"
 - so does the "see also" section of the ap-mrtg manpage
 - I'm attaching FreeBSD patches for wlan.c. They seem similar to the
patch I had to add to 1.1.1. But IIRC for 1.2 they only cause a warning and
for 1.1.1 it was an error.


-- 

  Dan Pelleg

--- src/wlan.c.orig     Sat Nov  9 08:54:18 2002
+++ src/wlan.c  Sat Nov  9 08:55:28 2002
@@ -19,13 +19,13 @@
  */
 #include <ncurses.h>
 #include <string.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
 #include <arpa/inet.h>
 #include <stdlib.h>
 #include "ap-utils.h"
 #include <menu.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 #include <unistd.h>
 
 #define HIDE_ESSID _("[S] Insert ESSID in broadcast packets: %s")