raido ~ # diff -u /etc/bash_completion.d/gentoo-style-init{,-new} --- /etc/bash_completion.d/gentoo-style-init 2016-09-21 22:46:25.000000000 +0700 +++ /etc/bash_completion.d/gentoo-style-init-new 2016-09-21 22:51:48.000000000 +0700 @@ -12,7 +12,7 @@ if [[ ( -f "${script}" || -h "${script}" ) && -r "${script}" ]] \ && [[ "${script}" != *.sh ]] \ - && [[ "$(head -n 1 "${script}")" = "#!/sbin/runscript" ]] + && ( [[ "$(head -n 1 "${script}")" = "#!/sbin/runscript" ]] || [[ "$(head -n 1 "${script}")" = "#!/sbin/openrc-run" ]] ) then [[ $COMP_CWORD -gt 1 ]] && return 1 COMPREPLY=($(opts="start stop status restart pause zap ineed needsme iuse usesme broken"; \