aboutsummaryrefslogtreecommitdiffstats
path: root/del-syslog
Commit message (Collapse)AuthorAgeFilesLines
* - make add/del-syslog code more genericOlivier Thauvin2011-01-251-3/+4
|
* silent initscript invocationGuillaume Rousse2010-02-041-2/+2
|
* check the file exists before deleting itGuillaume Rousse2010-02-041-0/+4
|
* make it testableGuillaume Rousse2010-01-251-14/+22
|
* adapt del-syslog to new add-syslog behaviourGuillaume Rousse2010-01-251-9/+30
|
* more readable scenario (installation/upgrade/removal) checkingGuillaume Rousse2007-09-061-0/+5
|
* relaunch service after configuration modificationGuillaume Rousse2007-09-061-2/+8
|
* rewrite del-syslog tooGuillaume Rousse2007-09-061-312/+25
|
* - Fix bug when handling log entries comprised of all levels at syslog-ngHerton Ronaldo Krzesinski2005-08-191-15/+29
| | | | | | | | | | | configuration file. - Correctly handle '*' character inside names of configuration tokes, not make it be interpreted like a shell wildcard or sed regular expression. - Fix bug when get source name inside add-syslog, in the case there isn't a different source, instead the default source /dev/log is used (the case where $source variable is empty).
* - Fix usage bug: add-syslog and del-syslog can also accept only oneHerton Ronaldo Krzesinski2005-08-041-21/+24
| | | | | | | | | | | | parameter, the unix stream log source. - Shell script must exit with 'exit' command, not 'return'. - Before using service command we must check if the initscript exist. - Fixed sed expression for adding a syslog source to syslog-ng inside the same source of /dev/log. - Removed duplicated comment. - We must check level if empty in del-syslog, in the case we're using only source argument, otherwise we get various grep usage erros.
* - Argh: forgot to add the script files.Herton Ronaldo Krzesinski2005-08-031-0/+303