aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Collapse)AuthorAgeFilesLines
* run *all* greps in C localeBill Nottingham2001-04-021-8/+35
| | | | | | | | | | | don't error if kernel.hotplug isn't there (#33256) disable hotplug during network initscript fix network up/down logic ignore backup files in /etc/sysconfig/network-scripts only load the module if there is one to load. only load modules for ethernet devices ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@wpi.edu> fix more ifconfig greps (patch from Conectiva)
* don't explicitly kill things, init will do thatBill Nottingham2001-04-021-9/+0
|
* use /var/lib/for random seed; /var/run is cleared at bootup (#31521)Bill Nottingham2001-04-021-1/+1
|
* unmount loopback stuff before stopping netfs or shutting downBill Nottingham2001-04-021-1/+21
| | | | don't exclude proc when you're doing mount -a -t nonfs...
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-04-021-1/+3
|
* change message to be less misleading (#30087)Bill Nottingham2001-04-021-4/+80
| | | | | | | | unmount loopback stuff before stopping netfs or shutting down add autofs (#17288) do something less surprising when called with arguments (#18216) read /etc/sysconfig/clock on syncing hwclock sync hardware clock to system time on halt (#21187)
* - --background is fundamentally broken. Remove it for now.Bill Nottingham2001-04-021-68/+100
| | | | | | | | | | | | - fix some ## substitutions to be correct - use 'su -' , not just 'su' (#26894) - make pidofproc() and killproc() try to use the PID associated with the full pathname first before killing the daemon by its basename (for daemons that share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016) - fix status() as well - return 1 in killproc if process isn't running (#26718) - various cleanups (#10761, from mjt@tls.msk.ru) - for daemon(), look only at the pid file to see if it's running (#17244, others)
* fix the grep for 'UP' so it doesn't report strange results on german PPP devicesBill Nottingham2000-10-041-1/+1
|
* don't turn off raid on shutdown ; the kernel will do itBill Nottingham2000-09-291-15/+0
|
* linuxconf movedr5-49Bill Nottingham2000-09-081-6/+6
|
* fix minor logical errorBill Nottingham2000-08-221-1/+1
|
* add usleep after kill -9Bill Nottingham2000-08-211-0/+1
|
* don't use head, it's in /usrBill Nottingham2000-08-151-2/+2
|
* start portmap if it's not running for nfs mountsBill Nottingham2000-08-071-1/+5
|
* fix error message on bringing down non-existent interfaces. Also, more colons.Bill Nottingham2000-08-071-17/+17
|
* colons. Lots of colons. More colons than most gastrointestinal clinics.Bill Nottingham2000-08-023-25/+25
|
* don't unmount / in netfsBill Nottingham2000-07-311-4/+4
|
* fix unclean shutdownBill Nottingham2000-07-261-3/+3
|
* unmount usb filesystem on shutdownBill Nottingham2000-07-251-0/+2
|
* add raw device support from karstenBill Nottingham2000-07-251-0/+79
|
* revertBill Nottingham2000-07-247-11/+11
|
* /etc/init.d -> /etc/rc.d/init.dr5-36Bernhard Rosenkraenzer2000-07-246-10/+10
|
* Use /etc/rc.d/init.dTrond Eivind Glomsrod2000-07-201-1/+1
|
* chuck ulimit errors to /dev/nullBill Nottingham2000-07-131-1/+1
|
* use the process's basename when looking for pid filesNalin Dahyabhai2000-06-161-12/+16
|
* /etc/rc.d/init.d -> /etc/init.d. Wheeeeee.Bill Nottingham2000-06-156-11/+11
|
* set core dump soft limit, not hard limitBill Nottingham2000-06-101-1/+1
|
* remove read-only root remount; it's unnecessaryBill Nottingham2000-05-311-2/+0
|
* use pidofproc ; it does its own basename (#11762)Bill Nottingham2000-05-311-2/+2
|
* fix check for strange linuxconf static-routesBill Nottingham2000-05-311-3/+6
|
* remove extraneous messageBill Nottingham2000-04-191-1/+1
|
* typoBill Nottingham2000-04-191-1/+1
|
* use /poweroff and /halt to determine whether powering offBill Nottingham2000-04-191-1/+7
|
* that's betterBill Nottingham2000-04-131-1/+1
|
* that check was bogusBill Nottingham2000-04-131-1/+1
|
* don't bring up commented out 'ONBOOT' interfaces ; don't shut down inactive ↵Bill Nottingham2000-04-101-2/+4
| | | | interfaces
* Blarg. I can't type.Bill Nottingham2000-04-031-1/+1
|
* blarg. linuxconf support broken again. Can we kill this yet?Bill Nottingham2000-03-311-1/+1
|
* automatically unmount network fs when stopping networkBill Nottingham2000-03-271-0/+12
|
* remove calls to ps. This should speed things up on slower machinesBill Nottingham2000-03-201-7/+17
|
* check that a device is up before bringing it downBill Nottingham2000-03-081-1/+1
|
* handle sysctl upgrades better ; re-run sysctl on network startBill Nottingham2000-03-071-0/+2
|
* eh, nevermindBill Nottingham2000-02-211-0/+1
|
* take out ippp removalBill Nottingham2000-02-211-1/+0
|
* ignore ippp devicesThan Ngo2000-02-211-1/+3
|
* whoops, single should really check that it got start before it does anythingNalin Dahyabhai2000-02-051-0/+4
|
* fix bug 9102Nalin Dahyabhai2000-02-051-0/+1
|
* fix handling of bizarro linuxconf routesBill Nottingham2000-02-021-2/+3
|
* *** empty log message ***Bill Nottingham2000-01-311-6/+2
|
* bring down *all* interfaces on network stopr4-85Bill Nottingham2000-01-311-7/+5
|