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
c5333324
Commit
c5333324
authored
Apr 04, 2003
by
Chad Barb
Browse files
tbswapin and tbswapout are no more.
parent
5e38412f
Changes
4
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
c5333324
...
...
@@ -411,8 +411,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
tbsetup/ns2ir/parse.tcl tbsetup/ns2ir/tb_compat.tcl \
tbsetup/ns2ir/parse-ns \
tbsetup/ns2ir/sim.tcl tbsetup/db2ns \
tbsetup/tbprerun tbsetup/tbswapin tbsetup/tbswapout tbsetup/tbend \
tbsetup/tbswap \
tbsetup/tbprerun tbsetup/tbswap tbsetup/tbend \
tbsetup/tbreport tbsetup/named_setup tbsetup/exports_setup \
tbsetup/checkpass/GNUmakefile tbsetup/assign_wrapper tbsetup/ptopgen \
tbsetup/frisbeelauncher tbsetup/node_update tbsetup/webnodeupdate \
...
...
tbsetup/GNUmakefile.in
View file @
c5333324
...
...
@@ -14,7 +14,7 @@ include $(OBJDIR)/Makeconf
SUBDIRS = checkpass ns2ir
BIN_STUFF = power snmpit tbend
tbswapin tbswapout
tbprerun tbreport \
BIN_STUFF = power snmpit tbend tbprerun tbreport \
tbresize os_load startexp endexp batchexp swapexp \
node_reboot nscheck node_update savelogs node_control \
portstats checkports eventsys_control os_select tbrestart \
...
...
tbsetup/tbswapin.in
deleted
100644 → 0
View file @
5e38412f
#!/usr/bin/perl -w
use
English
;
unshift
(
@ARGV
,"
in
");
print
STDERR
"
Use of tbswapin is deprecated!
\n
";
print
STDERR
"
Use 'tbswap' instead.
\n
";
exec
"
@prefix
@/bin/tbswap
",
@ARGV
;
die
("
tbswapin: Could not exec tbswap: $!
");
tbsetup/tbswapout.in
deleted
100644 → 0
View file @
5e38412f
#!/usr/bin/perl -w
use
English
;
unshift
(
@ARGV
,"
out
");
print
STDERR
"
Use of tbswapout is deprecated!
\n
";
print
STDERR
"
Use 'tbswap' instead.
\n
";
exec
"
@prefix
@/bin/tbswap
",
@ARGV
;
die
("
tbswapout: Could not exec tbswap: $!
");
Write
Preview
Supports
Markdown
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