| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
13 Mar 2008 21:31:02
1.3_7
|
wxs  |
RC script now supports _flags variable. Comments available in the RC
script.
PR: ports/108847
Submitted by: Dan Langille <dan@langille.org>
Approved by: garga (mentor) |
03 Mar 2008 23:41:58
1.3_6
|
linimon  |
jdp has returned his commit bit. We thank him for many years of service
in maintaining these ports. |
29 Jul 2007 21:45:28
1.3_6
|
kris  |
Retire obsolete USA_RESIDENT (dating to the bad old days of crypto export
controls and RSAref). nenscript was abusing this variable to enable
US-style paper size and date format, so just revert to the default for now. |
31 Jan 2007 18:11:22
1.3_6
|
jdp  |
Use RC_SUBR_SUFFIX.
Submitted by: Rong-En Fan |
29 Jan 2007 01:13:35
1.3_6
|
jdp  |
Fix bug: When the net/cvsup-mirror port is installed on a system
with OSVERSION >= 600101, the update.sh script is unable to start
PREFIX/etc/rc.d/cvsupd.sh script, as it doesn't exist. Instead the
cvsupd.sh script is named cvsupd on systems with OSVERSION >=
600101.
PR: ports/108483
Submitted by: Scot Hetzel |
20 Feb 2006 20:47:50
1.3_5
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
02 Jan 2006 10:05:11
1.3_5
|
edwin  |
[PATCH] net/cvsup-mirror: add some install time options for update.sh
Add following install time options for update.sh
- Whether or not /var/log/cvsup.log is rotated when update.sh
is invoked.
- Maximum number of log files.
- Wheter or not old log file is gzipped after rotated.
PR: ports/81598
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Not objected by: jdp@FreeBSD.org |
09 Dec 2005 14:49:43
1.3_4
|
pav  |
- Provide rcNG startup script
PR: ports/89316
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: maintainer timeout (jpd; 19 days) |
06 Aug 2004 00:37:47
1.3_3
|
jdp  |
Fix two bugs in scripts.
1. If update.sh failed to determine the PREFIX, it didn't realize it
had failed. This is arguably caused by a shell bug in processing
the statement
export PREFIX=$(expr $0 : "\(/.*\)/etc/cvsup/update\.sh\$")
This statement always succeeds even if the "expr" command fails.
Moving the "export" to a separate statement makes it work.
2. If the system had no "/home" directory, the pkg-install script
would create it with mode 0700, making ~cvsupin inaccessible to its
owner. A user ran into this bug when installing cvsup-mirror into a
jail. |
17 Mar 2004 11:23:04
1.3_2
|
mat  |
Ok, fix it once more, I swear I won't be doint sh scripts for a while
Pointy Hat To: me (I still have it, don't search) |
17 Mar 2004 07:17:57
1.3_1
|
mat  |
Corrected silly sh error
PORTREVISION bumped
Pointy Hat To: me |
16 Mar 2004 17:35:06
1.3
|
mat  |
Update to 1.3, allow to add increase history and to compress logs easily
Approved by: jdp (maintainer) |
07 Mar 2003 06:08:06
1.2_1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
11 Nov 2002 17:21:29
1.2_1
|
jdp  |
Put core dumps and crash output (cvsupd.out) into /var/run instead
of /var/tmp. Create cvsupd.out with mode 644 if it doesn't already
exist. Bump PORTREVISION.
Suggested by: Joshua Goodall <joshua@roughtrade.net> |
30 Aug 2002 20:45:57
1.2
|
jdp  |
Update the URL for CVSup. |
15 Jan 2002 05:13:57 
|
jdp  |
Depend on the GUI-less port of CVSup. |
21 Jul 2001 20:45:53 
|
jdp  |
Update ports which depend on cvsup-bin or cvsupd-bin to use the cvsup port
instead. I am removing the *-bin ports. |
08 Oct 2000 12:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
08 Oct 2000 08:19:09 
|
asami  |
Convert category net to new layout. |
13 Sep 2000 20:11:50 
|
jdp  |
Set the umask explicitly to 002 in the supfile. This prevents permission
problems in case "/etc/profile" sets it to something else. |
09 Jul 2000 19:57:33 
|
jdp  |
Update the cvsup-mirror port to reflect the fact that crypto isn't a special
case any more. |
04 Jul 2000 00:57:55 
|
jdp  |
Remove src-crypto-rsa. It doesn't exist any more. |
29 Jun 2000 16:21:34 
|
ache  |
Add src-crypto-rsa |
21 Jun 2000 07:00:15 
|
jdp  |
Add "exec" to the beginning of commands passed to "su ... -c ...". With some
shells (csh in particular) this eliminates a useless process waiting for the
command to finish. |