replacement de evoauth.conf, evoauth.log dans /var/log.

This commit is contained in:
Alexandre Anriot 2005-09-15 11:21:32 +00:00
parent fecd355803
commit 25763dd968
3 changed files with 7 additions and 6 deletions

View file

@ -2,11 +2,12 @@
# #
# Makefile pour Evoauth # Makefile pour Evoauth
VERSION= 0.5 VERSION= 0.8
SRC= ./ SRC= ./
WWWDIR= /var/www/htdocs WWWDIR= /var/www/htdocs
BINDIR= /usr/local/share BINDIR= /usr/local/share
DOCDIR= /usr/local/share/doc DOCDIR= /usr/local/share/doc
LOGDIR= /var/log
NAME= evoauth NAME= evoauth
TAR?= tar TAR?= tar
INSTALL?= install INSTALL?= install
@ -42,7 +43,7 @@ help:
$(INSTALL) -d -m 0755 $(DOCDIR)/$(NAME)/install $(INSTALL) -d -m 0755 $(DOCDIR)/$(NAME)/install
$(INSTALL) -m 0644 install/*.* $(DOCDIR)/$(NAME)/install $(INSTALL) -m 0644 install/*.* $(DOCDIR)/$(NAME)/install
$(INSTALL) -m 0644 install/INSTALL $(DOCDIR)/$(NAME)/install $(INSTALL) -m 0644 install/INSTALL $(DOCDIR)/$(NAME)/install
$(INSTALL) -m 0664 install/evoauth.log $(BINDIR)/$(NAME) $(INSTALL) -m 0664 install/evoauth.log $(LOGDIR)
msg: msg:
@echo "" @echo ""

8
README
View file

@ -57,7 +57,7 @@ pr
d'avoir un contrôle complet de l'activité. d'avoir un contrôle complet de l'activité.
Un journal de l'activité (connexion, déconnexion, suppression d'ip) est Un journal de l'activité (connexion, déconnexion, suppression d'ip) est
également disponible dans /usr/local/share/evoauth/evoauth.log. également disponible dans /var/log/evoauth.log.
4 - Maintenance 4 - Maintenance
@ -78,9 +78,9 @@ gr
5 - Arborescence par defaut 5 - Arborescence par defaut
--------------------------- ---------------------------
/etc/evoauth/evoauth.conf : fichier de configuration (regles) /etc/evoauth/evoauth.conf : fichier de configuration (regles)
/var/www/evoauth/{,images,includes} : interface web /var/www/evoauth/{,images,includes} : interface web
/var/www/evoauth/accueil.txt : texte d'accueil /var/www/evoauth/accueil.txt : texte d'accueil
/usr/local/share/evoauth : interface d'administration /usr/local/share/evoauth : interface d'administration
/usr/local/share/evoauth/evoauth.log : fichier de log
/usr/local/share/doc/evoauth : documentation, licence /usr/local/share/doc/evoauth : documentation, licence
/var/log/evoauth.log : fichier de logs