Commit graph

3 commits

Author SHA1 Message Date
Stefan Walter
d96072f0de - Added rc.subr integration and removed references to etc/rc.d/qpage.sh
- Added OPTIONS knob for enabling srvrsnpp.c patch from ports/123437 (felt it
  was better to make the patch optional)
- Added more knobs for compile-time options: daemon user, syslog facility
- Changed ${INSTALL_SCRIPT} to ${INSTALL_DATA} in post-install target
- Removed old maintainer e-mail address from pkg-descr

PR:		128318
Submitted by:	maintainer
2008-10-24 10:14:05 +00:00
Thierry Thomas
87b19a3625 - make it run by the user uucp;
- since I'm there, create the spool directory for a port installation.

PR:		ports/62617
Submitted by:	Mike Andrews
2004-05-17 22:08:09 +00:00
Edwin Groothuis
ef90f616b0 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@strauser.com>
2004-01-10 08:48:29 +00:00