Revert "Create FIFO used by faxgetty porocesses"

This reverts commit 6a52a111bd.
This commit is contained in:
Daniel Berteaud 2014-12-04 18:54:08 +01:00
parent 6a52a111bd
commit 943374c90c
2 changed files with 0 additions and 12 deletions

View File

@ -6,10 +6,4 @@ if [ "$STATUS" != "enabled" ]; then
sv d .
fi
if [ \!-p /var/spool/hylafax/FIFO.ttyIAX ]; then
mkfifo /var/spool/hylafax/FIFO.ttyIAX
chown uucp:uucp /var/spool/hylafax/FIFO.ttyIAX
chmod 660 /var/spool/hylafax/FIFO.ttyIAX
fi
exec /usr/sbin/faxgetty ttyIAX

View File

@ -6,10 +6,4 @@ if [ "$STATUS" != "enabled" ]; then
sv d .
fi
if [ \!-p /var/spool/hylafax/FIFO.ttyIAX2 ]; then
mkfifo /var/spool/hylafax/FIFO.ttyIAX2
chown uucp:uucp /var/spool/hylafax/FIFO.ttyIAX2
chmod 660 /var/spool/hylafax/FIFO.ttyIAX2
fi
exec /usr/sbin/faxgetty ttyIAX2