[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#651459: marked as done (init.d status support)



Your message dated Mon, 11 Jun 2012 09:10:49 +0000
with message-id <E1Se0e9-0003Ug-VY@franck.debian.org>
and subject line Bug#651459: fixed in lprng 3.8.B-2
has caused the Debian Bug report #651459,
regarding init.d status support
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 owner@bugs.debian.org
immediately.)


-- 
651459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651459
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lprng
Version: 3.8.B-1
Severity: wishlist
Tags: patch

Here is a patch to add support for the "status" action to the init.d
script of lprng.
diff -Nru lprng-3.8.B/debian/changelog lprng-3.8.B/debian/changelog
--- lprng-3.8.B/debian/changelog	2011-02-28 00:25:20.000000000 +0200
+++ lprng-3.8.B/debian/changelog	2011-12-08 15:10:34.000000000 +0200
@@ -1,3 +1,9 @@
+lprng (3.8.B-1.1) UNRELEASED; urgency=low
+
+  * Added support for "status" action to init script
+
+ -- Peter Eisentraut <petere@debian.org>  Thu, 08 Dec 2011 20:10:07 +0200
+
 lprng (3.8.B-1) unstable; urgency=low
 
   * New upstream release
diff -Nru lprng-3.8.B/debian/init.d lprng-3.8.B/debian/init.d
--- lprng-3.8.B/debian/init.d	2011-02-27 23:40:37.000000000 +0200
+++ lprng-3.8.B/debian/init.d	2011-12-08 15:08:18.000000000 +0200
@@ -114,6 +114,9 @@
 		exit 1
 	fi
 	;;
+  status)
+	status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
+	;;
   reload)
 	 [ "$VERBOSE" != no ] && log_daemon_msg "Reloading $DESC configuration files..."
 	 if start-stop-daemon --stop --signal 1 --quiet --pidfile \
@@ -134,7 +137,7 @@
 	[ "$VERBOSE" != no ] && log_end_msg 0
 	;;
   *)
-	echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
+	echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
 	exit 1
 	;;
 esac

--- End Message ---
--- Begin Message ---
Source: lprng
Source-Version: 3.8.B-2

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

lprng_3.8.B-2.debian.tar.gz
  to main/l/lprng/lprng_3.8.B-2.debian.tar.gz
lprng_3.8.B-2.dsc
  to main/l/lprng/lprng_3.8.B-2.dsc
lprng_3.8.B-2_amd64.deb
  to main/l/lprng/lprng_3.8.B-2_amd64.deb



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 651459@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Small <csmall@debian.org> (supplier of updated lprng 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Jun 2012 18:06:30 +1000
Source: lprng
Binary: lprng
Architecture: source amd64
Version: 3.8.B-2
Distribution: unstable
Urgency: low
Maintainer: Craig Small <csmall@debian.org>
Changed-By: Craig Small <csmall@debian.org>
Description: 
 lprng      - lpr/lpd printer spooling system
Closes: 618482 651459 659999 671848
Changes: 
 lprng (3.8.B-2) unstable; urgency=low
 .
   * Compilies on hurd-i386 Closes: #671848
   * Added note about needed modules Closes: #659999
   * Added support for "status" action to init script from Peter Eisentraut
     Closes: #651459
   * Updated to debhelper compat 9
   * Updated to Debian standard 3.9.3
   * Patched source to compile with harden flags
   * Fixed configure flags to find openssl libs
   * filters moved to multiarch location
   * Added lpd.conf example Closes: #618482
Checksums-Sha1: 
 fd26ebbfb64d9697e98b4d43e09b26013288566c 1775 lprng_3.8.B-2.dsc
 252ea8b0eb5d27104ca077ee095edf004c4abbb6 37004 lprng_3.8.B-2.debian.tar.gz
 39bb772d3194bac32cc068900204fcb2d356cbdd 1246210 lprng_3.8.B-2_amd64.deb
Checksums-Sha256: 
 987b1a9c6ca170c1cb31af91bc6ba20389bfba436ad40173fc9504139990d89f 1775 lprng_3.8.B-2.dsc
 dab701b10df7435a744256e11ad28df3c948c0fac46a0018ef4b32f308e74dcb 37004 lprng_3.8.B-2.debian.tar.gz
 f575d257c2022b5ac9cd92a2bb115b08d86b97f2a18df7b26339c48365ab9cfb 1246210 lprng_3.8.B-2_amd64.deb
Files: 
 f6dd5f2250dcc7d70f8547218e0b30de 1775 net extra lprng_3.8.B-2.dsc
 d90e278ebfadd5780d45469da16945cc 37004 net extra lprng_3.8.B-2.debian.tar.gz
 d22cbc9a0b7ac8e2376418707e5e8689 1246210 net extra lprng_3.8.B-2_amd64.deb

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

iQIcBAEBCAAGBQJP1agnAAoJEDk4+WvfUP6ldtgP/jNc3iCyAf7r7Lvh9PgXNkVE
NG6COESkssh2BpBS49KUfkHqxu3F9QPLl+2hsGGEAoIUbzrOtcwWXfcFAKKG+Q9n
hOQkx8Rnik4utt8/J49FJ2Ns8oRoIF/m4lZ0ThFguXzLl6cCFg3hQneCKC3fNwQa
h+0nNVCk3pCt1orJYgFYcpoaxOk6+haFEacKVapOO5a/iqqEoK+0D2QOFKEkUo17
4g6ndXhrehBEBlWLKP/4WhHKpcIGMsJjugke7Uly6UZ8qJ8qY9M55tXXrGVftmfB
19H5CSKWzpx5Iqldylvo6NNe1p4t8oVDjUgzihNMLEht+RyJSgysrCLQRT9e6bq9
k2PPDCAk+QS+EFcZit4+LhFT7pFZNKb8ImQ3qoladPkgJ1mlBdyrXEE9so4dRDXZ
F76GE6B2u1nk89/qRuGaq6jkGM2UbpeSTIU7TXBjIV9K1aFpjYPVEp/2tITO04wW
uh8cQd+t6nq/O6WQeq2IqcsXJBDhn9thmSY/oQdusSXT5ypoom1FOBmSua+uwy8O
zqNMwE2mB8V3cYRTBIhsQCSNM/+/LLm6M/saU4y+v9TfNF80KiMlwuDvul6OnKFq
gGvi6131Fx3kfz3whprVT0+SRgdgZQLIARXiuTgZrhghZUWqwIh7P3AcstIvqfX+
btbsZpK8rilGkAqMv2uD
=N3tW
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: