Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
845f610b
Commit
845f610b
authored
Mar 07, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tbresize to ops install.
parent
bd4064e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
security/paperbag.in
security/paperbag.in
+3
-2
tbsetup/GNUmakefile.in
tbsetup/GNUmakefile.in
+1
-1
xmlrpc/xmlrpcbag.in
xmlrpc/xmlrpcbag.in
+3
-2
No files found.
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
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