aboutsummaryrefslogtreecommitdiffstats
path: root/add-syslog
Commit message (Collapse)AuthorAgeFilesLines
* actually, we don't care about sysklogd at all anymoreGuillaume Rousse2012-03-081-38/+1
|
* Set svn:keywords on the files that use it.Colin Guthrie2011-10-301-1/+1
|
* Remove mandriva supportDexter Morgan2011-10-281-5/+0
|
* Add systemd support ( mdv )Dexter Morgan2011-10-271-5/+6
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-10-271-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r2081 | dmorgan | 2011-10-27 23:29:24 +0100 (Thu, 27 Oct 2011) | 1 line import rpm-helper ------------------------------------------------------------------------
* rsyslog init script doesn't have condreload actionGuillaume Rousse2010-02-041-1/+1
|
* fix arguments assignementGuillaume Rousse2010-02-041-1/+1
|
* only add configuration entry if target syslog implementation is installedGuillaume Rousse2010-02-041-3/+5
|
* fix arguments orderGuillaume Rousse2010-02-041-1/+1
|
* rsyslog can use configuration statements for external sources, instead of ↵Guillaume Rousse2010-02-031-5/+2
| | | | command-line argument, allowing to just reload it
* don't forget to return a true value when loadedGuillaume Rousse2010-01-251-0/+2
|
* - change interface to make facility a mandatory argumentGuillaume Rousse2010-01-251-183/+118
| | | | | | | - don't return anything anymore - drop syslog-ng support - ensure integration with sysklod until 2010.0, with rsyslog thereafter
* fix syslog-ng level settingGuillaume Rousse2008-03-141-1/+1
|
* silent service reload, to avoid error message in outputGuillaume Rousse2008-03-141-2/+2
|
* more readable scenario (installation/upgrade/removal) checkingGuillaume Rousse2007-09-061-2/+2
|
* add markers for easier removalGuillaume Rousse2007-09-061-2/+4
|
* s/syslog_facility/syslog_entry/Guillaume Rousse2007-09-061-4/+4
|
* switch to short options (rpm macros can't handle long ones), and fix a few ↵Guillaume Rousse2007-09-061-17/+14
| | | | issues
* rewrite in perl for readabilityGuillaume Rousse2007-09-051-233/+232
|
* - Fix bug when handling log entries comprised of all levels at syslog-ngHerton Ronaldo Krzesinski2005-08-191-1/+3
| | | | | | | | | | | 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-5/+6
| | | | | | | | | | | | 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/+234