Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
53aebfa2
Commit
53aebfa2
authored
Apr 03, 2002
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out debugging statements I left there... duh!
parent
9feb0f72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
db/nfree.in
db/nfree.in
+9
-9
No files found.
db/nfree.in
View file @
53aebfa2
...
@@ -241,15 +241,15 @@ foreach my $n (@freed_nodes) {
...
@@ -241,15 +241,15 @@ foreach my $n (@freed_nodes) {
# Clean up the nodes table so that its in a moderately clean state.
# Clean up the nodes table so that its in a moderately clean state.
#
#
foreach
$var
(
'
osid
','
pxe_boot_path
','
n
')
{
#
foreach $var ( 'osid','pxe_boot_path','n') {
print
"
\$
$var
=
";
#
print "\$$var = ";
if
(
!
defined
$
{
$var
})
{
#
if (!defined ${$var}) {
print
"
(null)
";
#
print "(null)";
}
else
{
#
} else {
print
$
{
$var
};
#
print ${$var};
}
#
}
print
"
\n
";
#
print "\n";
}
#
}
DBQueryWarn
("
update nodes set def_boot_osid='
$osid
',def_boot_cmd_line='',
"
.
DBQueryWarn
("
update nodes set def_boot_osid='
$osid
',def_boot_cmd_line='',
"
.
"
def_boot_path='',startupcmd='',rpms='',deltas='',
"
.
"
def_boot_path='',startupcmd='',rpms='',deltas='',
"
.
"
tarballs='',pxe_boot_path='
$pxe_boot_path
',
"
.
"
tarballs='',pxe_boot_path='
$pxe_boot_path
',
"
.
...
...
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