aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.72-19.72David Kaspar [Dee'Kej]2017-05-251-1/+6
|
* rename_device.c: rewrite of isCfg() functionDavid Kaspar [Dee'Kej]2017-05-251-12/+32
| | | | | * .orig & .old now recognized as config files * code cleanup
* Add *.old to list of ignored filesDavid Kaspar [Dee'Kej]2017-05-251-2/+2
|
* Replace usleep(1) calls with sleep(1) callsDavid Kaspar [Dee'Kej]2017-05-253-5/+9
| | | | | The time units had to be manually converted from microseconds to seconds. Hopefully this was done right.
* usleep.1: Deprecation warning added into man pageDavid Kaspar [Dee'Kej]2017-05-251-0/+5
|
* 9.71-19.71David Kaspar [Dee'Kej]2017-05-251-1/+16
|
* usleep: print deprecation warning from now onDavid Kaspar [Dee'Kej]2017-05-241-0/+3
|
* sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME optionDavid Kaspar [Dee'Kej]2017-05-031-0/+4
|
* DHCP_FQDN and DHCP_SEND_HOSTNAME introducedDavid Kaspar [Dee'Kej]2017-05-034-16/+53
| | | | | | | | | | | | | | The way DHCP_HOSTNAME is being sent to DHCP server has been completely reworked... DHCP_FQDN now allows user to specify fully qualified domain name to be sent to DHCP server instead of just using simple hostname. This option takes precedence before DHCP_HOSTNAME variable. DHCP_SEND_HOSTNAME can be used to tell initscripts to not send either DHCP_HOSTNAME or DHCP_FQDN to DHCP server. Both of these options should behave same as they do in NetworkManager.
* re-add missing $HOSTNAME initializationDavid Kaspar [Dee'Kej]2017-04-262-3/+9
|
* ifup: add support for VLAN_EGRESS_PRIORITY_MAPLukas Nykryn2017-04-111-0/+2
|
* specfile: mark 'rwtab' and 'statetab' as config filesDavid Kaspar [Dee'Kej]2017-03-281-2/+2
|
* killproc/status: add missing '-b <binary>' optionDavid Kaspar [Dee'Kej]2017-03-281-5/+30
| | | | Taken from RHEL-6.9, for forward compatibility.
* ifdown-eth: we need to flush global scope as wellLukas Nykryn2017-03-281-1/+4
| | | | ... but it is stuck some time
* ifup-eth: remove quote marksLukas Nykryn2017-03-221-1/+1
| | | | | With quote marks all the parameters to dhclient are passed as one Resolves: #1410429
* po: download latest translations from zanataLukas Nykryn2017-03-2260-147045/+12518
|
* rwtab: add /var/lib/systemd/timersJan Synacek2017-03-091-0/+1
| | | | Resolves: #1414090
* Update initscripts.potPiotr Drąg2017-03-011-144/+155
|
* Port headers in xgettext_sh.py to 2017Piotr Drąg2017-03-011-6/+9
|
* 9.70-19.70Lukas Nykryn2017-02-272-18/+7
| | | | Move everything to github
* Remove duplicate Basque translationPiotr Drąg2017-02-271-696/+0
| | | The correct language code for Basque is “eu”, which already exists in initscripts, and this duplicate file is empty anyway.
* Makefile: remove autorelabel stuffLukas Nykryn2017-02-271-2/+0
| | | | autorelabel was moved to selinux package
* ipv6_add_addr_on_device: replace the existing address on NICDavid Kaspar [Dee'Kej]2017-02-271-1/+1
| | | | | | | | Instead of adding the IPv6 address when ifup is called, we replace the address, because it might have been auto-assigned before by RA. This is to assure that static NIC configuration will take effect if the NIC was already dynamically configured by RA.
* network: load NetworkManager connection via dbusPetr Horáček2017-02-141-1/+9
| | | | | Use dbus to refresh configuration files for NetworkManager in order to make ifup and ifdown faster.
* network: check for running NetworkManager via dbusPetr Horáček2017-02-141-1/+5
| | | | Use dbus instead of nmcli to make ifup command faster.
* sysconfig/network: NO_DHCP_HOSTNAME option introducedDavid Kaspar [Dee'Kej]2016-11-162-9/+29
| | | | | | | Previously, some administrators were unable to force initscripts to not obtatin hostname from DHCP, even though they were using static configuration of network. Righ now, setting 'NO_DHCP_HOSTNAME' to 'yes', 'true' or '1' in /etc/sysconfig/network will allow them to do so.
* fix typo in IPV6_SET_SYSCTLSPavel Šimerda2016-11-151-1/+1
| | | | | | | Typo introduced in commit 432951d. Related: https://github.com/fedora-sysv/initscripts/pull/2 Signed-off-by: Pavel Šimerda <pavlix@pavlix.net>
* network-functions: do not send hostname via dhclient everytimeDavid Kaspar [Dee'Kej]2016-11-102-9/+25
|
* ipv6_wait_tentative(): exit immediately when dadfailed occursDavid Kaspar [Dee'Kej]2016-11-011-3/+22
|
* network: don't put down network when /usr is remote-fsLukas Nykryn2016-11-011-6/+3
| | | | | | | | | Nowadays /usr is a essential part of system and if it is on network, we need to unmount it in shutdown dracut. Also parsing /etc/mtab does not work anymore. Fixes: rhbz#1369790
* netconsole: resolve domain name via 'getent' instead of 'hosts'David Kaspar [Dee'Kej]2016-11-011-3/+20
|
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-10-312-4/+6
| | | | Resolves: #1099026
* ifup-post: introduce new configuration option NOROUTESETDavid Kaspar [Dee'Kej]2016-10-311-1/+3
| | | | This has patch has been suggested in RHBZ #950453, by Konrad Moson.
* ifup-post: use is_false() function instead of checking for "no" stringDavid Kaspar [Dee'Kej]2016-10-311-2/+5
|
* ifup-aliases: send gratuitous ARPs when adding addressesLukas Nykryn2016-10-311-0/+6
|
* Add ability to specify arbitrary route optionsPhil Dibowitz2016-10-271-0/+2
| | | | | | | | | | | | `ifup` can set _some_ route options. Today it's missing several and so, to set something like `mtu` or `advmss` you have to do hacks like: ``` METRIC='10 mtu 1480' ``` which is sub-optimal. Rather than one-off add support for everything in the man page, provide a hook for arbitrary extra route options.
* service: avoid double spaces in systemctl commandsJulien Pivotto2016-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | When running: ``` service x restart ``` You get: ``` Redirecting to /bin/systemctl restart x.service ``` With 2 spaces after restart. This commits fixes that behaviour. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Fix typo'd variable in 6to4 cleanupPhil Dibowitz2016-10-121-2/+2
| | | | | | Thanks to shellcheck. :) This is ontop of the whitespace PRs, those should go in first.
* Use the is_true() and is_false() functions where possibleDavid Kaspar [Dee'Kej]2016-10-126-11/+11
|
* Support boolean values in is_true() & is_false() functionsDavid Kaspar [Dee'Kej]2016-10-121-2/+2
|
* network: remove tabs and fix spacingDavide Cavalca2016-10-121-202/+202
|
* functions: remote tabs and fix spacingDavide Cavalca2016-10-121-430/+435
|
* [3/3] Remove tabs and fix spacing: ifup/ifdown scriptsPhil Dibowitz2016-10-1219-779/+782
|
* [2/3] Remove tabs and fix spacing: network-functionsPhil Dibowitz2016-10-121-284/+289
|
* [1/3] Remove tabs and fix spacing: ipv6 scriptsPhil Dibowitz2016-10-124-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 echoLeos Pol2016-10-101-1/+1
|
* Allow someone to keep accept_ra on while using static addresses.Phil Dibowitz2016-10-101-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 sysctlsPhil Dibowitz2016-10-103-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 logicDavide Cavalca2016-10-061-1/+1
|
* network: unset NM_CONTROLLEDLukas Nykryn2016-09-121-1/+1
|