1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Chris Rees
dd045ef1d7 - Update maintainer address
Approved by: rene (mentor)
2011-06-17 06:46:07 +00:00
Frederic Culot
948f5a77df - Update to 2.1.1
PR:		ports/157522
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)
2011-06-02 16:40:27 +00:00
Boris Samorodov
55452e601a - Unbreak on CURRENT;
- Pass maintainership from ports@ to submitter;
- Remove utmp code if utmpx is present;
- Handle configuration files correctly;
- Use ETCDIR;
- Remove empty REQUIRE line from runsvdir.sh.in.

PR:		ports/157298
Submitted by:	Chris Rees <utisoft@gmail.com>
2011-05-27 15:26:01 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1fe689ef09 Remove the remaining examples of quotes around /etc/rc.subr 2010-03-27 04:30:05 +00:00
Martin Wilke
9d2eb43f70 - Mark BROKEN on HEAD: fails to build with new utmpx
Reported by:	pointyhat
2010-03-20 13:38:17 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Philip M. Gollucci
69a0b2a2f9 - Update to 2.0.0 2009-07-21 00:51:44 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
Sergei Kolobov
8e8c78a883 - Update to 1.7.2 2007-03-21 16:05:50 +00:00
Sergei Kolobov
fa5aab8189 - Update to 1.6.0
- Remove programs and documentation that are no longer installed
2006-08-09 11:47:39 +00:00
Sergei Kolobov
07a67be67c - Update to 1.5.0:
Functionality of runsvctrl(8), runsvstat(8), svwaitup(8), svwaitdown(8)
  has been rolled into sv(8)
- Update startup script to use sv(8) instead of runsvctrl(8)
2006-04-29 20:57:25 +00:00
Sergei Kolobov
d002e64530 - Update to 1.3.3 2006-01-10 17:15:16 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Sergei Kolobov
ae4567ac12 - Update to 1.3.1
- Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup
  file as well
2005-09-07 08:15:35 +00:00
Sergei Kolobov
6b528be53c - Update to 1.3.0 2005-08-29 12:21:12 +00:00
Sergei Kolobov
dd8d9e70e9 - Update to 1.2.3
- Fix small typo in comments in the installed rcNG script
2005-07-22 05:28:53 +00:00
Sergei Kolobov
6685d318be - Convert the included runsvdir startup script to rcNG.
It is now fully controlled via /etc/rc.conf mechanism:

  runsvdir_enable="YES"		- enable runsvdir startup
  runsvdir_path="/service"	- override service directory path
				  (default: /var/service)
- Startup script now automatically creates service directory
  if it is missing
- Bump PORTREVISION
2005-02-27 12:06:59 +00:00
Sergei Kolobov
ff9d2cb3a3 - Update to 1.2.1 2005-02-21 13:49:25 +00:00
Sergei Kolobov
671e25df45 - Update to 1.0.4 2004-08-06 22:39:58 +00:00
Kris Kennaway
5c8fc4c32e Add missing directories 2004-04-13 12:31:27 +00:00
Sergei Kolobov
7efa672c3e - Update to 1.0.2 2004-04-08 04:53:14 +00:00
Sergei Kolobov
c3fb284092 - Make running self-tests an optional step since it may fail
in some environments (particularlly, bento's).
  Move it from do-build to a new test target.

Reported by:	bento (via kris)
2004-03-25 22:15:48 +00:00
Sergei Kolobov
3c2c4a8c86 - Update to 1.0.1 2004-03-16 06:27:44 +00:00
Sergei Kolobov
5c3b42eb75 - Update to 1.0.0 2004-02-16 22:03:57 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
552bd833a2 - Update to 0.13.1 2004-01-26 08:53:24 +00:00
Sergei Kolobov
b3ef8f86a2 - Update to 0.13.0 2004-01-15 09:39:09 +00:00
Sergei Kolobov
204571cb65 - Update to 0.12.1 2003-11-20 22:32:50 +00:00
Sergei Kolobov
c23271b872 - Update to 0.12.0:
= service directory now defaults to /var/service instead of /service
  - documentation is improved.
2003-10-29 21:14:30 +00:00
Sergei Kolobov
b5ac288585 Change to my @FreeBSD.org address.
Approved by:	krion
2003-10-23 05:42:49 +00:00
Kirill Ponomarev
c3c45bf4c6 - Update to version 0.11.2
PR:		57426
Submitted by:	Sergei Kolobov <sergei@kolobov.com> (maintainer)
2003-09-30 21:30:35 +00:00
Sergey A. Osokin
16f9bebaed New port: runit is daemontools replacement:
- service supervision
- clean process state
- reliable logging facility
- fast system bootup and shutdown
- packaging friendly
- small code size

Submitted by:	Sergei Kolobov <sergei@kolobov.com>
PR:		54513
2003-07-16 14:11:08 +00:00