--- projects/libstatgrab/src/saidar/Makefile.am 2003/10/24 13:33:15 1.3 +++ projects/libstatgrab/src/saidar/Makefile.am 2003/12/12 09:48:20 1.4 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/saidar # http://www.i-scream.org/ -# $Id: Makefile.am,v 1.3 2003/10/24 13:33:15 tdb Exp $ +# $Id: Makefile.am,v 1.4 2003/12/12 09:48:20 tdb Exp $ if SAIDAR bin_PROGRAMS = saidar @@ -15,10 +15,14 @@ INCLUDES = @SAIDARCPPFLAGS@ -I$(top_srcdir) -I$(top_bu LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la @SAIDARLIBS@ @LINKFLAGS@ install-exec-local: -if SETGIDBINS if SAIDAR +if SETGIDBINS # Some operating systems need the binary to be setgid kmem chgrp kmem @bindir@/saidar chmod g+s @bindir@/saidar +endif +if SETUIDBINS +# Some operating systems need the binary to be setuid root + chmod u+s @bindir@/saidar endif endif