Hi Matthias,
could you please change the last part of the same file this way?

# copy only if not bind mounted from /etc/hylafax
if [ 0 -eq $(findmnt --noheadings --target /var/spool/hylafax/etc | grep -c 
'[/etc/hylafax]') ]
then

        if [ -d /var/spool/hylafax/etc ] && [ ! -h /var/spool/hylafax/etc ];
        then
        #
        # on a specific system there was a problem with faxmail.ps so I have to 
check
        # for the existence of every file before copying it.
        #
                for f in /etc/hylafax/pagesizes /etc/hylafax/typerules \
                        /etc/hylafax/hyla.conf /etc/hylafax/faxcover.ps \
                        /etc/hylafax/faxmail.ps
                do
                        [ -f "$f" ] && cp -p "$f" /var/spool/hylafax/etc/
                done
        fi
fi

exit 0

Basically, the copy is done only if file system is not mounted in bind
mode from /etc/hylafax.

Then, once you changed the file, try again 'dpkg --configure
hylafax-client' and check the same error log.

Thanks,
Giuseppe




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to