| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Resolve problem when wasn't installed chkconfig package. BZ #1716386
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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...
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This was causing RPM build to fail, since it couldn't find the file.
|
| |
|
|
|
|
|
| |
It has been moved into the hostname package:
https://src.fedoraproject.org/rpms/hostname/pull-request/1
|
|
|
|
|
|
|
| |
This removes the OS flavour embedded into the initscripts. See also:
https://bugzilla.redhat.com/show_bug.cgi?id=1584645
Resolves: #161
|
|
|
|
|
|
| |
During previous cleanup, where we removed the symlinks to fedora-*
services, we forgot to add the fedora-domainname.service into the
systemd macros.
|
| |
|
|
|
|
| |
This concept is quite outdated, and not sane to use at all.
|
| |
|
|
|
|
|
| |
Other references to these files were removed, as well as irrelevant
info in sysconfig.txt, and some dead code in init.d/functions file.
|
|
|
|
|
|
| |
It has been agreed that maintainers of 'policycoreutils' will either
accept the pull-request, or they will close it if the sushell is no
longer needed...
|
|
|
|
|
| |
This script has been obsoleted by other concepts in Fedora, and using
it can be quite dangerous nowadays...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This installs the real scripts into /etc/sysconfig/network-scripts
while leaving the management of the launchers in /usr/sbin to the
alternatives system.
This allows coexistence with alternative implementations of ifup
and ifdown, notably NetworkManager.
A priority of 90 is chosen rather arbitrarily, NetworkManager will
use a lower one (50) so that our implementation takes precedence over
NetworkManaager in case both are installed. In an unlikely event the
user will want to switch to NetworkManager implementations when both
are installed they can override the default with:
$ update-alternatives --config ifup
|
|
|
|
|
| |
The line /etc/adjtime has been kept in rwtab, to not break the
readonly-root...
|
|
|
|
|
| |
The specfile should follow the Fedora Packaging Guidelines now:
https://fedoraproject.org/wiki/Packaging:Guidelines
|
| |
|
|
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=1512688
|
|
|
|
| |
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire
|
| |
|
| |
|
|
|
|
|
|
|
| |
This will allow users to unistall 'system-release' or 'fedora-release'
package, thus allowing de-branding of Fedora if needed. For more info:
https://bugzilla.redhat.com/show_bug.cgi?id=1493479
|
| |
|
|
|
|
|
| |
The symlinks are no longer needed. Enablement of default services is
now managed by 'fedora-release' package.
|
|
|
|
|
|
|
|
|
|
|
| |
Using this package was very dangerous, and could lead to instability
of system, or even being unable to bootup at all, and value of this
functionality was at least questionable, and was not documented.
We decided to drop functionality completely, to make sure users do not
install it accidentally (e.g. by using globbing with 'dnf install').
Resolves: #69
|
|
|
|
|
| |
Users can still create the /etc/sysconfig/init file manually to
override the default values, which are now taken from init.d/functions.
|
|
|
|
| |
This is a follow up to 13d638c0a7df4a998429163b9a0189dcffa2393a.
|
| |
|
|
|
|
| |
Error caused by commit 13d638c0a7df4a.
|