aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.03.19-1initscripts-9.03.19-1Petr Lautrbach2011-02-041-1/+5
|
* set default shmmax and shmall for certain architectures (#660036)Petr Lautrbach2011-02-046-4/+150
|
* Fix typo.Bill Nottingham2011-02-031-1/+1
|
* 9.03.18-1initscripts-9.03.18-1Petr Lautrbach2011-01-141-1/+18
|
* Fix mistranslated checks for user input. (#632584)Petr Lautrbach2011-01-142-2/+2
|
* test if there is /dev/rtc before syncing hardware clock (#598850)Petr Lautrbach2011-01-141-1/+1
|
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-01-142-2/+2
|
* Catch these uses of sysctl too.Bill Nottingham2011-01-141-6/+8
|
* use SYSCTLDEVICE without . (#667211, <notting@redhat.com>)Petr Lautrbach2011-01-145-11/+12
|
* add # as a valid character in network device namesMatt Domsch2011-01-141-1/+1
|
* Fix routing regression (#660363)Bill Nottingham2010-12-081-1/+1
|
* don't run kexec-disable for runlevels [S016] (#658138)Petr Lautrbach2010-12-061-1/+1
|
* sysctl.conf.s390 - system z optimized sysctl settings per default (#633323)Petr Lautrbach2010-12-061-0/+10
|
* Stop tty and serial also on runlevel 's' (#629257)Petr Lautrbach2010-12-062-2/+2
|
* Support multiple IP addreses via IPADDRn, PREFIXn (or NETMASKn) (#633984) ↵Bill Nottingham2010-12-063-36/+71
| | | | | | | | Adapted from <jklimes@redhat.com> In addition to legacy IP aliases, this commit adds a support for configuring mupliple IPs via single ifcfg file. It uses the same syntax and behaviour as NetworkManager.
* Allow 0 as a vlan tag. (#624704, #635360)Bill Nottingham2010-12-061-1/+1
|
* Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵Jiří Klimeš2010-12-062-1/+6
| | | | ifdown-${DEVICETYPE} (#612934).
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2010-12-061-0/+3
|
* Explicitly pass both device and dir when remounting read-only (#620461, ↵Bill Nottingham2010-12-061-2/+2
| | | | <phr@doc.ic.ac.uk>)
* Simplify various string match constructs. (#558575)Ville Skyttä2010-12-063-6/+6
|
* Don't accidentally cause sit module to be loaded on shutdown. (#654098, ↵Bill Nottingham2010-11-161-1/+3
| | | | <ejsheldrake@gmail.com>)
* Don't use the /sbin/ip wrapper that was removed in mid-2009.Bill Nottingham2010-10-222-3/+3
|
* Adjust clock docs (#637058)Bill Nottingham2010-09-271-13/+9
|
* Clarify description (#637176)Bill Nottingham2010-09-241-1/+1
|
* Fix typo.Bill Nottingham2010-09-171-1/+1
|
* 9.03.17-1initscripts-9.03.17-1Harald Hoyer2010-09-011-1/+4
|
* Revert "DaveM hates syncookies."Harald Hoyer2010-09-013-0/+9
| | | | | | This reverts commit 2ad81727bd98d4c8364dfdc7f65d105972c93e1c. Resolves rhbz#629259
* 9.03.16-1initscripts-9.03.16-1Bill Nottingham2010-08-241-1/+4
|
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-242-8/+0
| | | | | | | | 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* 9.03.15-1initscripts-9.03.15-1Bill Nottingham2010-08-091-1/+4
|
* Change default loglevel to match what sysklogd used to set it to. (#621257)Bill Nottingham2010-08-092-4/+9
| | | | | | | klogd used to hardcode the loglevel to 6, which made this setting somewhat superfluous. rsyslogd does not. It could be argued that we shouldn't muck with it, but at this stage, it's best to just change it to match the previous observed behavior.
* When kexec-tools isn't installed, or isn't running, free kexec memory. (#613578)initscripts-9.03.14-1Bill Nottingham2010-08-032-1/+15
| | | | | Ideally, this would be inverted and memory wouldn't be allocated unless kexec-tools is installed and active.
* 9.03.13-1initscripts-9.03.13-1Bill Nottingham2010-07-261-1/+5
|
* rename_device: dequote DEVICE="eth0"Harald Hoyer2010-07-261-1/+1
|
* rename_device: fix s390 subchannel readingHarald Hoyer2010-07-151-3/+4
|
* 9.03.12-1initscripts-9.03.12-1Bill Nottingham2010-07-011-2/+5
|
* Remove 'press 'I' for interactive startup message.Bill Nottingham2010-07-011-4/+0
| | | | | Even with plymouth wait-kestroke support, this method is deprecated in favor of booting with 'confirm'.
* Use plymouth wait-keystroke, etc. for interactive mode, not getkey. (#605016)Bill Nottingham2010-07-011-16/+3
| | | | getkey won't work right in a plymouth context.
* Document NETWORKWAIT (#595386)Bill Nottingham2010-07-011-0/+8
|
* Add sushell, man page to manifests.initscripts-9.03.11-1Bill Nottingham2010-06-292-0/+3
|
* 9.03.11-1Bill Nottingham2010-06-291-1/+4
|
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-295-1/+30
| | | | | | | | | | | issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire.
* 9.03.10-1initscripts-9.03.10-1Bill Nottingham2010-06-241-1/+6
|
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
|
* Remove obsolete documentation (we don't support dhcpcd.)Bill Nottingham2010-06-241-7/+1
|
* Handle quoted SUBCHANNELS (#607481)Bill Nottingham2010-06-241-2/+2
|
* Also init_crypto for encrypyed network block devices. (#605600)Bill Nottingham2010-06-233-160/+165
|
* Use /etc/system-release instead of /etc/redhat-releaseBill Nottingham2010-06-182-7/+7
|
* 9.03.9-1initscripts-9.03.9-1Bill Nottingham2010-06-091-1/+7
|
* Handle permission denied on reading PID file. (#595597)Bill Nottingham2010-06-091-0/+4
|