Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
0b05a0ae
Commit
0b05a0ae
authored
Jan 07, 2003
by
Mac Newbold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the uid to some of the log output, so we know who ran it.
parent
b388fcbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tbsetup/os_select.in
tbsetup/os_select.in
+2
-2
No files found.
tbsetup/os_select.in
View file @
0b05a0ae
...
@@ -133,8 +133,8 @@ if ($UID && !TBAdmin($UID)) {
...
@@ -133,8 +133,8 @@ if ($UID && !TBAdmin($UID)) {
fatal
("
os_select: You do not have permission to modify
"
.
fatal
("
os_select: You do not have permission to modify
"
.
"
one or more of the nodes.
\n
");
"
one or more of the nodes.
\n
");
}
}
debug
("
Access granted to all nodes requested.
\n
");
debug
("
$UID
:
Access granted to all nodes requested.
\n
");
}
else
{
debug
("
Running as an admin.
\n
");
}
}
else
{
debug
("
$UID
:
Running as an admin.
\n
");
}
my
$pernodeopmode
=
0
;
my
$pernodeopmode
=
0
;
my
$opmode
=
os_opmode
(
$osid
);
my
$opmode
=
os_opmode
(
$osid
);
...
...
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