This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository lemonldap-ng.
commit 8113eb59f39ba38e193a9212d7b4f867272523ad Author: Xavier Guimard <[email protected]> Date: Thu Sep 7 13:32:38 2017 +0200 Remove "upstart" files for FastCGI server --- debian/changelog | 1 + debian/lemonldap-ng-fastcgi-server.upstart | 14 -------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa0ab42..d0b8755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ lemonldap-ng (1.9.10-2) UNRELEASED; urgency=medium [ Xavier Guimard ] * Fix missing files/links for French doc (closes: #874553) + * Remove "upstart" files for FastCGI server -- gregor herrmann <[email protected]> Sun, 20 Aug 2017 18:48:33 +0200 diff --git a/debian/lemonldap-ng-fastcgi-server.upstart b/debian/lemonldap-ng-fastcgi-server.upstart deleted file mode 100644 index 46515f6..0000000 --- a/debian/lemonldap-ng-fastcgi-server.upstart +++ /dev/null @@ -1,14 +0,0 @@ -description "FastCGI server for Lemonldap::NG websso system" - -start on filesystem and static-network-up -stop on runlevel [016] - -expect fork -respawn - -pre-start script - [ -x /usr/sbin/llng-fastcgi-server ] || { stop; exit 0; } -end script - -exec mkdir /var/run/llng-fastcgi-server; chown www-data:www-data /var/run/llng-fastcgi-server && /usr/sbin/llng-fastcgi-server -u www-data -g www-data -s /var/run/llng-fastcgi-server/llng-fastcgi.sock -p /var/run/llng-fastcgi-server/llng-fastcgi-server.pid - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
