aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.49.37initscripts-9.49.37-1Lukas Nykryn2016-09-121-1/+4
|
* rhel-import-state: fix broken order of parametersLukas Nykryn2016-09-121-1/+1
| | | | Resolves: #1375054
* 9.49.36initscripts-9.49.36-1Lukas Nykryn2016-09-091-1/+4
|
* import-state: copy just some attributesLukas Nykryn2016-09-091-1/+1
|
* 9.49.35initscripts-9.49.35-1Lukas Nykryn2016-08-021-1/+4
|
* functions: systemctl show now returns an error when unit does not existLukas Nykryn2016-08-021-1/+2
| | | | | Cherry-picked from: d39b9feebd08ce67db69b2aab34ea6d0e3c3ec12 Resolves: #1362225
* 9.49.34initscripts-9.49.34-1Lukas Nykryn2016-07-151-1/+4
|
* import-state: restore also sensitivity part of SELinux contextLukas Vrabec2016-07-151-1/+1
| | | | | Cherry-picked from: 481aa46e866fc6d99d954d9cf9cd2ab1898e0f84 Resolves: #1353975
* 9.49.33initscripts-9.49.33-1Lukas Nykryn2016-07-141-1/+4
|
* network: run after network-pre.targetLukas Nykryn2016-07-141-1/+1
| | | | | | | see man systemd.special Cherry-picked from: 88d1927 Resolves: #1354382
* 9.49.32initscripts-9.49.32-1Lukas Nykryn2016-06-231-1/+4
|
* ifup-eth: fix setting preferred_lft and valid_lftLukas Nykryn2016-06-231-1/+1
| | | | | Cherry-picked from: 1087a2776ab6d27c65233918db7cffecd326dec0 Resolves: #1240775
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-162-2/+2
| | | | Resolves: #1336869
* 9.49.31-1initscripts-9.49.31-1Lukas Nykryn2016-06-131-1/+20
|
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-132-0/+23
| | | | | Cherry-picked from: c188044 Resolves: #1245951
* source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=noThomas Haller2016-06-131-4/+6
| | | | | Cherry-picked from: 61fb1cb Resolves: #1345919
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2016-06-091-1/+2
| | | | | Cherry-picked from: c93ddceaa09d59be56b2b5dd64ab38febb5fafb2 Resolves: #1273286
* rhel-dmesg: don't start in containersLukas Nykryn2016-06-091-0/+1
| | | | Resolves: #1306050
* ifup-eth: fix typo in error message (#1038776)Václav Pavlín2016-06-091-1/+1
| | | | | Cherry-picked from: 9a55596dbdc402348e56c3f519e6218e8708a5e2 Resolves: #1257544
* sysctl.conf: steal comments about /usr,/etc,... from fedora's sysctl.confLukas Nykryn2016-06-091-2/+8
| | | | Resolves: #1332582
* rwtab: /var/lib/nfs needs to copy the filesLukas Nykryn2016-06-021-1/+1
| | | | | Cherry-picked from: 9c0c009 Resolves: #1102622
* functions: improve killing loopsLukas Nykryn2016-06-021-25/+73
| | | | | Cherry-picked from: 5ae3224 Resolves: #1328752
* ipcalc: detect invalid maskLukas Nykryn2016-05-301-0/+7
| | | | Resolves: #1318322
* ifup: set valid_lft and preferred_lft to forever for static ipBlake Caldwell2016-05-301-0/+3
| | | | | Cherry-picked from: 1a4607f Resolves: #1240775
* service: use systemd mangle for given serviceLukas Nykryn2016-05-271-1/+2
| | | | | Cherry-picked from: 1c17940 Resolves: #1258478
* ifup-post: check resolve.conf also with DNS2Lukas Nykryn2016-05-261-1/+8
| | | | | Cherry-picked from: da08727f3bbcc419096b160968aee83104bb7cf6 Resolves: #1316019
* ifdown-post: remove resolv.conf only in specific casesLukas Nykryn2016-05-261-1/+2
| | | | | Cherry-picked from: 3d1f30095582f84206826f7ede970c45e5a6b5ba Resolves: #1273435
* spec: ghost /var/log/dmesgLukas Nykryn2016-05-261-0/+2
| | | | Resolves: #1303868
* network-functions: is_available_wait should wait even in the case that ↵Lukas Nykryn2016-05-261-4/+2
| | | | | | | is_available returns 2 Cherry-picked from: 1f230a3d2e2733e30577c91645005801ab2c0f40 Resolves: #1339648
* autorelabel: turn quota off before relabelingLukas Nykryn2016-03-141-0/+1
|
* autorelabel: call dracut-initramfs-restore before forced rebootMichal Sekletar2016-02-011-0/+1
|
* 9.49.30-1initscripts-9.49.30-1Lukas Nykryn2015-09-161-1/+4
|
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-09-161-1/+3
|
* 9.49.29-1initscripts-9.49.29-1Lukas Nykryn2015-09-151-1/+4
|
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-152-1/+15
| | | | | | When daemon abnormally dies systemd leaves it in active state. This is due to support of initscripts like network. We can guess if it is a daemon or not.
* 9.49.28-1initscripts-9.49.28-1Lukas Nykryn2015-08-311-1/+4
|
* init.d/functions: reload systemd if it can't see an initscriptLukas Nykryn2015-08-261-0/+4
| | | | | | | | In good old times it was enough to drop initscript to /etc/rc.d/init.d and call service start. Now you need to reload systemd before. For compatibility purposes we should check if systemd knows about the initscript and if not call systemctl daemon-reload automatically.
* 9.49.27-1initscripts-9.49.27-1Lukas Nykryn2015-08-071-1/+4
|
* network-functions: fix wireless detectionLukas Nykryn2015-08-071-1/+1
|
* 9.49.26-1initscripts-9.49.26-1Lukas Nykryn2015-07-011-1/+6
|
* fedora-readonly: use --make-slave with --bind mountsLukas Nykryn2015-07-012-3/+8
|
* network-functions: reeplace iwconfig with iwValdis Kletnieks2015-07-011-2/+2
|
* import-state: don't run restorecon when it does not existLukas Nykryn2015-06-231-1/+1
|
* 9.49.25-1initscripts-9.49.25-1Lukas Nykryn2015-06-171-1/+14
|
* network: tell NM to reload its configuration during startLukas Nykryn2015-06-171-0/+5
|
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-06-081-1/+1
|
* brandbot: move to /usr/libexec/initscriptsLukas Nykryn2015-05-073-4/+4
|
* sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernelLukas Nykryn2015-05-061-6/+0
|
* rename_device: allow non-channel nics for s390x machinesLukas Nykryn2015-05-061-0/+9
|
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-05-061-1/+1
|