aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remount-rootfs.service got renamed to systemd-remount-fs.serviceHarald Hoyer2013-03-122-2/+2
|
* compile netreport and usernetctl with full RELRO and PIE (#853178)Lukas Nykryn2013-03-071-1/+7
|
* move stuff directly to /usr (#905492)Lukas Nykryn2013-03-073-59/+59
|
* Remove NETWORKING_IPV6 from sysconfig.txt (#918622)Václav Pavlín2013-03-061-4/+0
|
* Fix greps to correctly handle comments and quotationLukas Nykryn2013-02-263-3/+3
|
* 9.44-1initscripts-9.44-1Lukas Nykryn2013-02-201-1/+25
|
* limit udev rule for network renaming (#907365, mschmidt@redhat.com)Lukas Nykryn2013-02-201-1/+1
|
* fix path for arpwatch, seems to be in /var/lib on Fedora 18Michael Scherer2013-02-111-1/+1
|
* fix the path for lvm cache, there is no file /etc/lvm/.cache ( but there is ↵Michael Scherer2013-02-111-1/+1
| | | | one /etc/lvm/cache )
* fix path for dhcpd, is /var/lib/dhcpd since 2005 ( see 31cdb58df77 on the ↵Michael Scherer2013-02-111-1/+1
| | | | dhcp package git )
* fix the patch for apache modules in rwtab, that are now in /var/cache/httpdMichael Scherer2013-02-111-2/+2
|
* remove no longer used directory ( at least in Fedora ), hald is deprecated, ↵Michael Scherer2013-02-111-3/+0
| | | | /var/tux cannot be found and xend seems to use a subdirectory of /var/lib/xen
* correct the path for puppet directory in /etc/rwtab, now use /var/lib/puppet ↵Michael Scherer2013-02-111-1/+1
| | | | by default
* Allow passing -F from /.autorelabel to fixfiles when relabeling systemVáclav Pavlín2013-01-281-1/+2
| | | | (#904279)
* Correctly detect Open vSwitch device typesThomas Graf2013-01-251-0/+3
| | | | | | | | | | | | | ifup-ovs in the openvswitch package uses the types: - OVSBridge - OVSPort - OVSIntPort - OVSBond to configure the various Open vSwitch device types. Automatically detecting these avoids the need to pass in DEVICETYPE=ovs or to name all bridge "ovsN".
* Clear DEVICE and TYPE variables before every iteration (#902463)Václav Pavlín2013-01-221-2/+1
|
* Clear DEVICE and TYPE variables after using them in cycle (#902463)Václav Pavlín2013-01-221-0/+2
|
* Sets BONDING_OPTS before interface is brougth upLukas Nykryn2013-01-222-28/+37
|
* check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2013-01-212-0/+13
|
* Sync FSF address with GPL 2 text.Ville Skyttä2013-01-206-6/+6
|
* 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
|
* Build with $RPM_LD_FLAGS.Ville Skyttä2013-01-201-0/+1
|
* Use -sf, not -s. (#901827)Bill Nottingham2013-01-191-1/+1
|
* Add /usr/libexec/initscripts to file list (#894475)Bill Nottingham2013-01-111-0/+1
|
* Rename term256 to 256term (glob sort) (#849429)Bill Nottingham2013-01-033-1/+1
|
* Readd missing shebang. (#885821)Bill Nottingham2012-12-101-1/+1
|
* Migrate even further away from /etc/sysconfig/network for hostname, and ↵Bill Nottingham2012-12-103-6/+4
| | | | /etc/sysconfig/i18n.
* Fix build.initscripts-9.43-1Bill Nottingham2012-12-072-1/+1
|
* Roll up fixes, bump release.Bill Nottingham2012-12-071-1/+9
|
* Also do firewall zone poking before ifup-ipv6, for DHCPv6 (#802415, modified ↵Bill Nottingham2012-12-071-0/+5
| | | | from <jpopelka@redhat.com>)
* Complete setsysfont removal.Bill Nottingham2012-12-073-24/+0
|
* Update documentation for config file migration for i18n/l10n and hostname ↵Bill Nottingham2012-12-072-49/+5
| | | | | | settings. (#881923) Also, remove obsolete setsysfont.
* Fix amazingly long-standing thinko in writing the pid file to the lock.Bill Nottingham2012-12-041-1/+4
|
* Change the net rule that reads ifcfg files to explicitly set the interface ↵Bill Nottingham2012-11-261-1/+1
| | | | name. (#870859)
* Revert "Use sysfs rather than iwconfig for wireless check"Bill Nottingham2012-11-121-1/+3
| | | | | This reverts commit af401fb40f6dd5139e8468dfe1bd3dafe40e8e93. upstream removed sysfs wireless. How nice.
* Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵Bill Nottingham2012-10-316-93/+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-183-0/+6
| | | | where the defaults now live. (#760254)
* Don't try to extract translations from files that no longer exist.Bill Nottingham2012-10-111-2/+2
|
* Updated translations from TX.Bill Nottingham2012-10-1163-415/+672
|
* Don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)Bill Nottingham2012-10-081-1/+1
|
* Fix calling of firewall-cmd in ifup-post/ifdown-post.Jiri Popelka2012-10-082-2/+2
| | | | firewall-cmd has been using combined longopts since 0.2.6
* 9.41-1initscripts-9.41-1Bill Nottingham2012-10-051-1/+9
|
* Clena out some obsolete requirements.Bill Nottingham2012-10-031-4/+3
|
* MALLOC_CHECK_ is not thread safe. Don't enable it by default even in debug ↵Bill Nottingham2012-09-251-1/+2
| | | | mode. (#853175)
* Don't suggest modifying the packaged files.Bill Nottingham2012-09-142-10/+6
|
* Enable 256 color terminals by defaultPádraig Brady2012-09-143-0/+56
|
* Be less strict about VLAN name (#505314)Václav Pavlín2012-09-051-4/+1
|
* Add explicit requirement on hostname (#851688)Bill Nottingham2012-08-241-0/+1
|