Your message dated Sat, 25 Oct 2014 11:19:38 +0000
with message-id <[email protected]>
and subject line Bug#758852: fixed in runit 2.1.2-2
has caused the Debian Bug report #758852,
regarding runit: bash-complete directories for "sv"
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.)


-- 
758852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758852
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: runit
Version: 2.1.2-1
Severity: wishlist
Tags: patch

In addition to services running in /etc/service, users may
have their own service directories (e.g., in ~/.service).
The default bash completion made it easy to complete with
"sv t .ser<TAB>foo<TAB>", but the programmable completion
does not include them at all. We can complete any local
directories by using bash-completion's "filedir" helper.

---
 debian/contrib/sv-completion.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/contrib/sv-completion.bash 
b/debian/contrib/sv-completion.bash
index 87ee3a2..c8da429 100644
--- a/debian/contrib/sv-completion.bash
+++ b/debian/contrib/sv-completion.bash
@@ -23,6 +23,7 @@ _sv()
         COMPREPLY=( $( compgen -W "$(_sv_commands)" $cur ) )
     elif [ $COMP_CWORD -eq 2 ]; then
         COMPREPLY=( $( compgen -W "$(_sv_services)" $cur ) )
+        _filedir -d
     fi
 }
 

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages runit depends on:
ii  libc6  2.19-9

Versions of packages runit recommends:
pn  fgetty  <none>

Versions of packages runit suggests:
pn  socklog-run  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: runit
Source-Version: 2.1.2-2

We believe that the bug you reported is fixed in the latest version of
runit, 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.
Gerrit Pape <[email protected]> (supplier of updated runit 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, 25 Oct 2014 10:26:19 +0000
Source: runit
Binary: runit
Architecture: source
Version: 2.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape <[email protected]>
Changed-By: Gerrit Pape <[email protected]>
Description:
 runit      - system-wide service supervision
Closes: 758852
Changes:
 runit (2.1.2-2) unstable; urgency=medium
 .
   * debian/contrib/sv-completion.bash: bash-complete directories for
     "sv" (thx Jeff King, closes: #758852).
   * debian/runit.preinst, debian/runit.postinst: remove functionality
     to move conffiles when upgrading from version << 1.4.0-0.
   * debian/runit.preinst: remove functionality for /var/service/ to
     /etc/service/ transition when upgrading from version <= 1.8.0-2.
   * debian/control: Standards-Version: 3.9.6.0.
   * debian/runit.lintian: remove, obsolete.
   * debian/rules: no longer install lintian override file.
Checksums-Sha1:
 e718eb5b3a123120cb855311d281c9ce46e91267 961 runit_2.1.2-2.dsc
 72552a5baf90a3196a6e786d5b0ed14391424a11 20202 runit_2.1.2-2.diff.gz
Checksums-Sha256:
 b64ee8d7f0534e88cc0282230d1235806e7ad2d1ac7969a006b1953db42d631c 961 
runit_2.1.2-2.dsc
 79db3518fd286d810bf38d3a5e8eed9cc5da92a1a340cb28430187f27f1b2f2a 20202 
runit_2.1.2-2.diff.gz
Files:
 b22c55d2fb6e9e7b89b06fcb6a65f266 961 admin optional runit_2.1.2-2.dsc
 837d752c56d80fe065b5c0a970beabc7 20202 admin optional runit_2.1.2-2.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlRLhSYACgkQGJoyQbxwpv9vHACbBeqVp2gkvWKyxJvkc8d6Q+jk
PJ4An2iVSmIMv8q6HOW4snRrCJhDMFun
=kwSA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to