Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the is_true() and is_false() functions where possible | David Kaspar [Dee'Kej] | 2016-10-12 | 6 | -11/+11 |
| | |||||
* | Support boolean values in is_true() & is_false() functions | David Kaspar [Dee'Kej] | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | network: remove tabs and fix spacing | Davide Cavalca | 2016-10-12 | 1 | -202/+202 |
| | |||||
* | functions: remote tabs and fix spacing | Davide Cavalca | 2016-10-12 | 1 | -430/+435 |
| | |||||
* | [3/3] Remove tabs and fix spacing: ifup/ifdown scripts | Phil Dibowitz | 2016-10-12 | 19 | -779/+782 |
| | |||||
* | [2/3] Remove tabs and fix spacing: network-functions | Phil Dibowitz | 2016-10-12 | 1 | -284/+289 |
| | |||||
* | [1/3] Remove tabs and fix spacing: ipv6 scripts | Phil Dibowitz | 2016-10-12 | 4 | -1151/+1149 |
| | | | | | | | | | | | | | | | | | The network-scripts are a mix of tabs and spaces (!!) as well as completely inconsistent indentation (some 2, some 4). This is a series of 3 patches to move the entire of network-scripts to 2-space indentation for consistency so I can develop on the codebase without my brain bleeding. I don't feel strongly about 2 vs 4... 2 was just most common in the first file I picked, so I used that. This set is in 3 sets for easier reviewing and easier reverting if necessary: * 1/3 - ipv6 files * 2/3 - network-functions - it needed it's own * 3/3 - ifup/ifdown files | ||||
* | service: also mangle the name of unit in echo | Leos Pol | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | Allow someone to keep accept_ra on while using static addresses. | Phil Dibowitz | 2016-10-10 | 1 | -1/+3 |
| | | | | | | | It's reasonable (and common) to assign static addresses while still wanting to get your default gw from your router. The assumption that not wanting SLAAC means not wanting RA is flawed, but I don't want to break backwards compatability, so I'm adding an additional option. | ||||
* | Provide a mechanism to prevent network-scripts from messing with sysctls | Phil Dibowitz | 2016-10-10 | 3 | -33/+42 |
| | | | | | | | | | | | network-scripts makes odd assumptions, like if I don't want SLAAC (i.e. if I turn off AUTOCONF) that I also don't want RA. This is not true, it's common to have a static local address, but to get my gateway through RA. This is one solution. I will also be sending a more specific solution to enable the above directly, but having a way to tell network-scripts to not mess with systctls seems generally useful. | ||||
* | functions: more reliable systemd detection logic | Davide Cavalca | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | network: unset NM_CONTROLLED | Lukas Nykryn | 2016-09-12 | 1 | -1/+1 |
| | |||||
* | 9.69-1initscripts-9.69-1 | David Kaspar [Dee'Kej] | 2016-08-30 | 1 | -1/+4 |
| | |||||
* | fedora-import-state: do not try to create folder with empty name | David Kaspar [Dee'Kej] | 2016-08-30 | 1 | -1/+1 |
| | | | | Resolves: #1370259 | ||||
* | 9.68-1initscripts-9.68-1 | David Kaspar [Dee'Kej] | 2016-08-09 | 1 | -1/+5 |
| | |||||
* | Skip modifying of existing folders in systemd/fedora-import-state script | David Kaspar [Dee'Kej] | 2016-08-09 | 1 | -3/+31 |
| | | | | Resolves: #1347436 | ||||
* | functions: systemctl show now returns an error when unit does not exist | Lukas Nykryn | 2016-08-02 | 1 | -1/+2 |
| | |||||
* | 9.67-1initscripts-9.67-1 | Lukas Nykryn | 2016-07-19 | 1 | -1/+13 |
| | |||||
* | import-state: restore also sensitivity part of SELinux context | Lukas Vrabec | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | network: run after network-pre.target | Lukas Nykryn | 2016-07-13 | 1 | -1/+1 |
| | | | | see man systemd.special | ||||
* | ifup-eth: fix setting preferred_lft and valid_lft | Lukas Nykryn | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | ifup: don't call nmcli on any lo device | Lukas Nykryn | 2016-06-16 | 2 | -2/+2 |
| | | | | Resolves: #1336869 | ||||
* | source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=no | Thomas Haller | 2016-06-13 | 1 | -4/+6 |
| | |||||
* | ipv6: wait for all global IPv6 addresses to leave the "tentative" state | Lukas Nykryn | 2016-06-13 | 2 | -0/+23 |
| | |||||
* | rwtab: /var/lib/nfs needs to copy the files | Lukas Nykryn | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | functions: improve killing loops | Lukas Nykryn | 2016-06-02 | 1 | -25/+73 |
| | |||||
* | ifup: set valid_lft and preferred_lft to forever for static ip | Blake Caldwell | 2016-05-30 | 1 | -0/+3 |
| | |||||
* | service: use systemd mangle for given service | Lukas Nykryn | 2016-05-27 | 1 | -1/+2 |
| | |||||
* | 9.66-1initscripts-9.66-1 | Lukas Nykryn | 2016-04-25 | 1 | -1/+10 |
| | |||||
* | remove autorelabel stuff | Lukas Nykryn | 2016-04-25 | 3 | -75/+0 |
| | |||||
* | autorelabel: turn quota off before relabeling | Lukas Nykryn | 2016-03-14 | 1 | -0/+1 |
| | |||||
* | network: Treat other tunnel interfaces, fixes ifdown stage | Rodrigo Freire | 2016-03-08 | 1 | -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 reboot | Michal Sekletar | 2016-02-01 | 1 | -0/+1 |
| | |||||
* | sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA | Lukas Nykryn | 2016-01-06 | 1 | -0/+2 |
| | |||||
* | ifdown-eth: fix comparison | Lukas Nykryn | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | 9.65-1initscripts-9.65-1 | Lukas Nykryn | 2015-12-07 | 1 | -1/+11 |
| | |||||
* | init.d/functions: end with 0 | Lukas Nykryn | 2015-11-09 | 1 | -0/+1 |
| | |||||
* | fedora-loadmodules: we don't have readahead anymore | Lukas Nykryn | 2015-11-09 | 1 | -1/+0 |
| | |||||
* | network-scripts: DEVICE and HWADRR could be quoted by apostrophe | Lukas Nykryn | 2015-10-27 | 3 | -4/+4 |
| | |||||
* | ifup-wireless: fix calling of phy_wireless_device | Lukas Nykryn | 2015-10-16 | 1 | -1/+4 |
| | |||||
* | ifdown: clean ipv4 localhost addresses | Lukas Nykryn | 2015-10-15 | 1 | -7/+7 |
| | |||||
* | ifup-eth: some bridge options are applied later | Lukas Nykryn | 2015-09-16 | 1 | -1/+3 |
| | |||||
* | service: improve status and stop function for daemon with intscripts | Lukas Nykryn | 2015-09-11 | 2 | -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 initscript | Lukas Nykryn | 2015-08-26 | 1 | -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-1 | Lukas Nykryn | 2015-08-06 | 1 | -1/+8 |
| | |||||
* | network-functions: fix wireless detection | Lukas Nykryn | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | fedora-readonly: use --make-slave with --bind mounts | Lukas Nykryn | 2015-07-01 | 2 | -3/+8 |
| | |||||
* | import-state: don't run restorecon when it does not exist | Lukas Nykryn | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | network: modem type interfaces should explicitly start after and stop before ↵ | Lukas Nykryn | 2015-05-25 | 1 | -2/+2 |
| | | | | common interfaces | ||||
* | ifup-post: should be interpreted in bash | Lukas Nykryn | 2015-05-25 | 1 | -1/+1 |
| |