Fix installation of FastCGI server with RPM (#932)

environments/ppa-mbqj77/deployments/1
Clément Oudot 9 years ago
parent 9f00150d79
commit dcf2ecc46a
  1. 2
      fastcgi-server/default/llng-fastcgi-server
  2. 2
      rpm/lemonldap-ng.spec

@ -8,5 +8,5 @@
#PID=__FASTCGISOCKDIR__/llng-fastcgi-server.pid
# User and GROUP
/bin/bash: q : commande introuvable
USER=__USER__
GROUP=__GROUP__

@ -249,6 +249,7 @@ Group: Applications/System
%else
Group: Monitoring
%endif
Requires: perl-FCGI-ProcManager
%description -n lemonldap-ng-fastcgi-server
This package deploys files needed to start a FastCGI server.
@ -575,6 +576,7 @@ rm -rf %{buildroot}
%config(noreplace) /etc/default/llng-fastcgi-server
/etc/init.d/llng-fastcgi-server
%{_unitdir}/llng-fastcgi-server.service
%dir /var/run/llng-fastcgi-server
%files -n perl-Lemonldap-NG-Common
%defattr(-,root,root,-)

Loading…
Cancel
Save