| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some noise if stderr isn't available. | Bill Nottingham | 2011-06-02 | 1 | -2/+2 |
* | Ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. (#... | Bill Nottingham | 2011-05-31 | 2 | -2/+4 |
* | Override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>) | Bill Nottingham | 2011-05-18 | 1 | -0/+5 |
* | Exclude single symlink as well. (#705457) | Bill Nottingham | 2011-05-17 | 1 | -0/+1 |
* | VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475) | Bill Nottingham | 2011-05-12 | 1 | -4/+4 |
* | Tweak wording, as other scripts with S99 priority may actually run later. (#7... | Bill Nottingham | 2011-05-10 | 1 | -1/+1 |
* | Use LC_ALL=C when calling sed. (https://bugs.mageia.org/show_bug.cgi?id=1216,... | Bill Nottingham | 2011-05-10 | 1 | -3/+3 |
* | fuser -k defaults to -9; set the initial pass to kill -15. (#703457) | Bill Nottingham | 2011-05-10 | 1 | -2/+2 |
* | don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>) | Bill Nottingham | 2011-05-09 | 1 | -1/+2 |
* | Don't redirect to systemctl, as 'start' in that case won't try to start it ag... | Bill Nottingham | 2011-04-27 | 1 | -0/+1 |
* | 9.30-1initscripts-9.30-1 | Bill Nottingham | 2011-04-27 | 1 | -1/+11 |
* | Handle IPADDRx correctly for static addresses (#698738) | Bill Nottingham | 2011-04-27 | 1 | -1/+1 |
* | Make sure to enable fedora-storage-init-late.service, and have it after the n... | Bill Nottingham | 2011-04-27 | 2 | -1/+2 |
* | KDM can handle plymouth itself as well. | Bill Nottingham | 2011-04-27 | 1 | -3/+0 |
* | Tweak how plymouth is quit in the gdm case. (<rstrode@redhat.com>) | Bill Nottingham | 2011-04-26 | 1 | -8/+8 |
* | Fix logic error (#698520, <jlau@redhat.com>) | Bill Nottingham | 2011-04-25 | 1 | -1/+1 |
* | Support overriding hostname via /etc/hostname. | Bill Nottingham | 2011-04-18 | 3 | -0/+5 |
* | Exclude single init.d file that's overriden by systemd. (#697535) | Bill Nottingham | 2011-04-18 | 1 | -0/+1 |
* | Fix index handling for expanded configs <jklimes@redhat.com> | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
* | Fix patch misapplication | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
* | ifup/ifdown-eth: properly add and remove arp_ip_target's | Harald Hoyer | 2011-04-12 | 2 | -4/+27 |
* | Make sure the bond exists when we bring up the slaves. (#694501) | Bill Nottingham | 2011-04-07 | 1 | -1/+2 |
* | 9.29-1initscripts-9.29-1 | Bill Nottingham | 2011-04-06 | 9 | -10/+17 |
* | Add a storage setup after cryptsetup.target. (#692198) | Bill Nottingham | 2011-04-06 | 1 | -0/+13 |
* | bump the required systemd version in the .spec | Michal Schmidt | 2011-04-04 | 1 | -2/+2 |
* | separate "touch /.autorelabel" to a new unit | Michal Schmidt | 2011-04-04 | 3 | -4/+16 |
* | simplify the check for plymouth in fedora-autorelabel | Michal Schmidt | 2011-04-04 | 1 | -4/+1 |
* | let systemd check the conditions for fedora-autorelabel | Michal Schmidt | 2011-04-04 | 2 | -18/+4 |
* | crypttab should be 0600. | Bill Nottingham | 2011-03-30 | 1 | -0/+1 |
* | Don't explictly disallow IPv6 aliases (#583409, #612877.) | Bill Nottingham | 2011-03-30 | 2 | -4/+2 |
* | Document NM_CONTROLLED. (#692123) | Bill Nottingham | 2011-03-30 | 1 | -0/+3 |
* | Don't print errors if mdadm isn't installed. (#692187) | Bill Nottingham | 2011-03-30 | 1 | -2/+2 |
* | 9.28-1 | Bill Nottingham | 2011-03-30 | 1 | -1/+5 |
* | Add an error when setting gateway fails. (#672202) | Bill Nottingham | 2011-03-30 | 1 | -2/+4 |
* | ifup-eth: use /run/initramfs rather then /dev/.run/initramfs | Harald Hoyer | 2011-03-30 | 1 | -1/+1 |
* | Convert ipv6_log users to net_log. | Bill Nottingham | 2011-03-25 | 1 | -204/+51 |
* | Use net_log where appropriate. | Bill Nottingham | 2011-03-25 | 12 | -52/+52 |
* | Switch the default logging value to error. | Bill Nottingham | 2011-03-25 | 1 | -2/+2 |
* | Make net_log()'s output similar to that of the ipv6 logger. | Bill Nottingham | 2011-03-25 | 1 | -1/+16 |
* | Add a net_log() function. (#507515, #689525) | Bill Nottingham | 2011-03-25 | 1 | -0/+23 |
* | Add a comment explaining the oft-confused -t nox,y,z mount syntax. | Bill Nottingham | 2011-03-22 | 2 | -0/+2 |
* | 9.27-1initscripts-9.27-1 | Bill Nottingham | 2011-03-17 | 1 | -1/+6 |
* | Fix mishandled argument to fstab-decode. (#685137) | Bill Nottingham | 2011-03-15 | 1 | -1/+1 |
* | Y kant eye spell? (#684465) | Bill Nottingham | 2011-03-14 | 1 | -2/+2 |
* | Support ipv6 routing rules by merging IPv4/IPv6, and route/rule code. (#68087... | Bill Nottingham | 2011-03-11 | 3 | -26/+30 |
* | Fix conditions so that they operate as OR, not AND. (#684125) | Bill Nottingham | 2011-03-11 | 2 | -4/+4 |
* | 9.26-1initscripts-9.26-1 | Bill Nottingham | 2011-03-10 | 1 | -1/+14 |
* | Revert "Call sync after nfs unmount, otherwise we'll hang when the kernel syn... | Bill Nottingham | 2011-03-10 | 1 | -1/+0 |
* | Fix check for unmanaged devices so it does the right thing with devices NM do... | Bill Nottingham | 2011-03-10 | 1 | -1/+1 |
* | network-scripts/ifup-eth: fix cec3312 and close braces | Harald Hoyer | 2011-03-10 | 1 | -1/+1 |