summaryrefslogtreecommitdiffstats
path: root/syslogd.py
Commit message (Collapse)AuthorAgeFilesLines
* When catching an OSError, handle it as an object instead of a tuple (#497374).Chris Lumens2009-04-231-4/+4
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+13
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* Lots of minor pychecker error fixes. Some of these are even real problems.Chris Lumens2007-09-191-1/+0
|
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * syslogd.py (InstSyslog.start): Ensure that we have a syslogd or don't try to start. Otherwise, we end up hanging things * yuminstall.py (YumBackend.__init__): yum installs can do package selection * livecd.py: Add live CD image copy backend and install method. * installclasses/fedora.py: Handle installclass API changes; allow livecd method * installclass.py (BaseInstallClass.setSteps): Take anaconda instead of dispatch as an argument; use so that the backend upgrade allowing + package selection can work (BaseInstallClass.setDefaultPartitioning): Make it easier to default to no-LVM * kickstart.py (Kickstart.setSteps): Tweak for calling change * upgradeclass.py (InstallClass.setSteps): Likewise. * installclasses/rhel.py (InstallClass.setSteps): Likewise. * anaconda: Pass anaconda to instClass.setSteps; don't depend on the existence of /mnt/runtime/... with x_already_set * backend.py (AnacondaBackend.__init__): Let the backend define whether or not upgrades are supported (AnacondaBackend.doPreInstall): postInstall kills the log, start it in the pre (AnacondaBackend.initLog): Ensure the dir we want to use exists (writeConfiguration): Write instdata before backend bits
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-201-2/+3
| | | | | | | * syslogd.py (InstSyslog.start): Only exec syslogd if it exists * fsset.py (FileSystemSet.mkDevRoot): Don't create /dev/root if it already exists
* Remove anaconda syslogd mode, use a syslogd command instead.Chris Lumens2006-05-011-12/+4
|
* Use new logging system.Chris Lumens2005-08-121-3/+5
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+4
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* be sure to flush all output to syslog (#70388)Jeremy Katz2002-10-021-0/+1
|
* import logJeremy Katz2002-08-161-0/+1
|
* wrap another waitpid that can dieMike Fulbright2002-08-011-1/+6
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* and this ever worked how exactly? :)Jeremy Katz2002-01-091-1/+1
|
* oops, that's not named foo, it's named msgMatt Wilson2001-07-161-1/+1
|
* make syslog replace NULLs (EOM) with \n (part of #47748)Matt Wilson2001-07-131-0/+1
|
* make syslog a global object and don't kill it, let init kill it later. #47556Matt Wilson2001-07-061-1/+36
|
* copyrightMatt Wilson2001-06-221-1/+14
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-10/+0
|
* syntax errorsMatt Wilson2001-01-181-1/+1
|
* don't fail on waitpid failuresMatt Wilson2001-01-181-1/+4
|
* fork, exec for syslogd, shoot at rc parsing for language selectionMatt Wilson1999-09-211-4/+1
|
* syslogd changeErik Troan1999-08-181-1/+1
|
* *** empty log message ***Erik Troan1999-05-081-0/+51