| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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!
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=508909
|
| |
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=440939
|
| |
|
|
|
|
|
|
|
|
| |
- Convert to option helper target and optimize
away ``.for'' loop in its recipe while here
PR: 207747 [1]
Notes:
svn path=/head/; revision=435595
|
| |
|
|
|
|
|
|
|
|
| |
Patch to allow running from PREFIX without copying (caveat-- must be on root
filesystem!)
Various minor runtime fixes
Notes:
svn path=/head/; revision=420105
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387082
|
| |
|
|
|
|
|
|
|
| |
Reported by: pointyhat
While here, stageify and tidy rc script
Notes:
svn path=/head/; revision=332148
|
| |
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251564
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- Pass user-overridable SERVICE_DIR into installed rundvsdir.sh startup
file as well
Notes:
svn path=/head/; revision=142145
|
| |
|
|
|
|
|
| |
- Fix small typo in comments in the installed rcNG script
Notes:
svn path=/head/; revision=139862
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
- 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
|