Use `libgtop_postinstall' here to make the server suid root or sgid kmem

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.
This commit is contained in:
Martin Baulig
1998-10-01 08:58:55 +00:00
committed by Martin Baulig
parent 17a37aa394
commit 23cdbd5336
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
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.

View File

@@ -30,3 +30,8 @@ libgtop_server_LDADD = $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps_su
@LIBSUPPORT@
EXTRA_DIST = server_config.h.in server_config.pl
install-exec-hook:
-if [ ! -z "@libgtop_postinstall@" ] ; then \
@libgtop_postinstall@ ; \
fi