pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wpa_gui



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Aug 17 21:48:06 UTC 2016

Modified Files:
        pkgsrc/net/wpa_gui: Makefile
Added Files:
        pkgsrc/net/wpa_gui: MESSAGE

Log Message:
wpa_gui: take maintainership, add MESSAGE explaining requirements to usage


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/wpa_gui/MESSAGE
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/wpa_gui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wpa_gui/Makefile
diff -u pkgsrc/net/wpa_gui/Makefile:1.24 pkgsrc/net/wpa_gui/Makefile:1.25
--- pkgsrc/net/wpa_gui/Makefile:1.24    Wed Aug 17 21:46:45 2016
+++ pkgsrc/net/wpa_gui/Makefile Wed Aug 17 21:48:06 2016
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.24 2016/08/17 21:46:45 maya Exp $
+# $NetBSD: Makefile,v 1.25 2016/08/17 21:48:06 maya Exp $
 
 DISTNAME=      wpa_supplicant-2.5
 PKGNAME=       ${DISTNAME:S/supplicant/gui/}
 CATEGORIES=    net
 MASTER_SITES=  http://hostap.epitest.fi/releases/
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    maya%NetBSD.org@localhost
 HOMEPAGE=      http://hostap.epitest.fi/wpa_supplicant/
 COMMENT=       QT GUI for wpa_supplicant(8)
 LICENSE=       gnu-gpl-v2

Added files:

Index: pkgsrc/net/wpa_gui/MESSAGE
diff -u /dev/null pkgsrc/net/wpa_gui/MESSAGE:1.1
--- /dev/null   Wed Aug 17 21:48:06 2016
+++ pkgsrc/net/wpa_gui/MESSAGE  Wed Aug 17 21:48:06 2016
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2016/08/17 21:48:06 maya Exp $
+
+You should have /etc/wpa_supplicant.conf containing:
+
+  ctrl_interface=/var/run/wpa_supplicant
+  ctrl_interface_group=wheel
+  update_config=1
+
+and dhcpcd and wpa_supplicant running.
+===========================================================================



Home | Main Index | Thread Index | Old Index