summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules1
-rw-r--r--doc/index.html3
-rw-r--r--package/CHANGES3
4 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index a249d76..1239bca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+runit (0.9.5-1) unstable; urgency=low
+
+  * new upstream version.
+  * debian/rules: don't extra build setuidgid, upstream Makefile
+    does.
+
+ -- Gerrit Pape <pape@smarden.org>  Tue, 17 Jun 2003 15:55:49 +0200
+
 runit (0.9.4-1) unstable; urgency=medium
 
   * new upstream version.
diff --git a/debian/rules b/debian/rules
index ab6e72f..c842f1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,6 @@ build-arch-stamp:
 	echo "$(CC) $(CFLAGS)" >conf-cc; \
 	echo "$(CC) $(LDFLAGS)" >conf-ld; \
 	$(MAKE); \
-	$(MAKE) setuidgid; \
 	)
 
 	touch build-arch-stamp
diff --git a/doc/index.html b/doc/index.html
index 2e9eb8f..80f03e9 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -41,8 +41,7 @@
 replacement for
 <a href="ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/">sysvinit</a>
 and other init schemes. <i>runit</i> runs on <b>GNU/Linux</b>,
-<b>OpenBSD</b>, <b>FreeBSD</b>, <b>Mac OSX</b>, and can easily be adapted
-to other unix
+<b>OpenBSD</b>, <b>FreeBSD</b>, and can easily be adapted to other unix
 operating systems.
 If <i>runit</i> runs for you on any other operating system or Linux
 distribution, please let me know.
diff --git a/package/CHANGES b/package/CHANGES
index 951c769..02e341c 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,7 +1,6 @@
 runit 0.9.5
 Tue, 17 Jun 2003 10:48:10 +0200
-  * runit.c: user select() on systems that don't provide poll() (builds
-    on Mac OSX).
+  * runit.c: use select() on systems that don't provide poll().
   * 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.