Your message dated Sat, 27 Nov 2010 17:49:22 +0000
with message-id <[email protected]>
and subject line Bug#594598: fixed in nginx 0.8.53-1
has caused the Debian Bug report #594598,
regarding simple way to control running nginx
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
594598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594598
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nginx
Version: 0.7.65-2~bpo50+1
Severity: wishlist
Tags: patch


Hi,

I wanted a simple way to control running nginx w/o fiddling with
update-rc.d and friends, and also w/o munging the init file. The
enclosed patch makes it possible for the user to control (inhibit)
running nginx by setting the DAEMON variable to an invalid name in
/etc/default/nginx.

Enjoy,
--Toni++


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (450, 'testing'), (250, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-bpo.5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nginx depends on:
ii  libc6                  2.7-18lenny4      GNU C Library: Shared libraries
ii  libpcre3               7.6-2.1           Perl 5 Compatible Regular Expressi
ii  libssl0.9.8            0.9.8g-15+lenny7  SSL shared libraries
ii  lsb-base               3.2-20            Linux Standard Base 3.2 init scrip
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

nginx recommends no packages.

nginx suggests no packages.

-- no debconf information
--- /tmp/nginx.orig     2010-05-06 18:39:45.000000000 +0200
+++ nginx       2010-08-27 16:27:32.000000000 +0200
@@ -15,13 +15,13 @@
 NAME=nginx
 DESC=nginx
 
-test -x $DAEMON || exit 0
-
 # Include nginx defaults if available
 if [ -f /etc/default/nginx ] ; then
        . /etc/default/nginx
 fi
 
+test -x $DAEMON || exit 0
+
 set -e
 
 . /lib/lsb/init-functions

--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 0.8.53-1

We believe that the bug you reported is fixed in the latest version of
nginx, which is due to be installed in the Debian FTP archive:

nginx-dbg_0.8.53-1_amd64.deb
  to main/n/nginx/nginx-dbg_0.8.53-1_amd64.deb
nginx_0.8.53-1.debian.tar.gz
  to main/n/nginx/nginx_0.8.53-1.debian.tar.gz
nginx_0.8.53-1.dsc
  to main/n/nginx/nginx_0.8.53-1.dsc
nginx_0.8.53-1_amd64.deb
  to main/n/nginx/nginx_0.8.53-1_amd64.deb
nginx_0.8.53.orig.tar.gz
  to main/n/nginx/nginx_0.8.53.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kartik Mistry <[email protected]> (supplier of updated nginx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 27 Nov 2010 21:04:02 +0530
Source: nginx
Binary: nginx nginx-dbg
Architecture: source amd64
Version: 0.8.53-1
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella <[email protected]>
Changed-By: Kartik Mistry <[email protected]>
Description: 
 nginx      - small, but very powerful and efficient web server and mail proxy
 nginx-dbg  - Debugging symbols for nginx
Closes: 581416 592147 593142 593143 594598 602970
Changes: 
 nginx (0.8.53-1) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/control:
     + Added Michael Lustfield as co-maintainer
   * nginx.conf:
     + No need to use regex in gzip_disable for msie6, Thanks to António P. P.
       Almeida <[email protected]> (Closes: #592147)
   * conf/sites-available/default:
     + Fixed typo for "include fastcgi", Thanks to Mostafa Ghadamyari
       <[email protected]> (Closes: #593142, #593143)
   * debian/patches/fix_reloading_ipv6.diff:
     + Removed, merged upstream
   * debian/init.d:
     + Added fix to control nginx by user in a simple way by setting DAEMON
       variable to an invalid name in /etc/default/nginx. Patch by Toni Mueller
       <[email protected]> (Closes: #594598)
   * debian/NEWS.Debian:
     + Updated news for 0.8.x as stable branch
 .
   [Michael Lustfield]
   * New upstream release (Closes: #602970)
     + 0.8.x branch is declared stable by upstream now
   * Add a UFW profile set:
     + debian/nginx.ufw.profile: Added.
     + debian/control: nginx: Suggests ufw.
     + debian/dirs: Add 'etc/ufw/applications.d'
     + debian/rules: Add install rule for the nginx UFW profile.
   * Moved debian/dirs to debian/nginx.dirs
   * Added types_hash_max_size to nginx.conf
   * Install simple default index.html file (Closes: #581416)
     + debian/dirs: Add 'usr/share/nginx/www'.
     + debian/nginx.install: Add 'html/* usr/share/nginx/www'.
   * debian/patches/nginx-echo.diff:
     + Added Echo module
   * Added files for nginx.docs
     - /usr/share/doc/nginx/
       + debian/help/docs/fcgiwrap
       + debian/help/docs/php
       + debian/help/docs/support-irc
       + debian/help/docs/upstream
   * Added files for nginx.examples
     - /usr/share/doc/nginx/examples/
       + debian/help/docs/drupal
       + debian/help/docs/http
       + debian/help/docs/mail
       + debian/help/docs/mailman
       + debian/help/docs/nginx.conf
       + debian/help/docs/virtual_hosts
       + debian/help/docs/wordpress
   * debian/conf/:
     + Removed excess spaces
     + Added tabs where appropriate
     + Added SCRIPT_FILENAME to fastcgi_params
Checksums-Sha1: 
 cc607a8498a258864514e963d9895d95aaa39ef6 1376 nginx_0.8.53-1.dsc
 9bf78f55ef41aa54ab1c5caad94756d8e3e13aec 649835 nginx_0.8.53.orig.tar.gz
 fb8b2fdf89bdc3da3a949182479a1698d02298ec 118816 nginx_0.8.53-1.debian.tar.gz
 c72d74f89221ea191f430fe851fbc297c1ca5190 403630 nginx_0.8.53-1_amd64.deb
 37c9164079acfa1fd1f049299d470658c5183e16 2378858 nginx-dbg_0.8.53-1_amd64.deb
Checksums-Sha256: 
 3a6d78eb6d7c6a9990d352724577e750c35b2a407e4a5097726bb38b88f4c45d 1376 
nginx_0.8.53-1.dsc
 8ab8a87beb555d9ea09fe61d0de86a71ea4e90ef7970df0d38f7acfb9bed6dcf 649835 
nginx_0.8.53.orig.tar.gz
 8585a7b201a08304a8c85368f08b0dc083a2c4b10be9e61e351e431be0294dde 118816 
nginx_0.8.53-1.debian.tar.gz
 0a63b3eba1d731a26517c96ba56fe0ce0a3fb070b6cfed70b45273b6fe6a677d 403630 
nginx_0.8.53-1_amd64.deb
 a3e67141161b17f769a69a8e1e295b9c0db73ab5d29acae370acb49994bdc5a1 2378858 
nginx-dbg_0.8.53-1_amd64.deb
Files: 
 94bb89e1c3feb2d29c84a65ba0d0adec 1376 httpd optional nginx_0.8.53-1.dsc
 717eaea1b34e8663849f64b9aa05a9da 649835 httpd optional nginx_0.8.53.orig.tar.gz
 b88d992bb040bff9753a2da42b474826 118816 httpd optional 
nginx_0.8.53-1.debian.tar.gz
 bda0f0ae21383dba15a7df69f53ea882 403630 httpd optional nginx_0.8.53-1_amd64.deb
 13549598e26365397ef3c8b433657ba8 2378858 debug extra 
nginx-dbg_0.8.53-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzxJiQACgkQoRg/jtECjI3mLwCfU5fS/kC44614cewSvnV+GOke
dX8AnA+pxEnN3UGsigxtMHTQU9Y6OKDH
=ZyID
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to