--- mgetty-1.1.36/Makefile.config 2008-10-09 22:55:57.000000000 +0200 +++ mgetty-1.1.36/Makefile 2008-10-09 22:55:57.000000000 +0200 @@ -164,7 +164,8 @@ LIBS= # # if your systems doesn't have one, use the shell script that I provide # in "inst.sh" (taken from X11R5). Needed on IRIX5.2 -INSTALL=install -c -o bin -g bin +INSTALL=install -c +#INSTALL=install -c -o bin -g bin #INSTALL=install -c -o root -g wheel # NeXT/BSD #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2 @@ -596,15 +597,15 @@ install.bin: mgetty sendfax newslock \ test -d $(CONFDIR) || \ ( ./mkidirs $(CONFDIR) && chmod 755 $(CONFDIR)) test -f $(CONFDIR)/login.config || \ - $(INSTALL) -o root -m 600 login.config $(CONFDIR)/ + $(INSTALL) -m 600 login.config $(CONFDIR)/ test -f $(CONFDIR)/mgetty.config || \ - $(INSTALL) -o root -m 600 mgetty.config $(CONFDIR)/ + $(INSTALL) -m 600 mgetty.config $(CONFDIR)/ test -f $(CONFDIR)/sendfax.config || \ - $(INSTALL) -o root -m 644 sendfax.config $(CONFDIR)/ + $(INSTALL) -m 644 sendfax.config $(CONFDIR)/ test -f $(CONFDIR)/dialin.config || \ - $(INSTALL) -o root -m 600 dialin.config $(CONFDIR)/ + $(INSTALL) -m 600 dialin.config $(CONFDIR)/ test -f $(CONFDIR)/faxrunq.config || \ - $(INSTALL) -o root -m 644 faxrunq.config $(CONFDIR)/ + $(INSTALL) -m 644 faxrunq.config $(CONFDIR)/ # # test for outdated stuff #