fixes up faxsetup so it works now the afm files are gone
fixes the sysv init patch so it installs without breaking.
else \
true; \
fi
- @${ECHO} "= "etc; cd etc; ${MAKE} installSysVInit; \
+ @${ECHO} "= "etc; cd etc; ${MAKE} installSysVInit;
@if [ "@HTML@" = yes ]; then \
${ECHO} "= "html; cd html; ${MAKE} install; \
else \
# System V-specific init support.
#
installSysVInit: hylafax
- if [ "@SYSVINIT@" ]; do
- cp hylafax @SYSVINIT@
- chmod 755 @SYSVINIT@
- else
- ${PUTSERVER} -F ${SBIN} -m 755 hylafax
+ if [ "@SYSVINIT@" ]; do \
+ cp hylafax @SYSVINIT@ \
+ chmod 755 @SYSVINIT@ \
+ else \
+ ${PUTSERVER} -F ${SBIN} -m 755 hylafax \
fi
if test -d /etc/config; then \
${PUTSERVER} -F /etc/config -m 644 -src config.fax -O fax; \
the HylaFAX software or from the master FTP site at ftp.sgi.com.
EOF
fi
+ # return to spool directory
+ cd $DIR_SPOOL
fi
#