fix functions.sh location for gentoo; create /lib/rc/sh for older stages that don...
[util-vserver.git] / scripts / vserver-init.functions
index 1f1255a..69dd368 100755 (executable)
@@ -21,7 +21,7 @@ if test -e /etc/init.d/functions; then
     _postResult() { echo; }
     lockfile=/var/lock/subsys/$LOCKFILE
 elif test -e /etc/gentoo-release; then
-    . /sbin/functions.sh
+    . /etc/init.d/functions.sh
     _beginResult() { ebegin "$@"; }
     _postResult() { :; }
     success() { eend 0; }