Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
a349c310
Commit
a349c310
authored
Jan 16, 2019
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use main Handler version in server signature (#1618)
parent
3c3b8ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
+5
-3
No files found.
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Init.pm
View file @
a349c310
package
Lemonldap::NG::Handler::Main::
Init
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
2
';
package
Lemonldap::NG::Handler::
Main
;
...
...
@@ -66,7 +66,9 @@ sub logLevelInit {
# adapt server signature
sub
serverSignatureInit
{
my
$class
=
shift
;
$class
->
setServerSignature
("
Lemonldap::NG/
$VERSION
");
require
Lemonldap::NG::
Handler
;
my
$version
=
$
Lemonldap::NG::Handler::
VERSION
;
$class
->
setServerSignature
("
Lemonldap::NG/
$version
");
}
## @ifn protected void statusInit()
...
...
@@ -107,7 +109,7 @@ sub statusInit {
exec
$perl_exec
,
'
-MLemonldap::NG::Handler::Lib::Status
',
# Insert @INC in Perl path
map
(
{
"
-I
$_
"
}
@INC
),
map
(
{
"
-I
$_
"
}
@INC
),
# Command to launch
'
-e
',
'
&Lemonldap::NG::Handler::Lib::Status::run()
',
...
...
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