Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
dc0d63e1
Commit
dc0d63e1
authored
Mar 25, 2008
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug 424865] checksetup tells me that commands listed below need to be run as root
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r+a: mkanat
parent
91b55fc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Requirements.pm
Bugzilla/Install/Requirements.pm
+5
-3
No files found.
Bugzilla/Install/Requirements.pm
View file @
dc0d63e1
...
...
@@ -329,10 +329,12 @@ sub print_module_instructions {
if
((
!
$output
&&
@
{
$check_results
->
{
missing
}})
||
(
$output
&&
$check_results
->
{
any_missing
}))
{
print
"\n* NOTE: You must run any commands listed below as "
.
ROOT_USER
.
".\n\n"
;
if
(
ON_WINDOWS
)
{
print
"\n* NOTE: You must run any commands listed below as "
.
ROOT_USER
.
".\n\n"
;
my
$perl_ver
=
sprintf
(
'%vd'
,
$
^
V
);
# URL when running Perl 5.8.x.
...
...
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