diff options
author | Gerrit Pape <pape@smarden.org> | 2003-06-17 13:48:35 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-06-17 13:48:35 +0000 |
commit | 2208761ba51953b772d78bb99229abeb5cf2231b (patch) | |
tree | 9787eebc26da26fbe0da5bde0a0b657cc12429b4 /etc | |
parent | ea4074e15836b82ae6e12f0d2c636ab5642f01f0 (diff) | |
download | runit-2208761ba51953b772d78bb99229abeb5cf2231b.tar.gz runit-2208761ba51953b772d78bb99229abeb5cf2231b.tar.xz runit-2208761ba51953b772d78bb99229abeb5cf2231b.zip |
* runit.c: user select() on systems that don't provide poll() (builds
on Mac OSX). * svlogd.c: reset match flag in lineflush() in all cases. * Makefile: build setuidgid in default target. * doc/useinit.html: add instruction to create /etc/runit/2 first. * doc/install.html: minor. 0.9.5.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/2 (renamed from etc/debian/2) | 0 | ||||
-rwxr-xr-x | etc/freebsd/2 | 6 | ||||
-rwxr-xr-x | etc/openbsd/2 | 6 |
3 files changed, 0 insertions, 12 deletions
diff --git a/etc/debian/2 b/etc/2 index 666a643..666a643 100755 --- a/etc/debian/2 +++ b/etc/2 diff --git a/etc/freebsd/2 b/etc/freebsd/2 deleted file mode 100755 index 666a643..0000000 --- a/etc/freebsd/2 +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -PATH=/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin - -exec env - PATH=$PATH \ -runsvdir /service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' diff --git a/etc/openbsd/2 b/etc/openbsd/2 deleted file mode 100755 index 666a643..0000000 --- a/etc/openbsd/2 +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -PATH=/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin - -exec env - PATH=$PATH \ -runsvdir /service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' |