Historique | Voir | Annoter | Télécharger (2,79 ko)
Plugin-Gallery: Better 2nd level headings
Don't hardcode plugin state file location in auth plugin, use env variable defined by Munin instead
Use /bin/bash as interpreter for bash script
- uses "echo -en" several places
Update date format between auth.log and linux system date
I noticed a problem with date format on /var/log/auth.log (tested on debian and ubuntu)
$ date '+%b %d'Jun 09
/var/log/auth.logJun 9 13:17:01
So grep "`date '+%b %d'`" can't works fine for day with 1 digit....
- have some dirs