]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed a typo in script. pooba53 <bobo@bocklabs.wisc.edu>
authorpooba53 <pooba53>
Wed, 21 Nov 2001 16:22:33 +0000 (16:22 +0000)
committerpooba53 <pooba53>
Wed, 21 Nov 2001 16:22:33 +0000 (16:22 +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