Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
51de4523
Commit
51de4523
authored
Feb 16, 2016
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FastCGI start problems
parent
fb21d874
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
debian/rules
debian/rules
+1
-0
fastcgi-server/man/llng-fastcgi-server.1p
fastcgi-server/man/llng-fastcgi-server.1p
+1
-1
fastcgi-server/sbin/llng-fastcgi-server
fastcgi-server/sbin/llng-fastcgi-server
+1
-1
rpm/lemonldap-ng.spec
rpm/lemonldap-ng.spec
+1
-0
No files found.
debian/rules
View file @
51de4523
...
...
@@ -33,6 +33,7 @@ override_dh_auto_install:
LMPREFIX=/usr/share/lemonldap-ng/ \
BINDIR=$(LMSHAREDIR)/bin/ \
SBINDIR=/usr/sbin \
FASTCGISOCKDIR=/var/run/llng-fastcgi-server \
DOCUMENTROOT=$(LMVARDIR) \
EXAMPLESDIR=/examples/ \
HANDLERDIR=$(LMVARDIR)/handler/ \
...
...
fastcgi-server/man/llng-fastcgi-server.1p
View file @
51de4523
...
...
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "llng-fastcgi-server 1"
.TH llng-fastcgi-server 1 "2016-02-1
5
" "perl v5.22.1" "User Contributed Perl Documentation"
.TH llng-fastcgi-server 1 "2016-02-1
6
" "perl v5.22.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
...
...
fastcgi-server/sbin/llng-fastcgi-server
View file @
51de4523
...
...
@@ -20,7 +20,7 @@ $opts{g} ||= $ENV{GROUP};
if
(
$opts
{
g
}
)
{
my
$grp
=
getgrnam
(
$opts
{
g
}
)
or
warn
"
Can't change uid to
$opts
{g}
";
POSIX::
set
u
id
(
$grp
);
POSIX::
set
g
id
(
$grp
);
}
if
(
$opts
{
u
}
)
{
...
...
rpm/lemonldap-ng.spec
View file @
51de4523
...
...
@@ -356,6 +356,7 @@ rm -rf %{buildroot}
PREFIX=%{lm_prefix} \
BINDIR=%{lm_sharedir}/bin \
SBINDIR=%{lm_sharedir}/sbin \
FASTCGISOCKDIR=/var/run/llng-fastcgi-server \
DOCUMENTROOT=%{lm_vardir} \
EXAMPLESDIR=%{lm_examplesdir} \
HANDLERDIR=%{lm_vardir}/handler \
...
...
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