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
7a44bb29
Commit
7a44bb29
authored
Jan 22, 2015
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
40e00b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/changepid.in
View file @
7a44bb29
#!/usr/bin/perl -w
#
# Copyright (c) 2006 University of Utah and the Flux Group.
# Copyright (c) 2006
-2015
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -144,7 +144,7 @@ DBQueryFatal("update group_membership set pid='$newpid',gid='$newpid' ".
"
where pid='
$oldpid
'
");
print
"
Updating groups table ...
\n
";
DBQueryFatal
("
update groups set pid='
$newpid
',unix_name='
$newpid
'
"
.
DBQueryFatal
("
update groups set pid='
$newpid
',
gid=pid,
unix_name='
$newpid
'
"
.
"
where pid='
$oldpid
'
");
print
"
Updating group_stats table ...
\n
";
...
...
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