Commit 8aa92b13 authored by Vitaly Lipatov's avatar Vitaly Lipatov

serv list-all: cleanup output

parent 7eaaa3b0
......@@ -23,7 +23,7 @@ serv_list_all()
case $SERVICETYPE in
service-chkconfig|service-upstart)
# service --status-all for Ubuntu/Fedora
sudocmd chkconfig --list | cut -f1
sudocmd chkconfig --list | cut -f1 | grep -v "^$" | grep -v "xinetd:$"
if [ -n "$ANYSERVICE" ] ; then
sudocmd anyservice --quiet list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment