Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52055
Collapse All | Expand All

(-)gentoo.orig (-6 lines)
Lines 74-85 Link Here
74
complete -F _distccconfig distcc-config
74
complete -F _distccconfig distcc-config
75
75
76
#
76
#
77
# simple completion for Gentoo style init
78
#
79
complete -W "start stop restart pause zap ineed needsme iuse usesme broken" \
80
	$(for i in /etc/init.d/*; do echo ${i##*/}; done)
81
82
#
83
# emerge completion command
77
# emerge completion command
84
#
78
#
85
_emerge()
79
_emerge()

Return to bug 52055