summaryrefslogtreecommitdiffstats
path: root/comms/qpage
Commit message (Collapse)AuthorAgeFilesLines
* 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-251-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-221-1/+2
|
* Remove obsolete `Version required' lines.knu2000-04-141-1/+0
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-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-271-1/+1
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-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-201-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>
OpenPOWER on IntegriCloud