aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Expand)AuthorAgeFilesLines
* just run 'passwd root'Bill Nottingham1999-09-201-3/+1
* look in /proc/cpuinfo for arc consoleBill Nottingham1999-09-201-9/+17
* *** empty log message ***Bill Nottingham1999-09-201-1/+1
* *** empty log message ***Bill Nottingham1999-09-201-1/+1
* pass /dev/null as stdin to daemons.Bill Nottingham1999-09-201-1/+1
* Don't run rc.local through initlog.Bill Nottingham1999-09-201-1/+1
* just call swapoff oncer4-43Bill Nottingham1999-09-201-5/+3
* typoBill Nottingham1999-09-201-2/+2
* do process splatting for final umount too.Bill Nottingham1999-09-201-2/+22
* don't use expr, but require bash to do mathBill Nottingham1999-09-201-3/+3
* Don't use cut, it's in /usr/binBill Nottingham1999-09-201-1/+1
* use kill & pidof, not killall (no /usr)Bill Nottingham1999-09-201-1/+1
* take out call to lsof - not neededBill Nottingham1999-09-201-4/+0
* define uniprocessor in boot/kernel.h tooBill Nottingham1999-09-181-5/+11
* load/save mixer settings here.Bill Nottingham1999-09-172-0/+10
* grep file, not cat file | grepBill Nottingham1999-09-141-2/+2
* Duh. Use different terminal escape.Bill Nottingham1999-09-131-2/+1
* simplify raid startup a littleBill Nottingham1999-09-131-4/+1
* fix swapoff so it's not called with no argsBill Nottingham1999-09-131-1/+2
* require bashBill Nottingham1999-09-111-1/+1
* fix for number of processor check. This should work and be portable.Bill Nottingham1999-09-111-3/+3
* use killall5, not killBill Nottingham1999-09-101-2/+2
* swapoff swap that isn't in /etc/fstab, too.Bill Nottingham1999-09-091-0/+3
* allow turning off of 'press 'i' prompt'Bill Nottingham1999-09-071-5/+9
* *** empty log message ***Bill Nottingham1999-09-071-1/+1
* *** empty log message ***Bill Nottingham1999-09-071-3/+2
* add an 'unconfigure' sort of thing.Bill Nottingham1999-09-071-0/+38
* oops, don't try to remount network filesystems with mount -a.Bill Nottingham1999-09-031-1/+1
* oops. reversed logic in killproc.Bill Nottingham1999-09-021-0/+1
* typoBill Nottingham1999-09-021-1/+1
* add interactive prompt to make Cristian & Preston happyBill Nottingham1999-09-023-1/+23
* disable magic sysrq by defaultBill Nottingham1999-08-311-0/+5
* new NFS unmounting stuff from Bill Rugolsky <rugolsky@ead.dsa.com>Bill Nottingham1999-08-301-4/+27
* dittoBill Nottingham1999-08-251-0/+2
* more raid fixesBill Nottingham1999-08-251-5/+9
* change onboot grepBill Nottingham1999-08-211-1/+1
* depmod exits with 0 even with unresolved dependencies. Bad.Bill Nottingham1999-08-191-2/+2
* *** empty log message ***Bill Nottingham1999-08-171-2/+8
* *** empty log message ***Bill Nottingham1999-08-161-3/+5
* change kernel boot defineBill Nottingham1999-08-131-2/+6
* add a boot_kernel.h fileBill Nottingham1999-08-131-0/+13
* remove stuff for setting preferred linkBill Nottingham1999-08-131-25/+0
* new raid startup stuff from DougBill Nottingham1999-08-131-9/+32
* set /etc/HOSTNAME no matter what...Bill Nottingham1999-07-291-4/+1
* remove /etc/HOSTNAMEBill Nottingham1999-07-291-0/+5
* don't modify /etc/HOSTNAMEBill Nottingham1999-07-291-4/+0
* *** empty log message ***r4-27Bill Nottingham1999-07-271-6/+6
* trap sigpipe in shell...Bill Nottingham1999-07-271-3/+9
* When we write to initlog's FD, write in subshell so we don't die with SIGPIPEBill Nottingham1999-07-241-3/+4
* mount /proc before checking / so that volume labels can workBill Nottingham1999-07-211-2/+7