Switch from /dev/urandom to /dev/random
On FreeBSD urandom is just a link to random and it never blocks. Now even on linux it is unlikely that random will block. More at: http://en.wikipedia.org/wiki//dev/random
Use myassos.cnf and myweb.cnf instead of asking for password
Test added for git where posing trouble
We must use to launch function in a subshell, other wise the whole script exit with the instruction 'exit 1' or 'exit 0'. We must use " around variable for test. Otherwise, we get a Unexpected operator error.
Script support git as described #343 to implement #191
Fix coding style errors
Settings.php et scripts assosciés
Correction de commentaires.
Mise à jour settings.php
Sprint réécriture des scripts
Les scripts ont été renommés et réécrits conformément à une convention afin de les rendre plus modulables.