Browse Source

- sysvinit: disable startup progress

master
vanhofen 4 years ago
parent
commit
c24a732974
  1. 2
      package/sysvinit/files/rc

2
package/sysvinit/files/rc

@ -66,7 +66,7 @@ startup() {
"$@" "$@"
;; ;;
esac esac
startup_progress #startup_progress
} }
# Ignore CTRL-C only in this shell, so we can interrupt subprocesses. # Ignore CTRL-C only in this shell, so we can interrupt subprocesses.

Loading…
Cancel
Save