aboutsummaryrefslogtreecommitdiffstats
path: root/comms/qpage
Commit message (Collapse)AuthorAgeFilesLines
* - adopt optionsNGjgh2013-03-241-8/+6
| | | | | | - trim historical header Approved by: portmgr (miwi)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Fix patch from previous committabthorpe2008-10-262-3/+3
| | | | | | | - Bump PORTREVISION PR: ports/128346 Submitted by: Jeff Blank <jfb@mr-happy.com> (maintainer)
* - Added rc.subr integration and removed references to etc/rc.d/qpage.shstefan2008-10-248-36/+144
| | | | | | | | | | | - 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
* Fix a potential buffer overflow.stefan2008-10-192-1/+29
| | | | | PR: 128216 Submitted by: maintainer
* - Fix segmentation faults on SIGHUP.stefan2008-10-192-2/+14
| | | | | | | - Assign maintainership to submitter. PR: 127075, 127827 Submitted by: Jeffrey Blank <jfb@mr-happy.com>
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-1/+0
|
* - Add SHA256pav2005-11-241-0/+1
|
* The qpage port will run words together in long pages. The problempav2004-10-292-1/+12
| | | | | | | | is in msgcpy in util.c, where the breaks don't preserve word boundries. PR: ports/73020 Submitted by: Douglas K. Rand <rand@meridian-enviro.com>
* - make it run by the user uucp;thierry2004-05-183-4/+16
| | | | | | | - since I'm there, create the spool directory for a port installation. PR: ports/62617 Submitted by: Mike Andrews
* SIZEify.trevor2004-01-291-0/+1
|
* Nitpicks for the comms/qpage portedwin2004-01-104-0/+50
| | | | | | | | | | | | | | | | | | | | | 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>
* ECHO -> ECHO_MSGedwin2003-09-271-2/+2
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Install sample cf file mode 640, not 660kris2003-04-191-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Maintainer address bounces.roam2003-02-211-1/+1
|
* upgrade to 3.3ijliao2002-09-216-57/+13
| | | | | | PR: 39383 Submitted by: Scott Lambert <lambert@lambertfam.org> Approved by: maintainer timeout
* Use POSIX syntax for chown to fix install on -currentkris2002-08-231-3/+3
| | | | Noticed by: bento
* Use user:group in call to chown.steve2001-07-261-1/+1
|
* Add a missing ';' so this port builds/installs cleanly.steve2000-08-081-1/+1
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-052-3/+22
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .fenner2000-06-231-1/+2
|
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-1/+2
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-1/+1
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Un-break: the MASTER_SITE returned extra bytes when servicing anfenner1998-10-272-5/+4
| | | | | | | | HTTP/1.1 request. Moved distfile to www.freebsd.org/~fenner/ temporarily. Left original MASTER_SITE commented out - newer fetch fetches the distfile properly, and server administrator is working on the problem, so will probably be able to be moved back soon.
* Um, this isn't quite right....asami1998-08-311-1/+3
| | | | | | | | | | ------- ===> Extracting for qpage-3.2 >> Checksum OK for qpage-3.2.tar.Z. /usr/bin/tar: archive /usr/ports/distfiles//qpage-3.2.tar.Z EOF not on block boundary *** Error code 1 Stop.
* Unbreak this port.steve1998-08-303-4/+4
|
* BROKEN:jseger1998-08-211-1/+3
| | | | | | | | | | | | | | | | # make package >> qpage-3.2.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from http://www.qpage.org/download/. Receiving qpage-3.2.tar.Z (149352 bytes): 100% 149357 bytes transfered in 24.5 seconds (5.95 Kbytes/s) >> Checksum mismatch for qpage-3.2.tar.Z. Make sure the Makefile and md5 file (/usr/ports/BROKEN/comms/qpage/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. #
* Wow. Deleting manpages is a lot faster on bento.hoek1998-08-171-1/+0
|
* 1. Correct the config file path on qpage.1vanilla1998-06-044-15/+40
| | | | 2. Add a rc file (etc/rc.d/qpage.sh) to start qpage daemon.
* Change MASTER_SITES.vanilla1998-06-031-2/+2
|
* Re-import of qpage port which used to live in the misc category. Here'smax1997-10-136-0/+70
the import message used when it was imported to ports/misc: New port, qpage: QuickPage sends messages to a paging terminal using the SNPP and IXO (also known as TAP) protocols. It is normally used with no options other than a recipient and the message text, in which case the message is sent to the SNPP server where it is submitted to a page queue to be sent by a separate daemon process. PR: 4224 Submitted by: Joe Stein <joes@seaport.net>