cvs commit: ports/comms/qpage Makefile ports/comms/qpage/files patch-config.h.in patch-config.input patch-qpage.man

Edwin Groothuis edwin at FreeBSD.org
Sat Jan 10 00:48:31 PST 2004


edwin       2004/01/10 00:48:29 PST

  FreeBSD ports repository

  Modified files:
    comms/qpage          Makefile 
  Added files:
    comms/qpage/files    patch-config.h.in patch-config.input 
                         patch-qpage.man 
  Log:
  Nitpicks for the comms/qpage port
  
          The comms/qpage port has a few minor problems.  A default installation gives
          the following errors when the /usr/local/etc/rc.d/qpage.sh script is
          execute:
  
              qpage[68438]: cannot open /etc/qpage.cf: No such file or directory
              qpage[68438]: cannot access LockDir(/var/spool/lock): Permission denied
              qpage[68438]: cannot access QueueDir(/var/spool/qpage): No such file or directory
              qpage[68438]: cannot chdir to QueueDir(/var/spool/qpage): No such file or directory
  
          In short:
  
          1) qpage looks for its configuration file in /etc instead of /usr/local/etc
          2) It setuid()'s to a user (daemon) without permission to access /var/spool/lock
          but does not document this anywhere outside of the source.
          3) It's queue directory is not created by installing the port.
  
  PR:             ports/48059
  Submitted by:   Kirk Strauser <kirk at strauser.com>
  
  Revision  Changes    Path
  1.22      +8 -0      ports/comms/qpage/Makefile
  1.1       +11 -0     ports/comms/qpage/files/patch-config.h.in (new)
  1.1       +20 -0     ports/comms/qpage/files/patch-config.input (new)
  1.1       +11 -0     ports/comms/qpage/files/patch-qpage.man (new)


More information about the cvs-all mailing list