diff --git a/Makefile b/Makefile index 4075123..a16c169 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,12 @@ # # Makefile pour Evoauth -VERSION= 0.5 +VERSION= 0.8 SRC= ./ WWWDIR= /var/www/htdocs BINDIR= /usr/local/share DOCDIR= /usr/local/share/doc +LOGDIR= /var/log NAME= evoauth TAR?= tar INSTALL?= install @@ -42,7 +43,7 @@ help: $(INSTALL) -d -m 0755 $(DOCDIR)/$(NAME)/install $(INSTALL) -m 0644 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: @echo "" diff --git a/README b/README index 7380d06..bdae93e 100644 --- a/README +++ b/README @@ -57,7 +57,7 @@ précisée dans le fichier de configuration). Il est ainsi possible d'avoir un contrôle complet de l'activité. 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 @@ -78,9 +78,9 @@ grâce aux différentes librairies qui le composent. 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/accueil.txt : texte d'accueil -/usr/local/share/evoauth : interface d'administration -/usr/local/share/evoauth/evoauth.log : fichier de log +/usr/local/share/evoauth : interface d'administration /usr/local/share/doc/evoauth : documentation, licence +/var/log/evoauth.log : fichier de logs diff --git a/evoauth.conf b/install/evoauth.conf similarity index 100% rename from evoauth.conf rename to install/evoauth.conf