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
845f610b
Commit
845f610b
authored
Mar 07, 2003
by
Leigh B. Stoller
Browse files
Add tbresize to ops install.
parent
bd4064e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
security/paperbag.in
View file @
845f610b
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
2
University of Utah and the Flux Group.
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -36,7 +36,8 @@ my $TB = "@prefix@";
"
savelogs
"
=>
"
$TB
/bin/savelogs
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
"
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
tbsetup/GNUmakefile.in
View file @
845f610b
...
...
@@ -21,7 +21,7 @@ BIN_STUFF = power snmpit tbend tbswapin tbswapout tbprerun tbreport \
# Stuff that mere users get on plastic.
USERBINS = os_load node_reboot nscheck node_update savelogs \
node_control portstats batchexp eventsys_control
node_control portstats batchexp eventsys_control
tbresize
SBIN_STUFF = resetvlans console_setup.proxy sched_reload named_setup \
batch_daemon exports_setup reload_daemon sched_reserve \
...
...
xmlrpc/xmlrpcbag.in
View file @
845f610b
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
2
University of Utah and the Flux Group.
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -36,7 +36,8 @@ my $TB = "@prefix@";
"
savelogs
"
=>
"
$TB
/bin/savelogs
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
"
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
);
# Need to provide a simple path, because some scripts we call need one
...
...
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