@@ -106,7 +106,7 @@ INSTALL
106106Currently, this is only known to work on the following systems:
107107
108108 Linux 2.2/2.4 (Redhat 6.x/7.x, Debian 2.2r6/3.0r0)
109- Solaris 2.6/8
109+ Solaris 2.6/8 (sun, x86)
110110 OpenBSD 2.9/3.1
111111 FreeBSD 4.5
112112
@@ -144,13 +144,13 @@ they have some very nasty bugs.
144144
145145First, uninstall any previous version:
146146
147- cd /usr/local/src/daemon-0.5
147+ cd /usr/local/src/daemon-0.6
148148 make uninstall
149149
150150To build and test:
151151
152- tar xzf daemon-0.6.tar.gz
153- cd daemon-0.6
152+ tar xzf daemon-0.6.1. tar.gz
153+ cd daemon-0.6.1
154154 conf/<your-system> # i.e. linux, solaris[68]-[g]cc, openbsd, freebsd
155155 mak # must be gnu make
156156 make test # only tests libslack. to test daemon, see test/README
@@ -194,28 +194,28 @@ BINARY PACKAGES
194194~~~~~~~~~~~~~~~
195195To install from the RPM binary package (into /usr by default):
196196
197- rpm -i daemon-0.6-1.i386.rpm
197+ rpm -i daemon-0.6.1 -1.i386.rpm
198198
199199To install from the RPM binary package into somewhere other than /usr:
200200
201- rpm --prefix=/usr/local -i daemon-0.6-1.i386.rpm
201+ rpm --prefix=/usr/local -i daemon-0.6.1 -1.i386.rpm
202202
203203To install from the (relocatable) Debian binary package (into /usr):
204204
205- dpkg -i daemon_0.6_i386 .deb
205+ dpkg -i daemon_0.6.1-0_i386 .deb
206206
207207To install from the (relocatable) Solaris8 binary package (into /opt/daemon):
208208
209- gunzip daemon-0.6.sun4u.pkg.gz
210- pkgadd -d daemon-0.6.sun4u.pkg
209+ gunzip daemon-0.6.1. sun4u.pkg.gz
210+ pkgadd -d daemon-0.6.1. sun4u.pkg
211211
212212Install from the OpenBSD binary package (into /usr/local):
213213
214- pkg_add daemon-0.6-obsd-i386.tar.gz
214+ pkg_add daemon-0.6.1 -obsd-i386.tar.gz
215215
216216Install from the FreeBSD binary package (into /usr/local):
217217
218- pkg_add daemon-0.6-fbsd-i386.tar.gz
218+ pkg_add daemon-0.6.1 -fbsd-i386.tar.gz
219219
220220REQUIREMENTS
221221~~~~~~~~~~~~
@@ -521,7 +521,7 @@ HISTORY
521521 - Fixed bug: -n and -u options together failed to unlink pidfiles
522522 - Fixed security bug: wasn't clearing supplementary groups with -u option
523523 - Added support for root and user pidfiles in separate directories
524- - Added make rpm rpm-daemon rpm-slack (with Edward Avis epa98@doc.ic.ac.uk )
524+ - Added make rpm rpm-daemon rpm-slack (with Edward Avis ed@membled.com )
525525 - Added installation of manpages for each function (link to module manpage)
526526 - Added libslack(3) overview manpage
527527 - Added list_break(), map_break()
@@ -652,7 +652,7 @@ HISTORY
652652 - Added --delay option
653653 - Added --limit option
654654 - Removed --force option (no longer meaningful)
655- - Added --foreground option (suggested by mh@zugschlus.de)
655+ - Added --foreground option (suggested by mh+daemon @zugschlus.de)
656656 - Added --pty option
657657 - Exposed daemon_pidfile()
658658 - Added daemon_is_running()
@@ -681,17 +681,23 @@ HISTORY
681681 - Added Debian source package generation
682682 - Stopped generating debian package (until it's a shared library)
683683 - Added make fbsd fbsd-daemon fbsd-slack (freebsd binary packages)
684- - Added --command option (suggested by mh@zugschlus.de)
684+ - Added --command option (suggested by mh+daemon @zugschlus.de)
685685 - Added support for absolute path in daemon_pidfile()
686- - Added --pidfiles, --pidfile options (suggested by mh@zugschlus.de)
686+ - Added --pidfiles, --pidfile options (suggested by mh+daemon @zugschlus.de)
687687 - Added daemon_getpid()
688- - Added --restart option (suggested by mh@zugschlus.de)
688+ - Added --restart option (suggested by mh+daemon @zugschlus.de)
689689 - Added support for ~/.daemonrc
690690 - Added --noconfig option
691691 - Added check for dubious characters in daemon names
692692 - Added libslack-config --upgrade option
693693 - Added lame ./config script that just calls existing lame conf/* scripts
694694
695+ 0.6.1 (20030901)
696+ - Fixed bug: --noconfig option broken (spotted by paolo@telmap.com)
697+ - Fixed bug: --command option broken (spotted by paolo@telmap.com)
698+ - Fixed bug: exit too quickly on sigterm (spotted by stodden@cs.tum.edu)
699+ - Set prog name to --name argument, if any (for syslog message prefix)
700+
695701TODO
696702~~~~
697703 - Port to Mac OS X (again), NetBSD, Cygwin[?]
709715
710716~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
711717URL: http://libslack.org/daemon/
712- Date: 20020916
718+ Date: 20030901
713719Author: raf <raf@raf.org>
0 commit comments