aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* functions: systemctl show now returns an error when unit does not existLukas Nykryn2016-08-021-1/+2
|
* 9.67-1initscripts-9.67-1Lukas Nykryn2016-07-191-1/+13
|
* import-state: restore also sensitivity part of SELinux contextLukas Vrabec2016-07-151-1/+1
|
* network: run after network-pre.targetLukas Nykryn2016-07-131-1/+1
| | | | see man systemd.special
* ifup-eth: fix setting preferred_lft and valid_lftLukas Nykryn2016-06-231-1/+1
|
* ifup: don't call nmcli on any lo deviceLukas Nykryn2016-06-162-2/+2
| | | | Resolves: #1336869
* source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=noThomas Haller2016-06-131-4/+6
|
* ipv6: wait for all global IPv6 addresses to leave the "tentative" stateLukas Nykryn2016-06-132-0/+23
|
* rwtab: /var/lib/nfs needs to copy the filesLukas Nykryn2016-06-021-1/+1
|
* functions: improve killing loopsLukas Nykryn2016-06-021-25/+73
|
* ifup: set valid_lft and preferred_lft to forever for static ipBlake Caldwell2016-05-301-0/+3
|
* service: use systemd mangle for given serviceLukas Nykryn2016-05-271-1/+2
|
* 9.66-1initscripts-9.66-1Lukas Nykryn2016-04-251-1/+10
|
* remove autorelabel stuffLukas Nykryn2016-04-253-75/+0
|
* autorelabel: turn quota off before relabelingLukas Nykryn2016-03-141-0/+1
|
* network: Treat other tunnel interfaces, fixes ifdown stageRodrigo Freire2016-03-081-2/+2
| | | | | | | | | | This patch is a complement of commit 5e9dd516e2e0 ("add bonding & xDSL to the list of devices brought up afterwards (#97030,#91399)"), ensuring that GRE and IPIP tunnels are brought up after base interfaces are up, and bring down before the underlying interface goes down. Signed-off-by: Rodrigo Freire <rfreire@redhat.com>
* autorelabel: call dracut-initramfs-restore before forced rebootMichal Sekletar2016-02-011-0/+1
|
* sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRALukas Nykryn2016-01-061-0/+2
|
* ifdown-eth: fix comparisonLukas Nykryn2015-12-251-1/+1
|
* 9.65-1initscripts-9.65-1Lukas Nykryn2015-12-071-1/+11
|
* init.d/functions: end with 0Lukas Nykryn2015-11-091-0/+1
|
* fedora-loadmodules: we don't have readahead anymoreLukas Nykryn2015-11-091-1/+0
|
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-273-4/+4
|
* ifup-wireless: fix calling of phy_wireless_deviceLukas Nykryn2015-10-161-1/+4
|
* ifdown: clean ipv4 localhost addressesLukas Nykryn2015-10-151-7/+7
|
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-09-161-1/+3
|
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-112-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.
* 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.64-1initscripts-9.64-1Lukas Nykryn2015-08-061-1/+8
|
* network-functions: fix wireless detectionLukas Nykryn2015-08-061-1/+1
|
* fedora-readonly: use --make-slave with --bind mountsLukas Nykryn2015-07-012-3/+8
|
* import-state: don't run restorecon when it does not existLukas Nykryn2015-06-231-1/+1
|
* network: modem type interfaces should explicitly start after and stop before ↵Lukas Nykryn2015-05-251-2/+2
| | | | common interfaces
* ifup-post: should be interpreted in bashLukas Nykryn2015-05-251-1/+1
|
* 9.63-1initscripts-9.63-1Lukas Nykryn2015-05-181-1/+11
|
* remove ipcalc, it has its own package nowLukas Nykryn2015-05-185-682/+2
| | | | | new upstream: https://github.com/nmav/ipcalc
* network: tell NM to reload its configuration during startLukas Nykryn2015-05-111-0/+5
|
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-05-071-1/+1
|
* sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernelLukas Nykryn2015-05-061-6/+0
|
* ifup: don't call NM for loopbackLukas Nykryn2015-05-061-1/+1
|
* clarify daemon() usage messageFilip Krska2015-05-041-2/+2
|
* rename_device: allow non-channel nics for s390x machinesLukas Nykryn2015-05-041-0/+9
|
* ifup: add missing quotesLukas Nykryn2015-04-241-1/+1
|
* 9.62-1initscripts-9.62-1Lukas Nykryn2015-04-091-1/+9
|
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-04-091-4/+4
|
* ifup-aliases: don't return with error when arping failsLukas Nykryn2015-04-051-1/+2
|
* init.d/functions: rc.debug option to debug initscriptsLukas Nykryn2015-02-271-0/+3
|
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2015-02-271-1/+2
|
* network: report that we can't shut down network for root on netfsLukas Nykryn2015-02-271-3/+2
|
* ifdown-eth: use scope host for loLeon Kos2015-02-041-2/+7
|