commit c116b285099dbe9daa5725a6160e4829ed0cf475
parent d2fb4107813931691e9409387ca5f9b27fbbf4cf
Author: Gerrit Pape <pape@smarden.org>
Date:   Thu, 17 Oct 2002 13:03:25 +0000
beautifier.
Diffstat:
3 files changed, 23 insertions(+), 65 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
@@ -0,0 +1,23 @@
+runit for Debian
+----------------
+
+This package provides the runit programs and configuration files. It does
+not replace /sbin/init and so does not enable runit to run as process no 1.
+To do so, you need to follow the documentation[0] or install the package
+runit-run.
+
+runit's default directory for services is /var/service.
+
+It is possible to use runit's service supervision with sysvinit's init
+running as process no 1. I you want this, add a line to the end of
+/etc/inittab like this:
+
+# echo 'SV:123456:respawn:/etc/runit/2' >>/etc/inittab
+
+and tell sysvinit about the change:
+
+# init q
+
+[0] http://smarden.org/runit/replaceinit.html
+
+ -- Gerrit Pape <pape@smarden.org>, Wed, 16 Oct 2002 13:24:32 +0200
diff --git a/debian/rules b/debian/rules
@@ -105,10 +105,6 @@ install: build
 	chmod 0700 $(CURDIR)/debian/runit/etc/runit/3
 	install -m0700 admin/runit/etc/debian/ctrlaltdel \
 	  $(CURDIR)/debian/runit/etc/runit/ctrlaltdel
-#	sed -e 's}^/command/utmpset}utmpset}g' \
-#	  <admin/runit/etc/debian/getty-tty5/run \
-#	    >$(CURDIR)/debian/runit/etc/runit/getty-5/run
-#	chmod 0755 $(CURDIR)/debian/runit/etc/runit/getty-5/run
 	install -m0755 debian/getty-tty5.run \
 	  $(CURDIR)/debian/runit/etc/runit/getty-5/run
 	install -m0755 debian/getty-tty5.finish \
@@ -119,39 +115,8 @@ install: build
 	install -m0644 debian/runit.lintian \
 	  $(CURDIR)/debian/runit/usr/share/lintian/overrides/runit
 
-	# runit-run
-	( \
-	cd runit-run; \
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/runit-run; \
-	)
-
 # Build architecture-independent files here.
-# Pass -i to all debhelper commands in this target to reduce clutter.
 binary-indep: build install
-#	dh_testdir -i
-#	dh_testroot -i
-#	dh_installdebconf -i
-#	dh_installdocs -i
-#	dh_installexamples -i
-#	dh_installmenu -i
-#	dh_installlogrotate -i
-#	dh_installemacsen -i
-#	dh_installpam -i
-#	dh_installmime -i
-#	dh_installinit -i
-#	dh_installcron -i
-#	dh_installman -i
-#	dh_installinfo -i
-#	dh_undocumented -i
-#	dh_installchangelogs -i
-#	dh_link -i
-#	dh_compress -i
-#	dh_fixperms -i
-#	dh_installdeb -i
-#	dh_perl -i
-#	dh_gencontrol -i
-#	dh_md5sums -i
-#	dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -160,15 +125,7 @@ binary-arch: build install
 #	dh_installdebconf -a
 	dh_installdocs -a
 #	dh_installexamples -a
-#	dh_installmenu -a
-#	dh_installlogrotate -a
-#	dh_installemacsen -a
-#	dh_installpam -a
-#	dh_installmime -a
-#	dh_installinit -a
-#	dh_installcron -a
 	dh_installman -a admin/runit/man/*.8 debian/runsv*.8
-#	dh_installinfo -a
 #	dh_undocumented -a
 	dh_installchangelogs -a admin/runit-0.7.0/package/CHANGES
 	dh_strip -a
@@ -177,7 +134,6 @@ binary-arch: build install
 	dh_fixperms -a -X/sbin
 #	dh_makeshlibs -a
 	dh_installdeb -a
-#	dh_perl -a
 #	dh_shlibdeps -a
 	dh_gencontrol -a
 	dh_md5sums -a
diff --git a/debian/runit.README.Debian b/debian/runit.README.Debian
@@ -1,21 +0,0 @@
-runit for Debian
-----------------
-
-This package provides the runit programs and configuration files. It does
-not replace /sbin/init and so does not enable runit to run as process no 1.
-To do so, you need to follow the documentation[0] or install the package
-runit-run.
-
-runit's default directory for services is /var/service.
-
-It is possible to use runit's service supervision with sysvinit's init
-running as process no 1. I you want this, add a line to the end of
-/etc/inittab like this:
-
-# echo 'SV:123456:respawn:/etc/runit/2' >>/etc/inittab
-
-and tell sysvinit about the change:
-
-# init q
-
- -- Gerrit Pape <pape@smarden.org>, Wed, 16 Oct 2002 13:24:32 +0200