aboutsummaryrefslogtreecommitdiff
path: root/comms/qpage
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-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. Notes: svn path=/head/; revision=237892
* - Fix patch from previous commitThomas Abthorpe2008-10-262-3/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/128346 Submitted by: Jeff Blank <jfb@mr-happy.com> (maintainer) Notes: svn path=/head/; revision=222082
* - Added rc.subr integration and removed references to etc/rc.d/qpage.shStefan Walter2008-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 Notes: svn path=/head/; revision=221975
* Fix a potential buffer overflow.Stefan Walter2008-10-192-1/+29
| | | | | | | | PR: 128216 Submitted by: maintainer Notes: svn path=/head/; revision=221768
* - Fix segmentation faults on SIGHUP.Stefan Walter2008-10-182-2/+14
| | | | | | | | | | - Assign maintainership to submitter. PR: 127075, 127827 Submitted by: Jeffrey Blank <jfb@mr-happy.com> Notes: svn path=/head/; revision=221742
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149237
* The qpage port will run words together in long pages. The problemPav Lucistnik2004-10-282-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> Notes: svn path=/head/; revision=120440
* - make it run by the user uucp;Thierry Thomas2004-05-173-4/+16
| | | | | | | | | | - since I'm there, create the spool directory for a port installation. PR: ports/62617 Submitted by: Mike Andrews Notes: svn path=/head/; revision=109380
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Nitpicks for the comms/qpage portEdwin Groothuis2004-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> Notes: svn path=/head/; revision=97849
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* Install sample cf file mode 640, not 660Kris Kennaway2003-04-191-1/+1
| | | | Notes: svn path=/head/; revision=79268
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Maintainer address bounces.Peter Pentchev2003-02-211-1/+1
| | | | Notes: svn path=/head/; revision=76021
* upgrade to 3.3Ying-Chieh Liao2002-09-216-57/+13
| | | | | | | | | PR: 39383 Submitted by: Scott Lambert <lambert@lambertfam.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=66999
* Use POSIX syntax for chown to fix install on -currentKris Kennaway2002-08-231-3/+3
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=64850
* Use user:group in call to chown.Steve Price2001-07-251-1/+1
| | | | Notes: svn path=/head/; revision=45486
* Add a missing ';' so this port builds/installs cleanly.Steve Price2000-08-081-1/+1
| | | | Notes: svn path=/head/; revision=31408
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229
* Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .Bill Fenner2000-06-221-1/+2
| | | | Notes: svn path=/head/; revision=29788
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-1/+2
| | | | Notes: svn path=/head/; revision=27419
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-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. Notes: svn path=/head/; revision=19799
* Un-break: the MASTER_SITE returned extra bytes when servicing anBill Fenner1998-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. Notes: svn path=/head/; revision=14206
* Um, this isn't quite right....Satoshi 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. Notes: svn path=/head/; revision=12956
* Unbreak this port.Steve Price1998-08-303-4/+4
| | | | Notes: svn path=/head/; revision=12926
* BROKEN:Justin M. Seger1998-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. # Notes: svn path=/head/; revision=12694
* Wow. Deleting manpages is a lot faster on bento.Tim Vanderhoek1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12571
* 1. Correct the config file path on qpage.1Vanilla I. Shu1998-06-044-15/+40
| | | | | | | 2. Add a rc file (etc/rc.d/qpage.sh) to start qpage daemon. Notes: svn path=/head/; revision=11239
* Change MASTER_SITES.Vanilla I. Shu1998-06-031-2/+2
| | | | Notes: svn path=/head/; revision=11220
* Re-import of qpage port which used to live in the misc category. Here'sMasafumi Max NAKANE1997-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> Notes: svn path=/head/; revision=8229