Check-in Number:
|
1447 | |
Date: |
2001-Dec-22 22:58:52 (local)
2001-Dec-22 21:58:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
Remove socket monitor utility, because now we have SA and the
functionality either has to be applied again as an "satool" to SA or we
should use one of the existing tools like "netcat", etc. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/Makefile.in 1.38 -> 1.39
--- Makefile.in 2001/12/22 21:51:56 1.38
+++ Makefile.in 2001/12/22 21:58:52 1.39
@@ -158,8 +158,6 @@
$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2tool l2tool.o libl2.la $(LIBS)
l2_test: l2_test.o libl2.la
$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2_test l2_test.o libl2.la $(LIBS)
-l2_sockmon: l2_sockmon.o
- $(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o l2_sockmon l2_sockmon.o $(LIBS)
# build Unix manual pages
l2tool.1: l2tool.pod l2_version.c
|
|
ossp-pkg/l2/l2_sockmon.c 1.11 -> 1.12