summaryrefslogtreecommitdiff
path: root/sysutils/runit/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/runit: Fix shutdown and rebootChris Rees2023-09-174-7/+56
| | | | | | | | | | | The FreeBSD PREFIX insistence plays havoc with runit, but this should fix the issues on rebooting and shutting down when using runit-init. The problem was because of the inconsistency of where stopit and reboot are stored. While here, pet rclint and identify bug in rclint at the same time!
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508909
* Remove svn keywords from patches.Mathieu Arnold2017-05-152-4/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440939
* - Add a patch to allow sending logs via UDP [1]Alexey Dokuchaev2017-03-071-0/+10
| | | | | | | | | | - Convert to option helper target and optimize away ``.for'' loop in its recipe while here PR: 207747 [1] Notes: svn path=/head/; revision=435595
* Add pkg-message with hints on replacing initChris Rees2016-08-116-0/+137
| | | | | | | | | | Patch to allow running from PREFIX without copying (caveat-- must be on root filesystem!) Various minor runtime fixes Notes: svn path=/head/; revision=420105
* Upgrade to version 2.1.2.Jimmy Olgeni2015-05-261-1/+1
| | | | | | | | | | | Use daemon(8) to redirect stdin, stdout, and stderr; start daemon in /. PR: 200440 Submitted by: olgeni Approved by: maintainer (email) Notes: svn path=/head/; revision=387479
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Fix link without gccChris Rees2013-10-301-14/+8
| | | | | | | | | Reported by: pointyhat While here, stageify and tidy rc script Notes: svn path=/head/; revision=332148
* 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
* - Unbreak on CURRENT;Boris Samorodov2011-05-272-2/+96
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=274736
* Remove the remaining examples of quotes around /etc/rc.subrDoug Barton2010-03-271-1/+1
| | | | Notes: svn path=/head/; revision=251564
* - Update to 1.5.0:Sergei Kolobov2006-04-291-1/+1
| | | | | | | | | 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) Notes: svn path=/head/; revision=160831
* - Update to 1.3.1Sergei Kolobov2005-09-071-5/+5
| | | | | | | | - Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup file as well Notes: svn path=/head/; revision=142145
* - Update to 1.2.3Sergei Kolobov2005-07-221-1/+1
| | | | | | | - Fix small typo in comments in the installed rcNG script Notes: svn path=/head/; revision=139862
* - Convert the included runsvdir startup script to rcNG.Sergei Kolobov2005-02-271-22/+45
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=129882
* New port: runit is daemontools replacement:Sergey A. Osokin2003-07-161-0/+23
- 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 Notes: svn path=/head/; revision=84993