isdn4k-utils/xmonisdn/Imakefile
Paul Slootman 6feba7ac65 xmonisdn was meant to be installed setuid root. However, this was not secure
(scripts were executed with system() so e.g. IFS and PATH could be used to
work around any attempt of security...).
Now check that it is not installed setuid root (unless the user insists,
details in manpage), and recommend to put user in group `dialout' or similar
and also make the isdn devices group `dialout'; the scripts can then use
isdnctrl to stop/start stuff.
1999-08-03 14:00:22 +00:00

20 lines
618 B
Text

XCOMM $XConsortium: Imakefile,v 1.12 93/09/20 10:18:26 kaleb Exp $
DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
SYS_LIBRARIES = MathLibrary
SRCS = xmonisdn.c Net.c
OBJS = xmonisdn.o Net.o
HEADERS = NetP.h Net.h
INSTPGMFLAGS = -m 0755 -s
ComplexProgramTarget(xmonisdn)
install.bitmap:
[ -d $(DESTDIR)$(INCROOT)/X11/bitmaps ] || \
mkdir -p $(DESTDIR)$(INCROOT)/X11/bitmaps
$(INSTALL) $(INSTALLFLAGS) -m 644 netinactive netwaiting netactive netactiveout netstart netstop $(DESTDIR)$(INCROOT)/X11/bitmaps/
install.all: install install.man install.bitmap