Your message dated Fri, 28 Dec 2012 17:17:48 +0000 with message-id <[email protected]> and subject line Bug#696339: fixed in redis 2:2.6.7-1 has caused the Debian Bug report #696339, regarding [redis-server] Please echo implemented 'status' option at init.d script 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.) -- 696339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696339 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: redis-server Version: 2:2.6.0-1 Severity: minor Tags: patch Dear redis-server maintainer: This is totally trivial to solve "bug" at the init script, which doesn't show 'status' as a supported initscript method, even though it is indeed implemented: root <at> moirae[~]# /etc/init.d/redis-server Usage: /etc/init.d/redis-server {start|stop|restart|force-reload} root <at> moirae[~]# /etc/init.d/redis-server status redis-server is running root <at> moirae[~]# /etc/init.d/redis-server stop Stopping redis-server: redis-server. root <at> moirae[~]# /etc/init.d/redis-server status redis-server is not running Please find a """"patch"""" attached. Thanks in advance and thanks for all your work at maintaining redis-server. Cheers, Dererk -- BOFH excuse #246: It must have been the lightning storm we had (yesterday) (last week) (last month)--- /etc/init.d/redis-server-old 2012-12-19 16:39:40.000000000 -0300 +++ /etc/init.d/redis-server 2012-12-19 16:40:09.000000000 -0300 @@ -79,7 +79,7 @@ ;; *) - echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload}" >&2 + echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: redis Source-Version: 2:2.6.7-1 We believe that the bug you reported is fixed in the latest version of redis, which is due to be installed in the Debian FTP archive. 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. Chris Lamb <[email protected]> (supplier of updated redis 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: Fri, 28 Dec 2012 17:00:06 +0000 Source: redis Binary: redis-server Architecture: source amd64 Version: 2:2.6.7-1 Distribution: unstable Urgency: low Maintainer: Chris Lamb <[email protected]> Changed-By: Chris Lamb <[email protected]> Description: redis-server - Persistent key-value database with network interface Closes: 696339 696618 Changes: redis (2:2.6.7-1) unstable; urgency=low . * New upstream release. * Add missing "status" command from usage. Thanks to Dererk <[email protected]>. (Closes: #696339) * Enable building on kfreebsd-amd64 (and possibly kfreebsd-i386 and hurd-i386) by not depending on 'jemalloc' which would not be used anyway. Thanks to Jeff Epler <[email protected]>. (Closes: #696618) Checksums-Sha1: 6b15e4e25a826b24d197b53dcefd7a13eacdd853 1166 redis_2.6.7-1.dsc fd7fcbec29956ec01710350b49653a2eda72fbd3 987306 redis_2.6.7.orig.tar.gz 812e5c1a1b0347cb548acd895995fbf776813980 18753 redis_2.6.7-1.debian.tar.gz 23a031b729634801702571ac63002fee950b5bb8 377740 redis-server_2.6.7-1_amd64.deb Checksums-Sha256: ba7f67fc9861f29061cb2f6659f081f7a4956fc03753c8fae75abd4b5d697afa 1166 redis_2.6.7-1.dsc e1a05b02665dbbd3ae2fed10906888310d5e82e28b868b32085c30659f3bdcd0 987306 redis_2.6.7.orig.tar.gz 1edf13b2b8488d0ca495fa5b02ad33b988c8eb173d3d5b623648d671ed0323c9 18753 redis_2.6.7-1.debian.tar.gz bfaaf67460ab717a3da6549329978644077d8cdf2499e7d94bc63f88925df599 377740 redis-server_2.6.7-1_amd64.deb Files: 4dcdaae2f8c6623c09c4b9f847e10965 1166 database optional redis_2.6.7-1.dsc 9c3db210faff9fea3c17f2b71c2760f4 987306 database optional redis_2.6.7.orig.tar.gz 8ca1083112524f09c781e7b44f2b706a 18753 database optional redis_2.6.7-1.debian.tar.gz ded5ca7b38b68cd5c8504f8d7ad596e1 377740 database optional redis-server_2.6.7-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlDd0GUACgkQ5/8uW2NPmiBVeACfboMgFdcCjifmbxJrhmbP4TW7 hiIAmwWkNn04jU9gD7EldIgKvqkG/xez =CJKu -----END PGP SIGNATURE-----
--- End Message ---

