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-stable
Commits
982672dd
Commit
982672dd
authored
Apr 04, 2003
by
Leigh B. Stoller
Browse files
Add missing comma!
parent
2f069ea2
Changes
2
Show whitespace changes
Inline
Side-by-side
security/paperbag.in
View file @
982672dd
...
@@ -37,7 +37,7 @@ my $TB = "@prefix@";
...
@@ -37,7 +37,7 @@ my $TB = "@prefix@";
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
,
"
batchexp
"
=>
"
$TB
/bin/batchexp
"
"
batchexp
"
=>
"
$TB
/bin/batchexp
"
);
);
...
...
xmlrpc/xmlrpcbag.in
View file @
982672dd
...
@@ -37,7 +37,7 @@ my $TB = "@prefix@";
...
@@ -37,7 +37,7 @@ my $TB = "@prefix@";
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
portstats
"
=>
"
$TB
/bin/portstats
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
readycount
"
=>
"
$TB
/bin/readycount
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
eventsys_control
"
=>
"
$TB
/bin/eventsys_control
",
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
"
tbresize
"
=>
"
$TB
/bin/tbresize
"
,
"
batchexp
"
=>
"
$TB
/bin/batchexp
"
"
batchexp
"
=>
"
$TB
/bin/batchexp
"
);
);
...
...
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