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
29045624
Commit
29045624
authored
May 17, 2016
by
Kenneth Lorber
Committed by
Dylan Hardison
May 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1273699 - patch to add to and correct pod for checksetup.pl
r=dylan
parent
387592a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
checksetup.pl
checksetup.pl
+13
-3
No files found.
checksetup.pl
View file @
29045624
...
@@ -271,10 +271,11 @@ checksetup.pl - A do-it-all upgrade and installation script for Bugzilla.
...
@@ -271,10 +271,11 @@ checksetup.pl - A do-it-all upgrade and installation script for Bugzilla.
=head1 SYNOPSIS
=head1 SYNOPSIS
./checksetup.pl [--help|--version]
./checksetup.pl [--help|--version
|--check-modules
]
./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t]
./checksetup.pl [SCRIPT [--verbose]] [--no-templates|-t]
[--no-permissions|-p]
[--make-admin=user@domain.com]
[--make-admin=user@domain.com]
[--reset-password=user@domain.com]
[--reset-password=user@domain.com]
[--cpanm[=OPTIONS]]
=head1 OPTIONS
=head1 OPTIONS
...
@@ -324,6 +325,14 @@ Don't update file permissions. Owner, group, and mode of files and
...
@@ -324,6 +325,14 @@ Don't update file permissions. Owner, group, and mode of files and
directories will not be changed. Use this if your installation is
directories will not be changed. Use this if your installation is
managed by a software packaging system such as RPM or APT.
managed by a software packaging system such as RPM or APT.
=item B<--check-modules>
Only check for correct module dependencies and quit afterward.
=item B<--cpanm[=OPTIONS]>
Use F<cpanm> to install all missing modules or as directed by the OPTIONS.
=back
=back
=head1 DESCRIPTION
=head1 DESCRIPTION
...
@@ -365,7 +374,8 @@ F<checksetup.pl> runs through several stages during installation:
...
@@ -365,7 +374,8 @@ F<checksetup.pl> runs through several stages during installation:
=item 1
=item 1
Checks if the required and optional perl modules are installed,
Checks if the required and optional perl modules are installed,
using L<Bugzilla::Install::Requirements/check_requirements>.
using L<Bugzilla::Install::Requirements/check_cpan_requirements>
and L<Bugzilla::Install::Requirements/check_all_cpan_features>.
=item 2
=item 2
...
...
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