commit 4b40368790996e889dfa0bf176bff56203621e07
parent f201b17026f5e9d5f5688983b0a84ab0605cd935
Author: Gerrit Pape <pape@smarden.org>
Date: Wed, 18 Jun 2003 11:49:56 +0000
minor.
debianized.
Diffstat:
4 files changed, 10 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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.