Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)

SVN-Revision: 34793
This commit is contained in:
Mirko Vogt
2012-12-19 16:07:50 +00:00
parent 439a869090
commit e34a4e0c7b
12 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /etc/functions.sh
. /lib/functions.sh
set_boot_wait() {
[ -x "/usr/sbin/nvram" ] && {