From: Thibault Godouet Date: Fri, 2 Nov 2001 13:39:32 +0000 (+0000) Subject: better management of pam conf files installation X-Git-Tag: ver2_9_4~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5004bb7091aae2c218c8230c0e2f4be96f58af3;p=thirdparty%2Ffcron.git better management of pam conf files installation --- diff --git a/Makefile.in b/Makefile.in index 208bd14..87bcd4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.77 2001-10-29 13:23:33 thib Exp $ +# $Id: Makefile.in,v 1.78 2001-11-02 13:39:32 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -111,7 +111,7 @@ install: all $(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 6111 -s fcronsighup $(DESTBIN) test -f $(ETC)/fcron.allow || test -f $(ETC)/fcron.deny || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(ETC) test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC) - test "${USEPAM}" = "0" || test -f $(ETC)/pam.d/fcron || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(ROOTGROUP) $(SRCDIR)/files/fcron.pam $(ETC)/pam.d/fcron + test "${USEPAM}" = "0" || $(SRCDIR)/script/install-pam-conf $(SRCDIR) $(ETC) $(ROOTNAME) $(ROOTGROUP) "$(INSTALL)" $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcron.8 $(DESTMAN)/man8 $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.1 $(DESTMAN)/man1 $(INSTALL) -m 644 -o $(ROOTNAME) $(SRCDIR)/doc/fcrontab.5 $(DESTMAN)/man5