f24a4d9d22
1998-11-11 Martin Baulig <martin@home-of-linux.org> * gnuserv.c (main): Set `server->features' directly rather than calling glibtop_set_parameter_l () since this function no longer allows to modify the features. * gnuserv.c, main.c: Use LIBGTOP_ENABLE_DEBUG rather than DEBUG.
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
1998-11-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* gnuserv.c (main): Set `server->features' directly rather than
|
|
calling glibtop_set_parameter_l () since this function no longer
|
|
allows to modify the features.
|
|
|
|
* gnuserv.c, main.c: Use LIBGTOP_ENABLE_DEBUG rather than DEBUG.
|
|
|
|
1998-11-01 Marc Ewing <marc@tasmanian.redhat.com>
|
|
|
|
* Makefile.am: Added $(GLIB_LIBS) to libs. Not sure
|
|
how it ever built without it.
|
|
|
|
1998-10-20 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Added a notice that this file *requires*
|
|
libtool 1.2. It may work with 1.1 as well, but that's untested.
|
|
|
|
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am (install-exec-hook): Always run `libgtop_postinstall',
|
|
it's `:' if there's nothing to do since the empty string is no
|
|
valid shell syntax here.
|
|
|
|
1998-10-01 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am (install-exec-hook): Use `libgtop_postinstall'
|
|
here to make the server suid root or sgid kmem if required.
|
|
|
|
1998-08-25 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* daemon.h (handle_parent_connection): Added prototype.
|
|
* write.c, io.c: Added cast to `const void *' in calls to
|
|
`write' and `send' to avoid compiler warnings.
|
|
* gnuserv.c (handle_signal): Declared static.
|
|
(main): Casting return value of `getuid' to `int' in
|
|
debugging statement.
|
|
|
|
* ChangeLog: New file.
|
|
|