mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
runit: add SVDIR support to bash completion
This commit is contained in:
parent
c6521b39ef
commit
24970baebc
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ _sv()
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COMPREPLY=( /var/service/* )
|
COMPREPLY=( "${SVDIR%/:-/var/service}/"* )
|
||||||
COMPREPLY=( ${COMPREPLY[@]##*/} )
|
COMPREPLY=( ${COMPREPLY[@]##*/} )
|
||||||
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
|
COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- ${cur}) )
|
||||||
return
|
return
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit'
|
# Template file for 'runit'
|
||||||
pkgname=runit
|
pkgname=runit
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
short_desc="UNIX init scheme with service supervision"
|
short_desc="UNIX init scheme with service supervision"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue