]> arthur.barton.de Git - netatalk.git/commitdiff
Backport from trunk: :SBIN: -> :SBINDIR:
authorsrittau <srittau>
Sat, 24 Nov 2001 15:04:22 +0000 (15:04 +0000)
committersrittau <srittau>
Sat, 24 Nov 2001 15:04:22 +0000 (15:04 +0000)
distrib/initscripts/rc.atalk.suse.tmpl

index 49f092129643e813c7a32d74fd37c250235bf4f0..49001e2ffbf4e2e3cdb76e59442f67f2d732a2dc 100755 (executable)
@@ -45,7 +45,7 @@ atalk_startup() {
             
         if [ x"${TIMELORD_RUN}" = x"yes"  -a -x :SBINDIR:/timelord ]; then
             echo -n "  Starting timelord"
-            :SBIN:/timelord
+            :SBINDIR:/timelord
         fi
           
     fi