Skip to content
GitLab
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
5ef28a08
Commit
5ef28a08
authored
Oct 29, 2003
by
Leigh B. Stoller
Browse files
Minor fixes.
parent
9b6c46ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/database-migrate.txt
View file @
5ef28a08
...
...
@@ -1040,7 +1040,7 @@ last_net_act,last_cpu_act,last_ext_act);
To initialize run the initkey.pl script in this directory:
./init
stats
.pl | mysql tbdb
./init
key
.pl | mysql tbdb
1.196: Add new virt_programs table to hold the details of a program
object.
...
...
sql/initkey.pl
View file @
5ef28a08
...
...
@@ -17,7 +17,8 @@ $ENV{'PATH'} = '/bin:/usr/bin:/usr/sbin';
delete
@ENV
{'
IFS
',
'
CDPATH
',
'
ENV
',
'
BASH_ENV
'};
$query_result
=
DBQueryFatal
("
select pid,eid from experiments
");
DBQueryFatal
("
select pid,eid from experiments
"
.
"
where eventkey is null
");
while
((
$pid
,
$eid
)
=
$query_result
->
fetchrow_array
())
{
my
$secretkey
=
TBGenSecretKey
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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