aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig/network-scripts/ifdown-sl
Commit message (Collapse)AuthorAgeFilesLines
* https://bugzilla.redhat.com/show_bug.cgi?id=447928Harald Hoyer2008-09-161-1/+1
| | | | | | | | All networking scripts from /etc/sysconfig/network-scripts call logger without full path. This can prevent system from booting if let's say dcc is installed when compiled with wrong parameters and installs /usr/sbin/logger (see bellow) It's not really a bug but this can be easily prevented. All /etc/init.d scripts use full path for logger network-scripts should use it also
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
|
* - set PATH also in /etc/sysconfig/network-scripts/network-functionsFlorian La Roche2002-06-261-2/+0
|
* - useless space changesFlorian La Roche2002-06-261-0/+1
|
* make ifdown synchronous modulo timeoutMichael K. Johnson1999-09-081-0/+1
|
* Always "cd /etc/sysconfig/network-scripts" before sourcing network_functions.Jeff Johnson1998-07-071-1/+1
|
* Bug report:Jeff Johnson1998-07-071-0/+8
| | | | | | | | | | | | | | | I am running dip-3.3.7o-10 and initscripts-3.32-1 on Red Hat 5.0 Intel and was unable to terminate an established SLIP connection in the standard fashion. After some hacking around I discovered that the problem was that when dip establishes a connection, it changes it's argument list to '-dip (IP_ADDRESS)' where IP_ADDRESS is the local IP address. This of course breaks the network-scripts handling of the connection. I've modified /etc/sysconfig/network-scripts/ifdown-sl to take this into account and included the modified file below. I don't think it will work for people with dynamically allocated IP addresses though... -Mike Wittman support login: wittman@cs.berkeley.edu
* Support alternative device configurations.Michael K. Johnson1997-09-181-1/+3
|
* Initial revisionErik Troan1997-09-161-0/+35