aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* network/ifup/ifdown: deprecations warnings redirected to stderrDavid Kaspar [Dee'Kej]2018-08-063-9/+9
|
* ifup-eth: use 'bc' instead of 'expr' when computing $forward_delayDavid Kaspar [Dee'Kej]2018-08-032-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' addedDavid Kaspar [Dee'Kej]2018-08-023-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 returnedDavid Kaspar [Dee'Kej]2018-07-241-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.00David Kaspar [Dee'Kej]2018-06-211-1/+5
|
* Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'David Kaspar [Dee'Kej]2018-06-212-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-151-2/+2
|
* 9.839.83David Kaspar [Dee'Kej]2018-06-141-1/+30
|
* network-scripts: Add previously dropped error checkingPhil Sutter2018-06-141-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-linkPhil Sutter2018-06-142-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 addedDavid Kaspar [Dee'Kej]2018-06-141-3/+13
|
* src/rename_device.c: GCC warnings about unused return value suppressedDavid Kaspar [Dee'Kej]2018-06-141-2/+3
|
* src/usernetctl.c: GCC warnings about unused return value suppressedDavid Kaspar [Dee'Kej]2018-06-141-2/+3
|
* Makefile: allow sub-makefiles to run in parallelDavid Kaspar [Dee'Kej]2018-06-141-7/+7
|
* specfile: netconsole service moved to /usr/libexecDavid Kaspar [Dee'Kej]2018-06-143-5/+22
|
* specfile: services from /usr/lib/systemd moved to /usr/libexecDavid Kaspar [Dee'Kej]2018-06-149-14/+15
|
* specfile: summary & description updatedDavid Kaspar [Dee'Kej]2018-06-141-3/+3
|
* specfile: no longer needed conflicts droppedDavid Kaspar [Dee'Kej]2018-06-141-8/+0
|
* specfile: requirements cleanupDavid Kaspar [Dee'Kej]2018-06-141-21/+16
|
* specfile: obsoletes on previous version of initscripts package addedDavid Kaspar [Dee'Kej]2018-06-141-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 createdDavid Kaspar [Dee'Kej]2018-06-1410-28/+78
|
* specfile: readonly-root subpackage createdDavid Kaspar [Dee'Kej]2018-06-141-15/+55
|
* specfile: netconsole-service subpackage createdDavid Kaspar [Dee'Kej]2018-06-141-4/+38
|
* README.md: Travis CI build icon addedDavid Kaspar [Dee'Kej]2018-06-131-1/+1
|
* .travis.yml: check the 'make install' proceeds as wellDavid Kaspar [Dee'Kej]2018-06-131-1/+1
|
* .travis.yml: initial commitDavid Kaspar [Dee'Kej]2018-06-131-0/+12
| | | | To build in container-based environment because of speed.
* README.md: bug reporting describedDavid Kaspar [Dee'Kej]2018-06-121-0/+10
|
* README.dm: future of initscripts describedDavid Kaspar [Dee'Kej]2018-06-121-0/+15
|
* README.md: description addedDavid Kaspar [Dee'Kej]2018-06-121-0/+20
|
* README.md: references to old git branches addedDavid Kaspar [Dee'Kej]2018-06-121-0/+45
|
* README.md: initial commitDavid Kaspar [Dee'Kej]2018-06-121-0/+7
| | | | Resolves: #75
* network-scripts: setting of firewall ZONE fixedDavid Kaspar [Dee'Kej]2018-06-073-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 callDavid Kaspar [Dee'Kej]2018-06-071-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 directoryDaniel Rusek2018-06-061-8/+0
|
* l10n: add zanata.xmlDaniel Rusek2018-06-061-0/+9
|
* 9.829.82David Kaspar [Dee'Kej]2018-06-041-1/+5
|
* Makefile: make the creation of symlinks relative to path againDavid Kaspar [Dee'Kej]2018-06-041-5/+3
| | | | Resolves: RHBZ#1585321
* specfile: trailing file of netreport removedDavid Kaspar [Dee'Kej]2018-06-041-1/+0
| | | | This was causing RPM build to fail, since it couldn't find the file.
* 9.819.81David Kaspar [Dee'Kej]2018-06-011-1/+31
|
* src/consoletype.c: deprecation warning addedDavid Kaspar [Dee'Kej]2018-06-011-1/+4
|
* src/genhostid.c: deprecation warning addedDavid Kaspar [Dee'Kej]2018-06-011-0/+4
|
* src/genhostid.c: fixed to not override /etc/hostid if it already existsDavid Kaspar [Dee'Kej]2018-06-011-11/+20
| | | | Resolves: #105
* src/usleep.c: GCC warnings fixedDavid Kaspar [Dee'Kej]2018-06-011-2/+2
|
* nis-domainname.service removedDavid Kaspar [Dee'Kej]2018-06-014-27/+3
| | | | | It has been moved into the hostname package: https://src.fedoraproject.org/rpms/hostname/pull-request/1
* fedora-* services renamed to more general namesDavid Kaspar [Dee'Kej]2018-06-0111-46/+52
| | | | | | | This removes the OS flavour embedded into the initscripts. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1584645 Resolves: #161
* specfile: missing fedora-domainname.service returned in systemd macrosDavid Kaspar [Dee'Kej]2018-06-011-3/+3
| | | | | | During previous cleanup, where we removed the symlinks to fedora-* services, we forgot to add the fedora-domainname.service into the systemd macros.
* COPYING updated to latest GNU version (GPLv2+)David Kaspar [Dee'Kej]2018-06-011-20/+19
|
* network-scripts: control 'network' service with alternatives as wellDavid Kaspar [Dee'Kej]2018-06-011-1/+2
|
* netreport functionality droppedDavid Kaspar [Dee'Kej]2018-05-3012-159/+2
| | | | This concept is quite outdated, and not sane to use at all.
* networks moved into 'setup' packageDavid Kaspar [Dee'Kej]2018-05-302-4/+0
|