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
77c908b5
Commit
77c908b5
authored
Jan 12, 2001
by
Mac Newbold
Browse files
Remove an old hardcoded search path.
parent
39ba8670
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit.in
View file @
77c908b5
...
...
@@ -1475,9 +1475,6 @@ sub ReadIRFile {
}
elsif
(
-
e
"
$f
"
)
{
open
(
IR
,"
$f
")
||
die
("
Couldn't open
$f
\n
");
}
elsif
(
-
e
"
/home/newbold/switch/
$f
"
)
{
open
(
IR
,"
/home/newbold/switch/
$f
")
||
die
("
Couldn't open /home/newbold/switch/
$f
\n
");
}
else
{
die
("
Couldn't locate
$f
for VLAN setup.
\n
");
}
...
...
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