| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The dependance on 'consoletype' binary has been removed.
|
|
|
|
|
|
| |
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...
|
|
|
|
| |
No longer build or used by anything else in initscripts.
|
|
|
|
|
| |
This file was not referenced anywhere, is not called inside Makefile,
and the build succeeds without it. Looks like an artifact from past.
|
|
|
|
|
| |
This script has been obsoleted by other concepts in Fedora, and using
it can be quite dangerous nowadays...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of these files were more than 15 years old, making them no
longer valid or just simply outdated... Files removed:
* changes.ipv6
* ipv6-*.howto
* sysvinitfiles
Regarding the 'sysvinitfiles' -- the 'initscripts' package is nowadays
intended for keeping the support for old init scripts still used
somewhere. However, for creating new services people should use
systemd now...
|
|
|
|
| |
Use 'git log' instead...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Also, the po/.cvsignore has been removed...
|
|
|
|
|
| |
'check' and 'syntax-check' rules were dropped, as they seem obsolete
nowadays (we are not using them at all)...
|
|
|
|
| |
po/initscripts.pot updated as well
|
|
|
|
|
| |
The rules have been unified, build results are now in build/
subfolder, and it uses GNU naming for the system paths...
|
|
|
|
|
| |
NOTE: This commit just moves files around, without actually fixing the
Makefiles and specfile. See follow up commits which resolve this.
|
|
|
|
|
|
|
|
|
| |
Due to some change in bash-4.4, it started to give out warnings about
ignored null-byte characters in the command substitution:
https://bugzilla.redhat.com/show_bug.cgi?id=1472137#c2
Resolves: RHBZ#1583338
|
| |
|
|
|
|
|
| |
... Without appending the 'ro' to mount options of '/' mount point the
system will be still mounted as read-write, even when READONLY=yes.
|
|
|
|
|
|
|
|
| |
$" is a BASH extension to translate text.
Replace the shebang with /bin/bash to avoid parsing errors,
as even BASH has a POSIX compliant mode when run as sh.
Signed-off-by: Matteo Croce <mcroce@redhat.com>
|
|
|
|
| |
https://bugzilla.redhat.com/show_bug.cgi?id=1512688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
network-functions uses awk to tranform the mac address to upper case.
Replace awk with tr which is two order of magnitude faster:
$ time awk '{ print toupper($0) }' </usr/share/dict/words >/dev/null
real 0m0,227s
user 0m0,224s
sys 0m0,004s
$ time tr '[a-z]' '[A-Z]' </usr/share/dict/words >/dev/null
real 0m0,005s
user 0m0,000s
sys 0m0,005s
Also use here-strings instead of spawning a subshell and a pipe.
Signed-off-by: Matteo Croce <mcroce@redhat.com>
|
|
|
|
|
|
|
|
|
|
| |
Instead of displaying messages without context, like this:
./network-functions: line 571: echo: write error: Invalid argument
./network-functions: line 598: echo: write error: Permission denied
We will now display pretty error messages (via net_log) about what has
actually failed...
|
|
|
|
|
|
|
|
|
|
| |
Previously, there were 2 additional conditions related to this part of
code, but they were removed in time, so this last condition has
remained an artifact and is de-facto obsolete.
However, the 'pidof -x dhclient' condition could cause the network
service to hang on stop/restart when processes were executed from a
network share... Removing that condition should hypothetically fix it.
|
|
|
|
|
|
| |
Since we are using systemd, the Default-Start/Stop keywords were
omitted. Basically the LSB header is quite similar to LSB header of
network service...
|
|
|
|
|
| |
The tabs & spaces mixture caused bad script conversion and breaking
the script completely...
|
|
|
|
|
| |
Also, the code has been fixed to comply with PEP8 specification.
More info: https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
| |
More info: https://bugzilla.redhat.com/show_bug.cgi?id=1554690
|
|
|
|
| |
Docs for stuff I added in #2, #6, and #16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ifup-tunnel: Support 'external' tunnels
This is a newish feature upstream. You can now set the external flag on a
ip6_tunnel type interface (though not the primary one, ip6tnl0), and doing so
will allow it to decapsulate any packet, and assuming that the inner address is
the one on that interface, it'll drop it back on the stack.
This is useful for DSR vips. While v6-in-v6 was already supported, this allows
v4-in-v6 which is necessary to serve v4 traffic in a v6only infrastructure.
There's comments in ifup-tunnel that imply it was designed only for GRE tunnels,
but this still seems like the best place for this.
|
|
|
|
| |
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire
|
|
|
|
| |
More info: https://bugzilla.redhat.com/show_bug.cgi?id=1518429
|
| |
|
|
|
|
|
|
|
| |
Empty ${RESOLV_MODS} was causing a deletion of config files in
/etc/ppp/peers/*
Resolves: #155
|
|
|
| |
* network: add knob to optionally keep interfaces up during shutdown
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is complete rework of how we generate the /etc/resolv.conf.
Fixes:
* always update 'nameserver' & 'search' entries when DNS* & DOMAIN
options (respectively) were updated in ifcfg-* files
* always update the order of 'nameserver' entries when the order of
DNS* options was updated
* always keep /etc/resolv.conf.save as a proper backup - do not
overwrite it everytime when updating 'nameserver' or 'search'
Enhancements:
* added support for DNS3 option (equals to MAXNS value in GLIBC)
* added logic to process duplicate DNS* options
* added logic to process randomly omitted DNS* options (e.g. omitting
DNS1 while specifying DNS2 and/or DNS3 will still work now)
This work was based on these two RHEL-7.5 BZs:
https://bugzilla.redhat.com/show_bug.cgi?id=1364895
https://bugzilla.redhat.com/show_bug.cgi?id=1357658
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The symlinks are no longer needed. Enablement of default services is
now managed by 'fedora-release' package.
|
|
|
|
|
| |
To speed things up. Based on patch & comments from:
https://bugzilla.redhat.com/show_bug.cgi?id=1497759
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also drop the argv[0] as previx — the message already includes the
name of the program.
$ src/usleep 1
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-06" instead...
$ src/usleep 10
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1e-05" instead...
$ src/usleep 20
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 2e-05" instead...
$ src/usleep 100
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0001" instead...
$ src/usleep 200
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0002" instead...
$ src/usleep 300
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0003" instead...
$ src/usleep 400
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.0004" instead...
$ src/usleep 1000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.001" instead...
$ src/usleep 10000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.01" instead...
$ src/usleep 100000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 0.1" instead...
$ src/usleep 1000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 1" instead...
$ src/usleep 10000000
warning: usleep is deprecated, and will be removed in near future!
warning: use "sleep 10" instead...
For very small and very large values, printf uses scientific notation,
but that seems nicer than using %.f which would always leave trailing
zeroes. sleep accepts scientific notation, so things should still work.
https://bugzilla.redhat.com/show_bug.cgi?id=1494168
|
| |
|