From a06990cc45a47439b1527b7ced8b8aec44e65b10 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 15 Jan 2004 17:00:20 +0000 Subject: 19378: new update-rc.d completion avoid picking up README file as a service --- Completion/Unix/Type/_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_services') diff --git a/Completion/Unix/Type/_services b/Completion/Unix/Type/_services index 670aed05b..8e682bd52 100644 --- a/Completion/Unix/Type/_services +++ b/Completion/Unix/Type/_services @@ -8,7 +8,7 @@ if chkconfig --list > /dev/null 2>&1; then inits=( ${${${alls[1,(r)xinetd based*]}[1,-2]}/%[[:space:]]*/} ) xinetds=( ${${${${alls[(r)xinetd based*,-1]}[2,-1]}/#[[:space:]]#}/%:*} ) else - inits=( /etc/init.d/*(:t) ) + inits=( /etc/init.d/*(-*:t) ) fi _tags init xinetd -- cgit 1.4.1