Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
eaf91971
Commit
eaf91971
authored
Jul 07, 2002
by
Leigh B. Stoller
Browse files
Insert Copyrights.
parent
4b7ecd2e
Changes
91
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile.in
View file @
eaf91971
#
# Insert Copyright Here.
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ..
...
...
tbsetup/assign_wrapper.in
View file @
eaf91971
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# This function as the main assign loop. It converts the virtual
# topology into a top input including LAN and delay translation. It
# then snapshots the current testbed physical state and runs assign,
...
...
tbsetup/batch_daemon.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
tbsetup/batchexp.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
tbsetup/bwconfig.in
View file @
eaf91971
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# This file is temporarily empty. I'm committing it so that my
# changes to configure don't cause unnecessary warnings about
# non-existent files.
...
...
tbsetup/checkports.in
View file @
eaf91971
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# checkports - Check to make sure that all ports for an experiment are
# up
...
...
tbsetup/console_reset.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
#
...
...
tbsetup/console_setup.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
#
...
...
tbsetup/console_setup.proxy.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
#
...
...
tbsetup/db2ns.in
View file @
eaf91971
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
# This is a very simple program that convers the virt_* tables in the DB
...
...
tbsetup/endexp.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
tbsetup/eventsys_control.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
use
POSIX
"
:sys_wait_h
";
...
...
tbsetup/exports_setup.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Fcntl
'
:flock
';
...
...
tbsetup/exports_setup.proxy.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Errno
;
use
Fcntl
'
:flock
';
...
...
tbsetup/frisbeelauncher.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
Getopt::
Std
;
use
POSIX
'
setsid
';
# For &daemonize
use
Sys::
Syslog
;
...
...
tbsetup/libtbsetup.pm
View file @
eaf91971
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
POSIX
;
package
libtbsetup
;
...
...
tbsetup/libtestbed.pm.in
View file @
eaf91971
#
!/usr/bin/perl -w
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
2002
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
use
English
;
use
POSIX
qw
(
strftime
);
...
...
tbsetup/mkacct.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
tbsetup/mkexpdir.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
tbsetup/mkgroup.in
View file @
eaf91971
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
use
Getopt::
Std
;
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment