summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/syslog
Commit message (Collapse)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-026-517/+0Star
|
* Remove unneeded library ld stuff of deprecated uclibc.Dirk von Suchodoletz2010-08-221-1/+1
|
* Should fix the missing /var/log/rsyslog issue ...Dirk von Suchodoletz2010-08-221-1/+1
|
* Further changes because of deprecated ash.Dirk von Suchodoletz2010-08-221-3/+3
|
* add stage3 script for rsyslogSebastian2010-08-211-1/+15
|
* fix typoSebastian2010-08-211-1/+1
|
* added rsyslog (setup of configuration still missing)Sebastian2010-04-092-9/+43
|
* Create a needed directory ...Dirk von Suchodoletz2010-02-281-0/+1
|
* Fix for some bugs (occured producing examples ...)Dirk von Suchodoletz2009-07-161-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3011 95ad53e4-c205-0410-b2fa-d234c58c8868
* Proper (single) packet selection for installation (untested) ...Dirk von Suchodoletz2009-07-162-6/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3008 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a whole lot of circular references which I found when researching #451Oliver Tappe2009-06-091-0/+4
| | | | | | * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868
* Plugin fixes and hints on future stuff.Dirk von Suchodoletz2009-03-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2688 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed an uninitialized warning in syslog plugin (which indicated an error)Oliver Tappe2009-02-072-10/+9Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2570 95ad53e4-c205-0410-b2fa-d234c58c8868
* syslog plugin: * changed to put standard logfile /var/log/messagesBastian Wissler2009-01-121-5/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2469 95ad53e4-c205-0410-b2fa-d234c58c8868
* init: * some changes regarding syslogd / vmchooser: * bug with pathsBastian Wissler2009-01-121-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2468 95ad53e4-c205-0410-b2fa-d234c58c8868
* initramfs: * syslogd now started with 20>debug>=3Bastian Wissler2008-12-181-1/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2440 95ad53e4-c205-0410-b2fa-d234c58c8868
* Sorry, wrong r2434 - fixing problem in reply to the list ...Dirk von Suchodoletz2008-12-181-4/+2Star
| | | | | | | (undoing some old changes) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2435 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing quotesSebastian Schmelzer2008-12-171-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2430 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fix (hopefully)Sebastian Schmelzer2008-12-171-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2429 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trying to simplify stuff in plugins (checks if a certain packageDirk von Suchodoletz2008-12-171-4/+11
| | | | | | | is installed and installing ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2427 95ad53e4-c205-0410-b2fa-d234c58c8868
* More general location of helper functions (to check if a certainDirk von Suchodoletz2008-12-171-3/+3
| | | | | | | binary is installed somewhere). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2426 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implement setup syslogd - test neededSebastian Schmelzer2008-10-151-1/+25
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2320 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed wrong check for /initramfs/plugin-conf/ dirSebastian Schmelzer2008-10-141-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2294 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanup in the plugin files ...Dirk von Suchodoletz2008-08-061-6/+19
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1967 95ad53e4-c205-0410-b2fa-d234c58c8868
* * reworked plugin-API concerning the way the parameters are passed into Oliver Tappe2008-05-261-7/+8
| | | | | | | | | | | installationPhase() and removalPhase() - now we use a hash as the amount of parameters has become too large * adjusted all plugins to these API change * now not only the openslx base path, but the openslx config path is bind mounted into the vendor-OS chroot, such that plugins can check the available local configuration extensions git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1803 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made names of distro module consistent across OpenSLX - now the always ↵Oliver Tappe2008-04-064-11/+134
| | | | | | | | | | | | start with a capital letter followed by all lowercase (Debian, Fedora, Gentoo, Suse, Ubuntu) * refactored loading of distro modules into a separate function (loadDistroModule() in Basics.pm) * finished support to logging to a file in syslog plugin * worked at desktop plugin (still not working, though) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1721 95ad53e4-c205-0410-b2fa-d234c58c8868
* * corrected indenting of 'syslog'-related shell scriptsOliver Tappe2008-03-242-13/+15
| | | | | | * only try to remove boot.klog links if such an init script exists at all git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1686 95ad53e4-c205-0410-b2fa-d234c58c8868
* * split syslog::target into syslog::host and syslog::portOliver Tappe2008-03-244-8/+206
| | | | | | | | | | | * implemented stage3 backend for syslog-ng (syslogd still missing) * added another hook-script that: + stops busybox syslogd (in order to be superseded by native syslog daemon) + removes boot.klog if it exists (as it will hang, most probably since we have already emptied the kernel message log) With these changes, I have successfully tested remote syslog for a suse-10.2 vendor-OS. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1684 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'precedence'-attribute and made it part of the general plugin info -Oliver Tappe2008-03-241-5/+5
| | | | | | it makes no sense to have this configurable by the user git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1682 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed 'bootlog' plugin to 'syslog', as that is what it is going to ↵Oliver Tappe2008-03-242-0/+86
become, soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1680 95ad53e4-c205-0410-b2fa-d234c58c8868