aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove ipv6_del_route; adjust callers.Bill Nottingham2009-08-213-55/+3
|
* Don't call a function that doesn't actually do anything.Bill Nottingham2009-08-212-9/+0
|
* Remove unused (and broken) functions.Bill Nottingham2009-08-211-18/+0
|
* Clarify docs. (#518614)Bill Nottingham2009-08-211-2/+2
|
* Update-po && refresh-po.Bill Nottingham2009-08-2069-71291/+96778
|
* Fix some whitespace annoyances.Bill Nottingham2009-08-201-44/+44
|
* /selinux is not configurable. Don't pretend it is (fixes #518164)Bill Nottingham2009-08-201-10/+9
|
* Add /var/lib/dbus to rwtab. (#515771)Bill Nottingham2009-08-121-0/+1
|
* Add some more entries to rwtab (#515771)Bill Nottingham2009-08-101-0/+2
|
* Support dracut's location for dhclient leases as well. (#515771)Bill Nottingham2009-08-101-4/+6
|
* Fix things so we don't build binaries on 'make archive'.Bill Nottingham2009-08-101-2/+5
|
* 8.97-1initscripts-8.97-1Bill Nottingham2009-08-101-1/+7
|
* Fix IPv6 address checking (#516319)Bill Nottingham2009-08-102-1/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-08-101-260/+82
|\
| * Sending translation for Norwegian Bokmålkmaraas2009-08-081-260/+82
| |
* | Fix syntax error from earlier cleanups. (#515612, <jik@kamens.brookline.ma.us>)Bill Nottingham2009-08-101-1/+1
|/
* Remove call to pam_console_apply.Bill Nottingham2009-08-041-3/+0
| | | | | 1) pam_console is doing it wrong. Use udev's acl support. 2) exactly what are we resetting for dynamically created udev devices?
* 8.96-1initscripts-8.96-1Bill Nottingham2009-08-031-1/+15
|
* Fix up upstart rules for s390(x). (#515222)Bill Nottingham2009-08-032-2/+20
| | | | On mainframe, we do not use tty*, and we just start a getty on console.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-08-031-2/+2
|\
| * Sending translation for Danishkristho2009-08-021-2/+2
| |
* | Leave ChangeLog in the tarball only. (#515012)Bill Nottingham2009-08-031-1/+1
|/
* Delete functions that are not used.Victor Lowther2009-07-311-114/+0
|
* Remove useless /sbin/ip wrapper function.Bill Nottingham2009-07-314-63/+52
|
* Remove another unused wrapper.Bill Nottingham2009-07-311-12/+0
|
* Remove unused ipv6_exec_ifconfig function.Bill Nottingham2009-07-311-15/+0
|
* More ipv6_exec_sysctl removals.Bill Nottingham2009-07-313-14/+14
|
* Remove useless sysctl wrapper function.Bill Nottingham2009-07-311-24/+11
| | | | /sbin/sysctl doesn't even *have* locale support.
* Don't bother checking for /sbin/ip or /sbin/sysctl.Bill Nottingham2009-07-311-10/+0
| | | | They're required by the package for a reason.
* Get rid of unused function. <victor.lowther@gmail.com>Bill Nottingham2009-07-311-10/+0
|
* Disable netfilter on bridged interfaces. (#512206)Bill Nottingham2009-07-311-0/+5
|
* Use resolv.conf from dracut netboot before setting hostname. (#514801, ↵Bill Nottingham2009-07-301-0/+3
| | | | <wtogami@redhat.com>)
* Nuke redundant declaration of actionVictor Lowther2009-07-301-11/+0
|
* Use $(( )) for arithmetic statements instead of let or $[ ].Victor Lowther2009-07-304-9/+9
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-3030-142/+142
| | | | Adapted from <victor.lowther@gmail.com>.
* Remove very obsolete file.Bill Nottingham2009-07-291-40/+0
|
* Various ipdates to ipcalc to make it more useful.Victor Lowther2009-07-291-27/+42
| | | | | | | | 0 is a perfectly good prefix length. All the cool default routes use it. Autodetect if we are passed an IPv6 address and shift modes accordingly. Check prefixes as well as addresses when checking for validity.
* More tests.Bill Nottingham2009-07-291-0/+4
|
* More tests.Bill Nottingham2009-07-291-23/+30
|
* Add some simple regression tests for ipcalcBill Nottingham2009-07-293-0/+90
| | | | Adapted from tests from Matej Susta <msusta@redhat.com>.
* ipcalc can handle all our IP checking needs now.Victor Lowther2009-07-281-91/+5
|
* Fix bash-ism.Bill Nottingham2009-07-281-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-07-021-1004/+690
|\
| * Sending translation for Danishkristho2009-06-281-1004/+690
| |
* | Don't use mii-tool for link status; only use ethtool.Bill Nottingham2009-07-021-13/+3
|/ | | | Essentially a consequence of bug #491358.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-06-261-7/+7
|\
| * Sending translation for Spanishdennistobar2009-06-201-7/+7
| |
* | Require /sbin/blkid directly, as it moves between packages (#508413)Bill Nottingham2009-06-261-1/+1
|/
* Redirect bash errors on 'unset' to /dev/null. (#482888)Bill Nottingham2009-06-183-3/+3
|
* Sending translation for Slovakpalos2009-05-291-170/+105
|