From 1a0017ffbe783e356397a1599b177ac7c4e8ea02 Mon Sep 17 00:00:00 2001 From: Alexandre Anriot Date: Thu, 15 Sep 2005 11:21:32 +0000 Subject: [PATCH] replacement de evoauth.conf, evoauth.log dans /var/log. --- Makefile | 5 +++-- README | 8 ++++---- evoauth.conf => install/evoauth.conf | 0 3 files changed, 7 insertions(+), 6 deletions(-) rename evoauth.conf => install/evoauth.conf (100%) 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