X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=distrib%2Finitscripts%2Frc.atalk.redhat.tmpl;h=a6cfeea5759a54cfe96cebb9970815270d4da6dc;hb=dc8a6815946e2c15af3565aaa42eb631a62812cc;hp=658d7631aba6a27798795d3743d483c8c4147e55;hpb=2446ddf1d869333e74e9903531a844409289acc5;p=netatalk.git diff --git a/distrib/initscripts/rc.atalk.redhat.tmpl b/distrib/initscripts/rc.atalk.redhat.tmpl index 658d7631..a6cfeea5 100644 --- a/distrib/initscripts/rc.atalk.redhat.tmpl +++ b/distrib/initscripts/rc.atalk.redhat.tmpl @@ -1,5 +1,5 @@ #! /bin/sh -# chkconfig: 345 91 35 +# chkconfig: - 91 35 # description: This package enables Linux to talk to Macintosh # computers via the AppleTalk networking protocol and # provides printer, file sharing, and AppleTalk routing @@ -101,7 +101,7 @@ atalk_startup() { if [ x"${CNID_METAD_RUN}" = x"yes" -a -x ${ATALK_SBIN}/cnid_metad ] ; then echo -n " Starting cnid_metad:" - daemon ${ATALK_SBIN}/cnid_metad "$CNID_DBD_LOGCONFIG" + daemon ${ATALK_SBIN}/cnid_metad $CNID_CONFIG RETVAL_CNID_METAD=$? echo fi