# @configure_input@
-# $Id: Makefile.in,v 1.52 2001-01-04 15:52:38 thib Exp $
+# $Id: Makefile.in,v 1.53 2001-01-07 12:46:56 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
USERNAME = @USERNAME@
GROUPNAME = @GROUPNAME@
DEBUG = @DEBUG@
+ANSWERALL = @ANSWERALL@
# Optimize or debug ?
# -DDEBUG even more verbose
install: all
- script/user-group $(USERNAME) $(GROUPNAME)
+ script/user-group $(USERNAME) $(GROUPNAME) $(ANSWERALL)
$(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTSBIN)
$(INSTALL) -g $(ROOTGROUP) -o $(ROOTNAME) -m 755 -d $(DESTBIN)
# in order to get correct rights when upgrading :
find $(FCRONTABS) -type f -name "*.orig" -exec chown $(USERNAME):$(GROUPNAME) {} \; -exec chmod 640 {} \;
- if test -f $(ETC)/fcron.deny; then chown $(USERNAME):$(GROUPNAME) $(ETC)/fcron.deny ; fi
- if test -f $(ETC)/fcron.allow; then chown $(USERNAME):$(GROUPNAME) $(ETC)/fcron.allow ; fi
+ if test -f $(ETC)/fcron.deny; then chown $(ROOTNAME):$(GROUPNAME) $(ETC)/fcron.deny ; fi
+ if test -f $(ETC)/fcron.allow; then chown $(ROOTNAME):$(GROUPNAME) $(ETC)/fcron.allow ; fi
- script/sysVinit-install "$(INSTALL) -o $(ROOTNAME)" $(DESTSBIN) $(DEBUG) $(FCRONTABS)
+ script/sysVinit-install "$(INSTALL) -o $(ROOTNAME)" $(DESTSBIN) $(DEBUG) $(FCRONTABS) $(ANSWERALL)
install-boot: install
if test "$(DEBUG)" = "1"; then \
- script/sysVinit-install "$(INSTALL)" $(DESTSBIN) 0 $(FCRONTABS) ;\
+ script/sysVinit-install "$(INSTALL) -o $(ROOTNAME)" $(DESTSBIN) 0 $(FCRONTABS) $(ANSWERALL);\
fi
install-restart: install