aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-131-1/+1
|
* remove ifup-ipx from specLukas Nykryn2014-01-151-1/+0
|
* remove dependency on sysvinit-toolsLukas Nykryn2014-01-141-1/+0
|
* 9.52-1initscripts-9.52-1Lukas Nykryn2014-01-141-1/+5
|
* 9.51-1initscripts-9.51-1Lukas Nykryn2014-01-141-1/+12
|
* update functions who call nmcli (#1002958)Lukas Nykryn2014-01-141-0/+1
|
* 9.50-1initscripts-9.50-1Lukas Nykryn2013-09-031-1/+10
|
* symlink /etc/sysctl.conf -> /etc/sysctl.d/Lukas Nykryn2013-08-161-0/+1
|
* 9.48-1initscripts-9.48-1Lukas Nykryn2013-07-121-1/+11
|
* 9.47-1initscripts-9.47-1Lukas Nykryn2013-05-311-1/+12
|
* 9.46-1initscripts-9.46-1Lukas Nykryn2013-04-121-2/+16
|
* provide /sbin/serviceLukas Nykryn2013-03-151-1/+5
|
* 9.45-1initscripts-9.45-1Lukas Nykryn2013-03-151-1/+13
|
* remove config-noreplace from /etc/inittab (#627474)Lukas Nykryn2013-03-141-1/+1
|
* move stuff directly to /usr (#905492)Lukas Nykryn2013-03-071-24/+24
|
* 9.44-1initscripts-9.44-1Lukas Nykryn2013-02-201-1/+25
|
* Fix rpmlint's spaces vs tabs warning.Ville Skyttä2013-01-201-1/+1
|
* Fix bogus %changelog dates.Ville Skyttä2013-01-201-11/+11
|
* Add /usr/libexec/initscripts to file list (#894475)Bill Nottingham2013-01-111-0/+1
|
* Fix build.initscripts-9.43-1Bill Nottingham2012-12-071-1/+0
|
* Roll up fixes, bump release.Bill Nottingham2012-12-071-1/+9
|
* Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵Bill Nottingham2012-10-311-0/+2
| | | | required versions that allow us to do so. (<prajnoha@redhat.com>)
* Bump version to 9.42initscripts-9.42-1Bill Nottingham2012-10-311-1/+8
|
* Add a default /etc/sysctl.conf that describes how to change values, and ↵Bill Nottingham2012-10-181-0/+1
| | | | where the defaults now live. (#760254)
* 9.41-1initscripts-9.41-1Bill Nottingham2012-10-051-1/+9
|
* Clena out some obsolete requirements.Bill Nottingham2012-10-031-4/+3
|
* Add explicit requirement on hostname (#851688)Bill Nottingham2012-08-241-0/+1
|
* Drop prefdm.Bill Nottingham2012-08-081-1/+0
|
* 9.40-1initscripts-9.40-1Bill Nottingham2012-08-061-1/+5
|
* Drop more unused functions, and drop old s-c-n profile support directories.Bill Nottingham2012-08-061-4/+0
| | | | The profile support itself was removed a while ago.
* Drop fstab-decode and getkey; no longer used.Bill Nottingham2012-08-061-2/+0
| | | | Drop the umount loop from rc.d/init.d/functions.
* Drop net.hotplugBill Nottingham2012-08-061-1/+0
|
* Initial removal of support for non-systemd systems.Bill Nottingham2012-08-061-95/+3
|
* Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182)Bill Nottingham2012-07-161-2/+2
|
* 9.39-1initscripts-9.39-1Bill Nottingham2012-06-291-2/+2
|
* Bump releaseBill Nottingham2012-06-291-1/+11
|
* Spelling fixes.Ville Skyttä2012-06-271-4/+4
|
* service: add support for legacy custom actionsMichal Schmidt2012-06-261-0/+1
| | | | | | | | | | | | | | | | | | This adds support for legacy initscript actions such as service iptables save Packages wishing to provide legacy actions should install programs (probably scripts, but could be binaries) named /usr/libexec/initscripts/legacy-actions/<service>/<action> It should be emphasized that this feature is meant to be used only in packages where compatibility of custom actions with previous releases is desired. Adding of entirely new actions is discouraged. Useful tools should be shipped by upstreams as programs in /usr/bin, not in distro-specific hacks. [ Modifications from original : change from /usr/lib to /usr/libexec - notting ] https://bugzilla.redhat.com/show_bug.cgi?id=796663
* Clean up some requirements.Bill Nottingham2012-05-161-5/+3
|
* Remove conflicts that predate roughly RHEL 6.Bill Nottingham2012-04-201-14/+0
|
* mingetty is only used in the upstart/sysvinit configs ... move the ↵Bill Nottingham2012-04-201-1/+3
| | | | requirement there.
* Move default sysctl.conf to /usr/lib/sysctl.d, adjust things accordingly. ↵Bill Nottingham2012-04-201-1/+1
| | | | | | (#760254) Also, update apply_sysctl to 1) use systemd-sysctl if it's there 2) imitate it if it's not.
* Drop net-tools requirement; check for /sbin/route before calling legacy ↵Bill Nottingham2012-04-201-1/+1
| | | | static-route support. (#682308)
* 9.37-1initscripts-9.37-1Bill Nottingham2012-03-161-1/+4
|
* Fix typo. (#803449)Bill Nottingham2012-03-141-1/+1
|
* 9.36-1initscripts-9.36-1Bill Nottingham2012-03-121-1/+5
|
* 9.35-1initscripts-9.35-1Bill Nottingham2012-03-091-1/+17
|
* Move netfs to the -legacy package.Bill Nottingham2012-02-071-2/+10
|
* Some requirements tweaks (<pbrobinson@fedoraproject.org>)Bill Nottingham2012-01-031-2/+2
|
* Move securetty and its man page to legacy subpackage.Bill Nottingham2011-10-251-1/+3
|