From 83e883ee130a249c59baf0af1993e0b9ebfbd6b6 Mon Sep 17 00:00:00 2001 From: Kevin Larson Date: Tue, 28 May 2019 10:59:34 -0700 Subject: [PATCH] Removed instances of old nrl mailing list --- configure.ac | 2 +- daemon/setup.py.in | 1 - gui/initgui.tcl | 2 -- man/core-cleanup.1 | 4 ++-- man/core-daemon.1 | 2 +- man/core-gui.1 | 2 +- man/core-xen-cleanup.1 | 4 ++-- man/coresendmsg.1 | 2 +- man/netns.1 | 3 ++- man/vcmd.1 | 2 +- man/vnoded.1 | 2 +- netns/setup.py.in | 1 - ns3/corens3/__init__.py | 4 ++-- ns3/setup.py.in | 1 - 14 files changed, 14 insertions(+), 18 deletions(-) diff --git a/configure.ac b/configure.ac index 79c5ecc0..b84d2be2 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # this defines the CORE version number, must be static for AC_INIT -AC_INIT(core, 5.2.1, core-dev@nrl.navy.mil) +AC_INIT(core, 5.2.1) # autoconf and automake initialization AC_CONFIG_SRCDIR([netns/version.h.in]) diff --git a/daemon/setup.py.in b/daemon/setup.py.in index 89be649e..f61ef09c 100644 --- a/daemon/setup.py.in +++ b/daemon/setup.py.in @@ -56,7 +56,6 @@ setup( description="Python components of CORE", url="https://github.com/coreemu/core", author="Boeing Research & Technology", - author_email="core-dev@nrl.navy.mil", license="BSD", long_description="Python scripts and modules for building virtual emulated networks.", ) diff --git a/gui/initgui.tcl b/gui/initgui.tcl index 4d64cdb2..fd92e443 100644 --- a/gui/initgui.tcl +++ b/gui/initgui.tcl @@ -598,8 +598,6 @@ menu .menubar.help -tearoff 0 "_launchBrowser https://github.com/coreemu/core" .menubar.help add command -label "CORE Documentation (www)" -command \ "_launchBrowser https://coreemu.github.io/core/" -.menubar.help add command -label "Mailing list (www)" -command \ - "_launchBrowser https://publists.nrl.navy.mil/mailman/listinfo/core-users" .menubar.help add command -label "About" -command popupAbout # diff --git a/man/core-cleanup.1 b/man/core-cleanup.1 index 649b5c17..2ef10474 100644 --- a/man/core-cleanup.1 +++ b/man/core-cleanup.1 @@ -23,7 +23,7 @@ remove the core-daemon.log file .BR vcmd(1), .BR vnoded(1) .SH BUGS -Report bugs to -.BI core-dev@nrl.navy.mil. +Report bugs to +.BI https://github.com/coreemu/core/issues diff --git a/man/core-daemon.1 b/man/core-daemon.1 index 75f40def..f6f8a61e 100644 --- a/man/core-daemon.1 +++ b/man/core-daemon.1 @@ -48,5 +48,5 @@ enable debug logging; default = False .BR vnoded(1) .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues diff --git a/man/core-gui.1 b/man/core-gui.1 index 84202e6e..f646bb5f 100644 --- a/man/core-gui.1 +++ b/man/core-gui.1 @@ -40,5 +40,5 @@ With no parameters, starts the GUI in edit mode with a blank canvas. .BR vnoded(1) .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues diff --git a/man/core-xen-cleanup.1 b/man/core-xen-cleanup.1 index 44bf8a18..92e1f3be 100644 --- a/man/core-xen-cleanup.1 +++ b/man/core-xen-cleanup.1 @@ -22,7 +22,7 @@ also kill the Python daemon .BR vnoded(1) .SH BUGS Warning! This script will remove logical volumes that match the name "/dev/vg*/c*-n*-" on all volume groups. Use with care. -Report bugs to -.BI core-dev@nrl.navy.mil. +Report bugs to +.BI https://github.com/coreemu/core/issues diff --git a/man/coresendmsg.1 b/man/coresendmsg.1 index 4c69fcd4..772e3cda 100644 --- a/man/coresendmsg.1 +++ b/man/coresendmsg.1 @@ -82,4 +82,4 @@ coresendmsg \-H .BR vnoded(1) .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues diff --git a/man/netns.1 b/man/netns.1 index ad509bab..b5308b22 100644 --- a/man/netns.1 +++ b/man/netns.1 @@ -26,5 +26,6 @@ wait for command to complete (useful for interactive commands) .BR vnoded(1) .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues + diff --git a/man/vcmd.1 b/man/vcmd.1 index 1909264b..5544f4f9 100644 --- a/man/vcmd.1 +++ b/man/vcmd.1 @@ -38,5 +38,5 @@ control channel name (e.g. '/tmp/pycore.45647/n3') .BR vnoded(1), .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues diff --git a/man/vnoded.1 b/man/vnoded.1 index b452bcc8..34b39e37 100644 --- a/man/vnoded.1 +++ b/man/vnoded.1 @@ -40,5 +40,5 @@ establish the specified for receiving control commands .BR vcmd(1), .SH BUGS Report bugs to -.BI core-dev@nrl.navy.mil. +.BI https://github.com/coreemu/core/issues diff --git a/netns/setup.py.in b/netns/setup.py.in index 0866fe5c..c8ee1386 100644 --- a/netns/setup.py.in +++ b/netns/setup.py.in @@ -38,7 +38,6 @@ setup( ], url="https://github.com/coreemu/core", author="Boeing Research & Technology", - author_email="core-dev@nrl.navy.mil", license="BSD", long_description="Extension modules and utilities to support virtual nodes using Linux network namespaces", ) diff --git a/ns3/corens3/__init__.py b/ns3/corens3/__init__.py index dc998d05..9bc2e7eb 100644 --- a/ns3/corens3/__init__.py +++ b/ns3/corens3/__init__.py @@ -4,6 +4,6 @@ corens3 Python package containing CORE components for use with the ns-3 simulator. -See http://www.nrl.navy.mil/itd/ncs/products/core and -http://code.google.com/p/coreemu/ for more information on CORE. +See http://code.google.com/p/coreemu/ +for more information on CORE. """ diff --git a/ns3/setup.py.in b/ns3/setup.py.in index 8335d43f..c83c3127 100644 --- a/ns3/setup.py.in +++ b/ns3/setup.py.in @@ -14,7 +14,6 @@ setup( description="Python ns-3 components of CORE", url="https://github.com/coreemu/core", author="Boeing Research & Technology", - author_email="core-dev@nrl.navy.mil", license="GPLv2", long_description="Python scripts and modules for building virtual simulated networks." )