runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 19b585d827be0bc9195d81a82c2074902a458bb6
parent 4f4cda8eefcaa52c12b797a7ba79d6a50dbeaa1d
Author: Gerrit Pape <pape@smarden.org>
Date:   Fri,  8 Aug 2003 11:22:43 +0000

debianized.
minor.

Diffstat:
Mdebian/rules | 10++++++----
Mpackage/commands | 1+
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -20,7 +20,7 @@ ifneq ($(DEB_HOST_ARCH),mips) ifneq ($(DEB_HOST_ARCH),mipsel) ifneq ($(DEB_HOST_ARCH),powerpc) ifneq ($(DEB_HOST_ARCH),sparc) - CC =gcc + CC =gcc endif endif endif @@ -97,13 +97,15 @@ install: build $(CURDIR)/debian/runit/usr/bin/svwaitup install -m0755 admin/runit-0.11.0/src/utmpset \ $(CURDIR)/debian/runit/usr/sbin/utmpset - install -m0755 admin/runit-0.11.0/src/runsvstat \ $(CURDIR)/debian/runit/usr/bin/runsvstat install -m0755 admin/runit-0.11.0/src/runsvctrl \ $(CURDIR)/debian/runit/usr/bin/runsvctrl - install -m0755 admin/runit-0.11.0/src/setuidgid \ - $(CURDIR)/debian/runit/usr/sbin/setuidgid + install -m0755 admin/runit-0.11.0/src/chpst \ + $(CURDIR)/debian/runit/usr/sbin/chpst + + # temporary? + ( cd $(CURDIR)/debian/runit/usr/sbin/ && ln -s chpst setuidgid ) install -m0755 admin/runit-0.11.0/etc/debian/getty-tty5/run \ $(CURDIR)/debian/runit/etc/runit/getty-5/run diff --git a/package/commands b/package/commands @@ -8,4 +8,5 @@ runsvctrl runsvstat svwaitup svlogd +chpst utmpset