notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/runit/files/runsvdir.sh.in

Number of commits found: 9

Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Saturday, 14 Jan 2012
08:57 dougb search for other commits by this committer
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.
Original commit
Friday, 27 May 2011
15:26 bsam search for other commits by this committer
- 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>
Original commit
Saturday, 27 Mar 2010
04:30 dougb search for other commits by this committer
Remove the remaining examples of quotes around /etc/rc.subr
Original commit
Saturday, 29 Apr 2006
20:57 sergei search for other commits by this committer
- 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)
Original commit
Wednesday, 7 Sep 2005
08:15 sergei search for other commits by this committer
- Update to 1.3.1
- Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup
  file as well
Original commit
Friday, 22 Jul 2005
05:28 sergei search for other commits by this committer
- Update to 1.2.3
- Fix small typo in comments in the installed rcNG script
Original commit
Sunday, 27 Feb 2005
12:06 sergei search for other commits by this committer
- 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
Original commit
Wednesday, 16 Jul 2003
14:11 osa search for other commits by this committer
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
Original commit

Number of commits found: 9