aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Collapse)AuthorAgeFilesLines
...
* - make pidofproc() and killproc() try to use the PID associated with the fullr5-64-2Nalin Dahyabhai2001-02-151-3/+8
| | | | | | 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
* fix init.d/single to work around possible kernel bugBill Nottingham2001-02-141-1/+1
|
* fix typosr5-64Bill Nottingham2001-02-132-2/+2
|
* unmount loopback stuff before stopping netfs or shutting downBill Nottingham2001-02-132-0/+41
|
* return 1 in killproc if process isn't running (#26718)Bill Nottingham2001-02-121-0/+1
|
* fix the 'unable to shutdown cleanly' problem (#25744)Bill Nottingham2001-02-072-1/+2
|
* don't display japanese unless we're on a ptyBill Nottingham2001-02-061-1/+5
|
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-01-301-1/+3
|
* various cleanups (#10761, from mjt@tls.msk.ru)r5-59Bill Nottingham2001-01-301-61/+65
|
* for daemon(), look only at the pid file to see if it's running (#17244, others)Bill Nottingham2001-01-301-2/+22
|
* tweak usage messages (#24085)Bill Nottingham2001-01-304-4/+4
|
* add autofs (#17288)Bill Nottingham2001-01-291-2/+2
|
* do something less surprising when called with arguments (#18216)Bill Nottingham2001-01-291-0/+10
|
* fix inability to shutdown cleanlyBill Nottingham2001-01-242-3/+3
|
* fix more typosBill Nottingham2001-01-241-1/+1
|
* read /etc/sysconfig/clock on syncing hwclockBill Nottingham2001-01-231-2/+44
|
* fix up i18n stuff so it worksBill Nottingham2001-01-232-4/+11
| | | | | deal with new location of console-tools stuff fix network up/down logic
* fix utter brokenness. Must be more careful with sedBill Nottingham2001-01-232-11/+11
|
* tag action, runcmd, etc. lines as wellBill Nottingham2001-01-235-46/+46
|
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵Bill Nottingham2001-01-237-140/+89
| | | | string"
* typoMatt Wilson2001-01-231-1/+1
|
* ignore backup files in /etc/sysconfig/network-scriptsBill Nottingham2001-01-211-1/+2
|
* only load the module if there is one to load.Bill Nottingham2001-01-211-1/+3
|
* only load modules for ethernet devicesBill Nottingham2001-01-211-1/+1
|
* ask for startup of each network devie in CONFIRM mode. Patch from ↵Bill Nottingham2001-01-171-0/+17
| | | | <rasmusin@wpi.edu>
* fix typo (#24056)Bill Nottingham2001-01-151-1/+1
|
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-027-93/+157
|
* sync hardware clock to system time on halt (#21187)Bill Nottingham2000-12-121-0/+3
|
* don't exclude proc when you're doing mount -a -t nonfs...Bill Nottingham2000-12-121-1/+1
|
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2000-12-121-1/+1
|
* oops, put the LANG=C in the right placeBill Nottingham2000-12-121-1/+1
|
* 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
|