summaryrefslogtreecommitdiff
path: root/misc/upclient/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508882
* Rename misc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363282
* Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESDoug Barton2012-08-231-22/+19
| | | | | | | | While I'm here, reformat the rc.d script to match conventions, and remove some cruft from the Makefile. Notes: svn path=/head/; revision=303035
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Use SUB_FILES for pkg-messageEdwin Groothuis2006-04-012-0/+23
| | | | Notes: svn path=/head/; revision=158554
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* - Use RC_SUBRKirill Ponomarev2004-03-041-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=102895
* - Fix MASTER_SITESKirill Ponomarev2004-03-034-81/+78
| | | | | | | | | | | | - Add USE_RC_SUBR - Update pkg-descr - Use DOCSDIR PR: ports/63668 Submitted by: maintainer Notes: svn path=/head/; revision=102811
* Update to 5.0.b8Mario Sergio Fujikawa Ferreira2003-06-124-62/+18
| | | | | | | | PR: 53230 Submitted by: maintainer Notes: svn path=/head/; revision=82826
* Update to 5.0.b7 and various small changes.Christian Weisgerber2003-02-144-33/+26
| | | | | | | | PR: 47869 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=75484
* Update to 5.0.b6.Pete Fritchman2003-01-039-315/+223
| | | | | | | | PR: 46339 Submitted by: maintainer Notes: svn path=/head/; revision=72346
* * Upgrade to 5.0.b5.Oliver Braun2002-10-196-110/+292
| | | | | | | | | | | * Changed MASTER_SITES. * Respect PREFIX correctly. PR: 44283 Submitted by: maintainer Notes: svn path=/head/; revision=68386
* Update to 4.2.1.23 The Uptimes Project is back!Patrick Li2001-11-197-233/+156
| | | | | | | | | PR: 32080 Submitted by: maintainer Approved by: lioux Notes: svn path=/head/; revision=50208
* Update to 4.2.1.21Kevin Lo2001-01-062-11/+16
| | | | | | | | PR: 24108 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36864
* Major update from 3.04 to 4.2.1.19James E. Housley2001-01-057-29/+321
| | | | | | | | PR: 23948 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=36804
* Import of upclient.Chris Piazza1999-08-282-0/+39
This is the client program for the Server Uptimes project. For more information on the Server Uptimes project visit their web site at: http://uptime.hexon.cx/ PR: 13272 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=21067