use-new-path-for-functions.sh.patch 355 B

123456789101112
  1. --- scripts/rc_init-pre.orig 2016-02-18 13:31:23.610276701 -0200
  2. +++ scripts/rc_init-pre 2016-02-18 13:31:57.405275206 -0200
  3. @@ -77,7 +77,7 @@
  4. return 0
  5. }
  6. -[ -r /etc/init.d/functions.sh ] && . /etc/init.d/functions.sh
  7. +[ -r /lib/gentoo/functions.sh ] && . /lib/gentoo/functions.sh
  8. if [ -z "${1}" ]; then
  9. log err "no internal runlevel provided"