Adaptation de Git/SuiviDeConfiguration

# addgroup admin
# adduser alex admin
# echo "deb http://apt.auf.org/ squeeze auf" >> /etc/apt/sources.list
# aptitude update;aptitude install auf-keyring;aptitude update;aptitude install auf-git-etc
# echo "export GIT_AUTHOR_NAME='Alexandre Domont'" >> /home/alex/.bash_profile;echo "export GIT_AUTHOR_EMAIL='alexandre.domont@auf.org'" >> /home/alex/.bash_profile
# vi /etc/passwd
 --> alex:x:1000:1000:Alexandre Domont,,,:/home/alex:/bin/bash

Connexion et reconnexion avec le compte alex

# git commit -a -m "conf de base"
[master 0a25140] conf de base
 Author: Alexandre Domont <alexandre.domont@auf.org>
 3 files changed, 7 insertions(+), 5 deletions(-)

# git log   
commit 0a251409fda31ab0c7547ea809a64fc6509b3978
Author: Alexandre Domont <alexandre.domont@auf.org>
Date:   Wed Jun 27 08:46:21 2012 +0000

    conf de base

commit ed958ee7081b64f6d8f1679779b4335ec707a3e7
Author: Installation auf-git-etc <root@apt.auf.org>
Date:   Wed Jun 27 08:29:05 2012 +0000

    Mise en route du suivi de /etc et /usr/local.