[redirected to xemacs-beta]
gnuserv in XEmacs isn't installed into a user-visible directory and
the XEmacs architecture specific directory should get prepended to the
search patch, right?
Or wrong:
C-h v
`exec-path' is a simple built-in variable.
Value: ("/usr/openwin/bin/" "/home/steve/bin/" "/bin/"
"/usr/bin/" "/usr/X11R6/bin/" "/usr/ucb/"
"/usr/local/bin/" "/usr/bin/mh/" "/usr/local/www/bin/"
"/usr/new/pbm/" "/usr/games/" "/usr/local/games/bin/"
"/home/xemacs/xemacs-21.2/lib-src/")
Documentation:
*List of directories to search programs to run in subprocesses.
Each element is a string (directory name) or nil (try default directory).
Hmm. This might be a problem, but would the `gnuserv' in this package
also be kept in a non-user-path directory? A setuid root program is
not something I would casually add to the default system search path.
Michael Harnois <mharnois(a)sbtek.net> writes:
I just ran across something that I think represents a potential
conflict ...
While building libgtop, "a library that fetches information
about the
running system such as cpu and memory usage, active processes etc. On
Linux systems, these information are taken directly from the /proc
filesystem. For other systems such as Solaris, where such programs
need to be suid root (or only setgid kmem/mem on some systems), it
provides a suid/setgid server that fetches those information and a
client-side library that talks to this server"
I found out the daemon program is named gnuserv.
The author is Martin Baulig (martin(a)home-of-linux.org).