summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1480dc..d0d420e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ pamdir=/etc/pam.d
consoleappsdir=/etc/security/console.apps
BIN_TOOLS= net_applet
-SBIN_TOOLS=drakconnect drakfirewall drakgw drakhosts drakids drakinvictus draknetprofile draknfs drakproxy drakroam draksambashare drakvpn net_monitor draknetcenter
+SBIN_TOOLS=drakconnect drakfirewall drakgw drakhosts drakids drakinvictus draknetprofile draknfs drakproxy drakroam draksambashare drakvpn draknetcenter
all:
(find lib -name '*.pm'; find bin -type f) | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
diff --git a/NEWS b/NEWS
index 6676232..02ffa18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- do not install net_monitor, as it is provided by a different package now,
+ which should be pulled by urpmi automatically
+
0.83:
- add support for cleaning all pending IFW notifications by sending SIGUSR1 to net_applet
- prevent net_applet from creating zombie processes