]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
update functions relative location
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Sep 2013 20:56:01 +0000 (20:56 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 1 Sep 2013 20:56:01 +0000 (20:56 +0000)
svn-id: @12718

t/status-pidfile.sh

index 00e764df0031519cdaf924378c80bd46b67c9efa..c5c33d904929042f128452daf0f3b061dab63215 100755 (executable)
@@ -12,7 +12,7 @@ lib=$(dirname "$0")/..
 tmp=$(mktemp -d)
 
 # TODO: rc_cache_init should be able to use tmp dir, not real root
-. $lib/rc.d/init.d/functions
+. $lib/lib/functions
 
 # first unused pid
 pid=9999999 # may not exist
This page took 0.269126 seconds and 4 git commands to generate.