- put System V init script for vcached in right place
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 11 Aug 2004 19:38:03 +0000 (19:38 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 11 Aug 2004 19:38:03 +0000 (19:38 +0000)
sysv/vcached.subst [moved from scripts/S20vcached with 96% similarity]

similarity index 96%
rename from scripts/S20vcached
rename to sysv/vcached.subst
index 5e2eefa..670cfae 100755 (executable)
@@ -9,7 +9,7 @@ RETVAL=0
 
 start() {
     echo -n "Starting vcached: "
-    initlog -c /usr/sbin/vcached
+    initlog -c $USR_SBIN/vcached
     RETVAL=$?
     [ "$RETVAL" -eq 0 ] && success $"vcached start" || failure $"vcached start"
     echo