Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create symlink (/etc/init.d) to /etc/rc.d/init.d | Jan Macku | 2019-06-06 | 2 | -0/+3 |
| | | | | Resolve problem when wasn't installed chkconfig package. BZ #1716386 | ||||
* | Add option to wait until target is reachable | Jan Macku | 2019-04-04 | 2 | -1/+23 |
| | | | | | | | | | | | | | | | | | | Add option for time saving waiting Replace date with simple timeout Rename configurable variable and add documentation Print log only when didn't reach IP address in time Add support for IPv6 address Remove unneeded output Change -ge to -gt, because equal value is ok Clarify DNS name option in documentation | ||||
* | ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon | Zhiqiang Liu | 2019-02-12 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | IPv6 dhclient daemon only tries one time to obtain a IPv6 address from a DHCPv6 server regardless of the setting of PERSISTENT_DHCLIENT. PERSISTENT_DHCLIENT option is only used for IPv4 dhclient daemon. With the popularization of IPv6 protocol, some users prefer setting IPv6 like IPv4. I think there are two solutions as follows, 1. adopt PERSISTENT_DHCLIENT option to both IPv4 and IPv6. 2. create a new option, such as PERSISTENT_DHCLIENT_IPV6 option, just for IPv6. The first solution does not introduce addition options, and the IPv4 and IPv6 settings are consistent. So I perfer choosing the first solution. Fixes: bf00a0048 ("Replace /var/run with /run everywhere") Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com> | ||||
* | ifup-post: fix incorrect condition for RESOLV_MODS | David Kaspar [Dee'Kej] | 2018-08-24 | 1 | -1/+1 |
| | | | | | | | | | | This was causing the /etc/resolv.conf file to be always updated when RESOLV_MODS was not set... Before the commit 5d6156454bf8f6dab4a5fdd7e1bf6 we were not updating the /etc/resolv.conf file if the RESOLV_MODS was empty. See https://bugzilla.redhat.com/show_bug.cgi?id=1610411 for more info. | ||||
* | make tag: updated message | David Kaspar [Dee'Kej] | 2018-08-07 | 1 | -1/+1 |
| | | | | | GitHub displays the tag message when we create new release there, so lets have message with more sense... | ||||
* | make release-commit: do not create tag automatically | David Kaspar [Dee'Kej] | 2018-08-07 | 1 | -1/+0 |
| | | | | | | | | GitHub will create a new commit with different hash (merge) when applying the pull-request, and so the tag ended up pointing to wrong commit hash... For now we have to tag the release commits manually. | ||||
* | 10.0110.01 | David Kaspar [Dee'Kej] | 2018-08-06 | 1 | -1/+7 |
| | |||||
* | network/ifup/ifdown: deprecations warnings redirected to stderr | David Kaspar [Dee'Kej] | 2018-08-06 | 3 | -9/+9 |
| | |||||
* | ifup-eth: use 'bc' instead of 'expr' when computing $forward_delay | David Kaspar [Dee'Kej] | 2018-08-03 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | Because the return value of 'convert2sec()' function can sometimes be decimal, the follow up 'expr' call can fail, since 'expr' does not support floating point calculations. This can sometimes lead to error: """ expr: non-integer argument /etc/sysconfig/network-scripts/ifup-eth: line 91: [: 0: unary operator expected """ To solve this bug, we switch to 'bc' utility, which supports floating point computations. We also have to change the comparison condition of $LINKDELAY and $forward_delay to use 'bc' as well. | ||||
* | network/ifup/ifdown: deprecation warnings for 'network-scripts' added | David Kaspar [Dee'Kej] | 2018-08-02 | 3 | -0/+19 |
| | | | | | In case of 'network' service these warnings are displayed only once, to not spam unnecessarily user's journalctl if they have many NICs. | ||||
* | network: parsing of /proc/mounts returned | David Kaspar [Dee'Kej] | 2018-07-24 | 1 | -1/+6 |
| | | | | | | | This partially reverts the commit 15eaf7ece, because systemd's generated unit files might have incorrect dependencies at some circumstances, thus causing diskless nfs-clients to hang while unmounting root filesystem after '$ service network stop'. | ||||
* | 10.0010.00 | David Kaspar [Dee'Kej] | 2018-06-21 | 1 | -1/+5 |
| | |||||
* | Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem' | David Kaspar [Dee'Kej] | 2018-06-21 | 2 | -4/+0 |
| | | | | | | This will allow services to install drop-in files into these folders for the 'readonly-root' service, but that service won't have to be installed by default as a result... | ||||
* | specfile: fix failing build because of incorrect use of %{_isa} | David Kaspar [Dee'Kej] | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | 9.839.83 | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -1/+30 |
| | |||||
* | network-scripts: Add previously dropped error checking | Phil Sutter | 2018-06-14 | 1 | -2/+2 |
| | | | | | When converting from brctl to ip-link, the call to exit in case bridge adding failed was dropped by accident. | ||||
* | network-scripts: Replace brctl with ip-link | Phil Sutter | 2018-06-14 | 2 | -17/+19 |
| | | | | | Since ip-link has full support for Linux bridges (and slave ports), use that instead of the deprecated brctl from bridge-utils. | ||||
* | Makefile: new release-commit rule added | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -3/+13 |
| | |||||
* | src/rename_device.c: GCC warnings about unused return value suppressed | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -2/+3 |
| | |||||
* | src/usernetctl.c: GCC warnings about unused return value suppressed | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -2/+3 |
| | |||||
* | Makefile: allow sub-makefiles to run in parallel | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -7/+7 |
| | |||||
* | specfile: netconsole service moved to /usr/libexec | David Kaspar [Dee'Kej] | 2018-06-14 | 3 | -5/+22 |
| | |||||
* | specfile: services from /usr/lib/systemd moved to /usr/libexec | David Kaspar [Dee'Kej] | 2018-06-14 | 9 | -14/+15 |
| | |||||
* | specfile: summary & description updated | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -3/+3 |
| | |||||
* | specfile: no longer needed conflicts dropped | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -8/+0 |
| | |||||
* | specfile: requirements cleanup | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -21/+16 |
| | |||||
* | specfile: obsoletes on previous version of initscripts package added | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -0/+8 |
| | | | | | | | | This makes sure all the subpackages stay installed during the upgrade for Fedora users. After that users will be able to manually remove the packages if needed... Fresh installations will have only initscripts installed. | ||||
* | specfile: network-scripts subpackage created | David Kaspar [Dee'Kej] | 2018-06-14 | 10 | -28/+78 |
| | |||||
* | specfile: readonly-root subpackage created | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -15/+55 |
| | |||||
* | specfile: netconsole-service subpackage created | David Kaspar [Dee'Kej] | 2018-06-14 | 1 | -4/+38 |
| | |||||
* | README.md: Travis CI build icon added | David Kaspar [Dee'Kej] | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | .travis.yml: check the 'make install' proceeds as well | David Kaspar [Dee'Kej] | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | .travis.yml: initial commit | David Kaspar [Dee'Kej] | 2018-06-13 | 1 | -0/+12 |
| | | | | To build in container-based environment because of speed. | ||||
* | README.md: bug reporting described | David Kaspar [Dee'Kej] | 2018-06-12 | 1 | -0/+10 |
| | |||||
* | README.dm: future of initscripts described | David Kaspar [Dee'Kej] | 2018-06-12 | 1 | -0/+15 |
| | |||||
* | README.md: description added | David Kaspar [Dee'Kej] | 2018-06-12 | 1 | -0/+20 |
| | |||||
* | README.md: references to old git branches added | David Kaspar [Dee'Kej] | 2018-06-12 | 1 | -0/+45 |
| | |||||
* | README.md: initial commit | David Kaspar [Dee'Kej] | 2018-06-12 | 1 | -0/+7 |
| | | | | Resolves: #75 | ||||
* | network-scripts: setting of firewall ZONE fixed | David Kaspar [Dee'Kej] | 2018-06-07 | 3 | -5/+6 |
| | | | | | | | | | | | | | For currently unknown reason the dbus-send calls will fail to set the firewall zone for the given interface if we omit the --print-reply option... This looks like some kind of race-condition in dbus-send, since the --print-reply makes the call synchronous and slower. Hopefully this is only a temporary workaround until DBus is fixed. Resolves: #1586284 | ||||
* | ifdown-post: artifact whitespace removed from the DBus call | David Kaspar [Dee'Kej] | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | This was causing the DBus call to fail, and we didn't catch it before since we were forwarding everything into /dev/null... Related: RHBZ#1586284 | ||||
* | l10n: drop .tx directory | Daniel Rusek | 2018-06-06 | 1 | -8/+0 |
| | |||||
* | l10n: add zanata.xml | Daniel Rusek | 2018-06-06 | 1 | -0/+9 |
| | |||||
* | 9.829.82 | David Kaspar [Dee'Kej] | 2018-06-04 | 1 | -1/+5 |
| | |||||
* | Makefile: make the creation of symlinks relative to path again | David Kaspar [Dee'Kej] | 2018-06-04 | 1 | -5/+3 |
| | | | | Resolves: RHBZ#1585321 | ||||
* | specfile: trailing file of netreport removed | David Kaspar [Dee'Kej] | 2018-06-04 | 1 | -1/+0 |
| | | | | This was causing RPM build to fail, since it couldn't find the file. | ||||
* | 9.819.81 | David Kaspar [Dee'Kej] | 2018-06-01 | 1 | -1/+31 |
| | |||||
* | src/consoletype.c: deprecation warning added | David Kaspar [Dee'Kej] | 2018-06-01 | 1 | -1/+4 |
| | |||||
* | src/genhostid.c: deprecation warning added | David Kaspar [Dee'Kej] | 2018-06-01 | 1 | -0/+4 |
| | |||||
* | src/genhostid.c: fixed to not override /etc/hostid if it already exists | David Kaspar [Dee'Kej] | 2018-06-01 | 1 | -11/+20 |
| | | | | Resolves: #105 | ||||
* | src/usleep.c: GCC warnings fixed | David Kaspar [Dee'Kej] | 2018-06-01 | 1 | -2/+2 |
| |