#! /bin/sh # start dccd # This script assumes that it is being run by root or the DCC user, probably # while the system is starting. If start-dccm or start-dccifd, # This script should be run before both of them to # avoid complaints. # See the misc/rcDCC script. # --S-LICENSE-- # $Revision: 1.57 $ # @configure_input@ exec 1>&2 /dev/null 2>&1; then @DCC_SU@ $DCCUID -c "$DCC_LIBEXEC/dccd $DCCD_ARGS" exit fi DCCD_ARGS="-I,$DCCUID $DCCD_ARGS" fi eval $DCC_LIBEXEC/dccd $DCCD_ARGS