Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify killproc usage message (#193711) | Miloslav Trmac | 2006-06-05 | 1 | -1/+1 |
| | |||||
* | Add encrypted swap and non-root filesystem support (#127378, based on | Miloslav Trmac | 2006-06-01 | 2 | -1/+156 |
| | | | | | a patch by W. Michael Petullo <redhat@flyn.org> and Debian's cryptsetup package) | ||||
* | googlespell prefers one l. words takes both. | Bill Nottingham | 2006-05-25 | 1 | -1/+1 |
| | |||||
* | allow for sulogin instead of automatic relabeling (<dwalsh@redhat.com>) | Bill Nottingham | 2006-05-25 | 1 | -20/+39 |
| | |||||
* | integrate s390 patch - just check for hwclock before running it | Bill Nottingham | 2006-05-23 | 2 | -2/+2 |
| | |||||
* | handle cups (#189168) | Bill Nottingham | 2006-05-23 | 1 | -0/+1 |
| | |||||
* | Fix handling of mount points with white space (#186713): | Miloslav Trmac | 2006-05-08 | 4 | -159/+112 |
| | | | | | | | | | | | | | - src/fstab-decode.c, src/fstab-decode.8: New files. - src/Makefile: Build and install fstab-decode. - initscripts.spec: Add fstab-decode to %files - rc.d/init.d/functions (fstab_decode_str): New function. (__umount_loop, __umount_loopback_loop): Factor out from copy&pasted copies. (action): Fix command quoting. - rc.d/rc.sysinit: Correctly quote and decode mount points. - rc.d/init.d/halt: Use __umount_* and fstab-decode. (action): Rename from runcmd. Fix command quoting. - rc.d/init.d/netfs: Use __umount_*. | ||||
* | add check here toor8-33 | Bill Nottingham | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | readonly root support. Does not currently work with SELinux. | Bill Nottingham | 2006-04-20 | 1 | -10/+68 |
| | |||||
* | remove call to zfcpconf.sh - that should be udev rules | Bill Nottingham | 2006-04-20 | 1 | -4/+0 |
| | |||||
* | Add NETWORKDELAY and LINKDELAY (#176851) | Miloslav Trmac | 2006-04-18 | 1 | -0/+2 |
| | |||||
* | - get rid of /initrd handling, since that's long dead. | Peter Jones | 2006-04-18 | 1 | -6/+1 |
| | |||||
* | fix redirect (#187505) | Bill Nottingham | 2006-04-03 | 1 | -1/+1 |
| | |||||
* | Add "forcequotacheck" (#168118) | Miloslav Trmac | 2006-03-28 | 1 | -1/+5 |
| | |||||
* | (failure, passed, warning, action): Make variables local, fixes running | Miloslav Trmac | 2006-03-27 | 1 | -3/+5 |
| | | | | quotacheck after fsck has repaired something (#168118). | ||||
* | (killproc): Respect -p when removing the pid file | Miloslav Trmac | 2006-03-27 | 1 | -1/+1 |
| | |||||
* | Add support for DHCP on bridges (#125259, original patch by Anders Kaseorg | Miloslav Trmac | 2006-03-27 | 1 | -10/+7 |
| | | | | | | | | | | | <anders@kaseorg.com>): - rc.d/init.d/network: Initialize bridges after bridged interfaces, deinitialize them before bridged interfaces - sysconfig/network-scripts/ifdown-eth: Destroy bridges lazily when the last bridged interface is stopped - sysconfig/network-scripts/ifup-eth: * Handle bridges before checking for module presence or wireless devices * Add bridges lazily when the first bridged interface is started | ||||
* | - killall is in /usr , so we need to use pidof here. (bz 185429) | Peter Jones | 2006-03-24 | 1 | -1/+3 |
| | |||||
* | (status): Try the PID from the PID file if (pidof) fails (#182623) | Miloslav Trmac | 2006-03-19 | 1 | -6/+9 |
| | |||||
* | Minor cleanups (#173574): | Miloslav Trmac | 2006-03-19 | 1 | -23/+6 |
| | | | | | - Don't duplicate unset - Remove two (eval `grep ...`) instances | ||||
* | Allow -y in $fsckoptions (#143351) | Miloslav Trmac | 2006-03-19 | 1 | -3/+7 |
| | |||||
* | oops | Bill Nottingham | 2006-03-14 | 1 | -3/+0 |
| | |||||
* | set context on /dev/pts (#185436) | Bill Nottingham | 2006-03-14 | 1 | -0/+4 |
| | |||||
* | kexec support (<jmoyer@redhat.com>) | Bill Nottingham | 2006-03-03 | 1 | -0/+4 |
| | |||||
* | optimize, and add some more files | Bill Nottingham | 2006-02-20 | 1 | -3/+1 |
| | |||||
* | relabeling sources /etc/selinux/config, which uses $SELINUX. Pick | Bill Nottingham | 2006-02-17 | 1 | -11/+11 |
| | | | | something else. (#181893) | ||||
* | - filter out another "no" message from dmraid. We need to fix dmraid'sr8-29 | Peter Jones | 2006-02-14 | 2 | -3/+3 |
| | | | | | | exit status in these cases and use that in the future... - add path to one dmraid call - bump version, add changelog | ||||
* | Add mounting of /proc and /sys back to rc.sysinit. | Bill Nottingham | 2006-02-13 | 1 | -0/+4 |
| | | | | | | | | *docs* The booting of Fedora Core without the use of an initrd is deprecated, and support for booting the system in this manner may be removed in a later release. | ||||
* | - kill nash-hotplug before starting udev | Peter Jones | 2006-02-13 | 1 | -1/+2 |
| | |||||
* | - check for "No devices found" when calling dmsetup | Peter Jones | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | put usbfs back | Bill Nottingham | 2006-02-07 | 1 | -0/+6 |
| | |||||
* | dirty hacks to make sure hotplug doesn't run after unclean shutdown | Bill Nottingham | 2006-02-06 | 1 | -1/+5 |
| | | | | (#177795) | ||||
* | - don't mount sys and proc | Peter Jones | 2006-02-03 | 1 | -4/+0 |
| | |||||
* | Try to unmount tmpfs filesystems before swapoff (#174000) | Miloslav Trmac | 2006-02-03 | 1 | -0/+5 |
| | |||||
* | Make "Fedora" blue in the welcome message (#147093, patch by Ville Skyttä | Miloslav Trmac | 2006-02-03 | 1 | -3/+4 |
| | | | | | <ville.skytta@iki.fi>). Remove two grep invocations. | ||||
* | clean up dovecot right | Bill Nottingham | 2006-02-03 | 1 | -0/+1 |
| | |||||
* | Ignore alias range files (#150336) | Miloslav Trmac | 2006-02-03 | 1 | -1/+2 |
| | |||||
* | (get_numeric_dev): On second thought, write directly what we want awk to do. | Miloslav Trmac | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | fix sendmail startup | Bill Nottingham | 2006-02-02 | 1 | -1/+1 |
| | |||||
* | Eliminate creating the second awk process in get_numeric_dev() | Miloslav Trmac | 2006-02-01 | 1 | -1/+1 |
| | |||||
* | - activate the name we were looking up, not the one we failed to find | Peter Jones | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | - we _do_ want -z, not -n . We only want to activate the raids we _can't_ | Peter Jones | 2006-01-31 | 1 | -1/+1 |
| | | | | resolve names for. | ||||
* | fix a backwards test caser8-22 | Peter Jones | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | - ignore the "I couldn't find anything to do" line, which we should remove | Peter Jones | 2006-01-31 | 2 | -2/+2 |
| | | | | from dmraid entirely. | ||||
* | remove references to /usr/X11R6/bin (#177938) | Bill Nottingham | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | fix formatting (#178532) | Bill Nottingham | 2006-01-31 | 1 | -1/+1 |
| | |||||
* | clean cvs as well (#178539, <ville.skytta@iki.fi>) | Bill Nottingham | 2006-01-31 | 1 | -0/+1 |
| | |||||
* | - two more silly typos | Peter Jones | 2006-01-31 | 1 | -2/+2 |
| | |||||
* | move halt.local so that it runs before / is remounted r/o (#179314) | Bill Nottingham | 2006-01-31 | 1 | -4/+4 |
| | |||||
* | - fix a typo | Peter Jones | 2006-01-31 | 1 | -1/+1 |
| |