Removed instances of old nrl mailing list

This commit is contained in:
Kevin Larson 2019-05-28 10:59:34 -07:00
parent dee09cae71
commit 83e883ee13
14 changed files with 14 additions and 18 deletions

View file

@ -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])

View file

@ -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.",
)

View file

@ -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
#

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -40,5 +40,5 @@ establish the specified <control channel> 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

View file

@ -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",
)

View file

@ -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.
"""

View file

@ -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."
)