aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* fedora-* services renamed to more general namesDavid Kaspar [Dee'Kej]2018-06-011-4/+7
| | | | | | | 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.
* 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-301-5/+0
| | | | This concept is quite outdated, and not sane to use at all.
* networks moved into 'setup' packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
|
* lang.{sh,csh} moved into setup packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | Other references to these files were removed, as well as irrelevant info in sysconfig.txt, and some dead code in init.d/functions file.
* src/sushell moved into 'policycoreutils' packageDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | | 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...
* sys-unconfig removedDavid Kaspar [Dee'Kej]2018-05-301-1/+0
| | | | | This script has been obsoleted by other concepts in Fedora, and using it can be quite dangerous nowadays...
* network-scripts: ifup & ifdown -- use alternatives systemDavid Kaspar [Dee'Kej]2018-05-301-2/+17
| | | | | | | | | | | | | | | | | 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
* adjtime moved into 'util-linux' packageDavid Kaspar [Dee'Kej]2018-05-301-7/+6
| | | | | The line /etc/adjtime has been kept in rwtab, to not break the readonly-root...
* specfile: simplified & updated to new repository layoutDavid Kaspar [Dee'Kej]2018-05-301-114/+180
| | | | | The specfile should follow the Fedora Packaging Guidelines now: https://fedoraproject.org/wiki/Packaging:Guidelines
* 9.809.80David Kaspar [Dee'Kej]2018-05-251-1/+15
|
* specfile: remove the systemctl call in the %postun phaseDavid Kaspar [Dee'Kej]2018-05-171-7/+0
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1512688
* spec: add gcc to BuildRequiresLukas Nykryn2018-02-191-1/+1
| | | | https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire
* 9.799.79David Kaspar [Dee'Kej]2018-01-021-1/+6
|
* 9.789.78David Kaspar [Dee'Kej]2017-11-081-1/+16
|
* specfile: drop dependancy on /etc/system-releaseDavid Kaspar [Dee'Kej]2017-11-071-2/+0
| | | | | | | 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
* Spelling fixesVille Skyttä2017-10-301-5/+5
|
* systemd/system: symlinks for fedora-* services removedDavid Kaspar [Dee'Kej]2017-10-191-5/+12
| | | | | The symlinks are no longer needed. Enablement of default services is now managed by 'fedora-release' package.
* 'debugmode' subpackage dropped completelyDavid Kaspar [Dee'Kej]2017-10-161-17/+0
| | | | | | | | | | | 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
* sysconfig/init* files droppedDavid Kaspar [Dee'Kej]2017-10-161-4/+0
| | | | | Users can still create the /etc/sysconfig/init file manually to override the default values, which are now taken from init.d/functions.
* sysctl.conf.s390 droppedDavid Kaspar [Dee'Kej]2017-10-121-1/+0
| | | | This is a follow up to 13d638c0a7df4a998429163b9a0189dcffa2393a.
* 9.779.77David Kaspar [Dee'Kej]2017-08-151-1/+5
|
* specfile: Fix failing build for s390* architectureDavid Kaspar [Dee'Kej]2017-08-151-0/+1
| | | | Error caused by commit 13d638c0a7df4a.
* 9.769.76David Kaspar [Dee'Kej]2017-08-071-1/+5
|
* Revert "Makefile: replace /var/run with /run"Lukas Nykryn2017-08-071-1/+1
| | | | | | | | | | | When we are creating rpm, we install initscripts to chroot, so the ROOT variable is set. And since we need that directory in the package [1], we would have to create it in spec file anyway. [1] https://fedoraproject.org/wiki/Packaging:Tmpfiles.d This reverts commit b119d37d1929a09e25bf288d0273aaaf8c7de86e.
* 9.75-19.75David Kaspar [Dee'Kej]2017-08-071-1/+8
|
* 9.74-19.74David Kaspar [Dee'Kej]2017-08-041-1/+4
|
* 9.73-1David Kaspar [Dee'Kej]2017-08-031-1/+9
|
* Drop sysctl.d/00-system.confZbigniew Jędrzejewski-Szmek2017-07-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This file now only contains lines to disable netfilter on bridges. In kernel 3.18 this filtering functionality was made non-default by moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206]. Aybody who actually wants to use br_netfilter has to load it explicitly anyway, so disabling it through sysctl isn't necessary anymore. The reason for removal is that by default (i.e. when br_netfilter is not loaded), we get a warning on every boot: systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory This is confusing for users and inelegant. The downside of removing this file is for people who load br_netfilter for some reason *and* do no want to use it, will have to take an additional step now (either restore the sysctl settings or remove br_netfilter from /etc/modules-load.d or wherever). I expect the number of people affected to be very small. (Note that the file was overwritten on sparc and s390, so those architectures see no change.)
* 9.72-19.72David Kaspar [Dee'Kej]2017-05-251-1/+6
|
* 9.71-19.71David Kaspar [Dee'Kej]2017-05-251-1/+16
|
* specfile: mark 'rwtab' and 'statetab' as config filesDavid Kaspar [Dee'Kej]2017-03-281-2/+2
|
* 9.70-19.70Lukas Nykryn2017-02-271-4/+6
| | | | Move everything to github
* 9.69-1initscripts-9.69-1David Kaspar [Dee'Kej]2016-08-301-1/+4
|
* 9.68-1initscripts-9.68-1David Kaspar [Dee'Kej]2016-08-091-1/+5
|
* 9.67-1initscripts-9.67-1Lukas Nykryn2016-07-191-1/+13
|
* 9.66-1initscripts-9.66-1Lukas Nykryn2016-04-251-1/+10
|
* 9.65-1initscripts-9.65-1Lukas Nykryn2015-12-071-1/+11
|
* 9.64-1initscripts-9.64-1Lukas Nykryn2015-08-061-1/+8
|
* 9.63-1initscripts-9.63-1Lukas Nykryn2015-05-181-1/+11
|
* remove ipcalc, it has its own package nowLukas Nykryn2015-05-181-1/+1
| | | | | new upstream: https://github.com/nmav/ipcalc
* 9.62-1initscripts-9.62-1Lukas Nykryn2015-04-091-1/+9
|
* 9.61-1initscripts-9.61-1Lukas Nykryn2015-01-261-5/+13
|
* specfile cleanupLukas Nykryn2015-01-261-96/+86
|
* 9.60-1initscripts-9.60-1Lukas Nykryn2014-12-161-1/+7
|
* 9.59-1initscripts-9.59-1Lukas Nykryn2014-11-121-1/+4
|
* add conflicts to older systemdLukas Nykryn2014-11-061-1/+1
|
* 9.58-1initscripts-9.58-1Lukas Nykryn2014-11-061-1/+5
|
* remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-081-26/+9
|