| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|