aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix changelog messager5-50-1initscripts-7_0-branchBill Nottingham2001-04-021-1/+1
|
* *** empty log message ***r5-49-1Bill Nottingham2001-04-022-4/+164
|
* bump versionBill Nottingham2001-04-021-6/+5
|
* fix typo (#31627)Bill Nottingham2001-04-021-11/+21
| | | | | | | | | | | get rid of error message if ${GATEWAY} isn't set fix typos (DHCPDARGS vs. DHCPCDARGS) (#26378) remove old broken code allow devices without an IP address (#24127) don't try and run pump if it's not there honor PEERDNS=no for pump and dhcpcd too (#18619) fix ARP handling, allow for setting promiscuous or all-multicast mode fix more ifconfig greps (patch from Conectiva)
* fix redial loop (#17380)Bill Nottingham2001-04-021-1/+1
|
* handle aliases better in check_device_down (#18687)Bill Nottingham2001-04-021-2/+24
| | | | | | fix ARP handling, allow for setting promiscuous or all-multicast mode oops, put the LANG=C in the right place fix the adding default route if GATEWAY" = "0.0.0.0
* fix scoping isuse (#22547)Bill Nottingham2001-04-021-2/+5
| | | | fix more ifconfig greps (patch from Conectiva)
* deuglify (#23198)Bill Nottingham2001-04-021-7/+6
|
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2001-04-021-4/+4
| | | | fix a couple of typos
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2001-04-021-1/+1
|
* add ifdown-pre-local (#10936)Bill Nottingham2001-04-021-2/+18
| | | | | source /etc/sysconfig/network (#30595) retcode wasn't used. initialize it.
* load ide-cd before ide-scsiBill Nottingham2001-04-021-0/+6
| | | | load ide-scsi if they asked for it
* do explicitly load usb-storage; it's the simplest solution for nowBill Nottingham2001-04-021-31/+84
| | | | | | | | | | | | | | | | | | | | | | | fix /boot/kernel.h generation (#32081) tweak raid startup slightly to deal with /etc/raitab but no raid in the kernel (#25291) avoid some error messages from USB startup (#31040) run pam_console_apply on startup to reset permissions insert multiple USB controllers correctly mount usbdevfs before loading host controller module don't run isapnp on isapnp-enabled 2.4 kernels initialize multiple USB controllers if necessary disable hotplug if 'nomodules' is specified mon has a subdirectory in odd places as well. (#26924) do USB initialization even if we don't need to load a host-controller module (#26318) fix raid start if it's all modular, and no initrd (#25291) add sleep 1 to avoid race (#17842) add devfs to mtab (#20261) deal with new location of console-tools stuff turn on accounting at bootup use modprobe -c to handle possible conditional modules.conf constructs (#21283) don't exclude proc when you're doing mount -a -t nonfs... don't remount r/w if it is r/w (#12097) don't try and load fonts and keymaps on a serial console. Duh.
* touch /var/lock/subsys/local so we only get run onceBill Nottingham2001-04-021-0/+1
|
* ask for startup of each network devie in CONFIRM mode. Patch from ↵Bill Nottingham2001-04-021-0/+2
| | | | <rasmusin@wpi.edu>
* 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)
* allow choice of desktop/displaymanager (#23315)Bill Nottingham2001-03-301-0/+1
|
* only run ifup-post if the ifcfg file is there (#19741)Bill Nottingham2001-03-301-1/+1
|
* export a $PATH here too (#22784)Bill Nottingham2001-03-301-0/+2
|
* fix su errorsBill Nottingham2001-03-301-4/+2
| | | | don't turn locale settings of 'C' into en_US
* fix su errorsBill Nottingham2001-03-301-1/+1
| | | | | specify full path to /sbin/consoletype (from milan.kerslager@spsselib.hiedu.cz) don't turn locale settings of 'C' into en_US
* ip_always_defrag goes *poof*Bill Nottingham2001-03-302-4/+0
|
* ip_always_defrag goes *poof* (in the documentation)Bill Nottingham2001-03-301-3/+6
| | | | | honor PEERDNS=no for pump and dhcpcd too (#18619) fix ARP handling, allow for setting promiscuous or all-multicast mode
* add prototypeBill Nottingham2001-03-301-0/+1
|
* close extra file descriptors before exec()ing commands in initlogBill Nottingham2001-03-301-0/+13
|
* use O_NOFOLLOWBill Nottingham2001-03-301-7/+9
|
* add an alarm, so we don't wait forever for input (#23482)Bill Nottingham2001-03-301-11/+23
| | | | | wait another second add an upper bound on how much stuff we'll keep in memory
* don't close the magic file descriptorBill Nottingham2001-03-301-1/+6
| | | | fix segfaults in popt when called with bogus stuff (#28140)
* document -qBill Nottingham2001-03-301-1/+5
|
* add ypbind conflictr5-50Bill Nottingham2000-11-301-1/+1
|
* 5.50-2Bill Nottingham2000-11-302-7/+21
|
* don't set NIS domainnameBill Nottingham2000-11-301-13/+0
|
* * bumped version numberr5-51Than Ngo2000-11-021-1/+1
|
* fix the adding default route if GATEWAY" = "0.0.0.0Than Ngo2000-10-313-1/+12
|
* don't turn locale settings of 'C' into en_USBill Nottingham2000-10-292-9/+2
|
* *** empty log message ***Bill Nottingham2000-10-171-0/+28
|
* make usernetctl just fall-through if getuid() == 0Nalin Dahyabhai2000-10-102-1/+2
|
* fix top-level makefile install targetNalin Dahyabhai2000-10-102-2/+5
|
* add bug IDNalin Dahyabhai2000-10-101-1/+1
|
* handle "gw x.x.x.x" as the last pair of flags in ifup-routesNalin Dahyabhai2000-10-102-2/+7
|
* fix the grep for 'UP' so it doesn't report strange results on german PPP devicesBill Nottingham2000-10-042-2/+2
|
* up util-linux requirement to 2.10 (#18004)Bill Nottingham2000-10-021-3/+1
|
* patch from tim: eat messages from display managersBill Nottingham2000-10-022-4/+8
|
* don't turn off raid on shutdown ; the kernel will do itBill Nottingham2000-09-291-15/+0
|