Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
82d4b828
Unverified
Commit
82d4b828
authored
Jan 24, 2018
by
IKEDA Soji
Committed by
GitHub
Jan 24, 2018
Browse files
Merge pull request #165 from ikedas/mistook_execcgidir
"libexecdir" is misleadingly used instead of "execcgidir" by ikedas
parents
247d5cce
408f6aba
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/etc/script/Makefile.am
View file @
82d4b828
...
...
@@ -67,7 +67,7 @@ sympa: sympa.in Makefile
$(AM_V_GEN)$(SED)
\
-e
's|--USER--|
$(USER)
|'
\
-e
's|--GROUP--|
$(GROUP)
|'
\
-e
's|--
lib
execdir--|
$(
lib
execdir)
|'
\
-e
's|--exec
cgi
dir--|
$(exec
cgi
dir)
|'
\
-e
's|--piddir--|
$(piddir)
|'
\
-e
's|--sbindir--|
$(sbindir)
|'
\
<
$(srcdir)
/
$@
in
>
$@
...
...
src/etc/script/nginx-sympasoap.servicein
View file @
82d4b828
...
...
@@ -9,7 +9,7 @@ PIDFile=--piddir--/sympasoap.pid
ExecStart=/usr/bin/spawn-fcgi -F $FCGI_CHILDREN \
-P --piddir--/sympasoap.pid \
-u $FCGI_USER -g $FCGI_GROUP $FCGI_OPTS -- \
--
lib
execdir--/sympa_soap_server.fcgi
--exec
cgi
dir--/sympa_soap_server.fcgi
Environment="FCGI_CHILDREN=5"
Environment="FCGI_USER=--USER--"
Environment="FCGI_GROUP=--GROUP--"
...
...
src/etc/script/nginx-wwsympa.servicein
View file @
82d4b828
...
...
@@ -9,7 +9,7 @@ PIDFile=--piddir--/wwsympa.pid
ExecStart=/usr/bin/spawn-fcgi -F $FCGI_CHILDREN \
-P --piddir--/wwsympa.pid \
-u $FCGI_USER -g $FCGI_GROUP $FCGI_OPTS -- \
--
lib
execdir--/wwsympa.fcgi
--exec
cgi
dir--/wwsympa.fcgi
Environment="FCGI_CHILDREN=5"
Environment="FCGI_USER=--USER--"
Environment="FCGI_GROUP=--GROUP--"
...
...
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