[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598527: marked as done (capi4hylafax: Hardcoded config-value in init-script config.faxCAPI)



Your message dated Wed, 27 Nov 2019 07:16:27 +0000
with message-id <E1iZrYp-0009NR-Od@fasolo.debian.org>
and subject line Bug#945512: Removed package(s) from unstable
has caused the Debian Bug report #598527,
regarding capi4hylafax: Hardcoded config-value in init-script config.faxCAPI
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
598527: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598527
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: capi4hylafax
Version: 1:01.03.00.99.svn.300-12


---------- snip ----------

# This function clones the /etc directory into the chroot() directory
# Usually hylafax does that for us, but if it isn't running,
# we have to do it ourselves, even if we don't run c2faxrecv (for
c2faxsend)
copy_slash_etc()
{
  local SPOOL
  SPOOL=/var/spool/hylafax/

  if ! [ -d "${SPOOL}/etc" ]; then
      mkdir -p "${SPOOL}/etc" || true
  fi

  if [ -d "${SPOOL}/etc" ]; then
      cp -a "/etc/hylafax/config.faxCAPI" "$SPOOL/etc"
  else
      echo "Can't create directory ${SPOOL}/etc" 1>&2
      exit 1
  fi
}

---------- snap ----------

Please don't hardcode the config.faxCAPI configuration file in the
init-script of capi4hylafax as the filename might differ and
capi4hylafax refuses to start:

mailsrv1:/etc/hylafax# /etc/init.d/capi4hylafax start
cp: cannot stat `/etc/hylafax/config.faxCAPI': No such file or directory


thanks

-- 
Stefan Bauer -----------------------------------------
PGP: 36D1 1570 DCAD B767 EABE F60D 6BCA 7AD4 79EB C4EC
-------- plzk.de - Linux - because it works ----------



--- End Message ---
--- Begin Message ---
Version: 1:01.03.00.99.svn.300-20+rm

Dear submitter,

as the package capi4hylafax has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/945512

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: