diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-17 20:28:11 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-17 20:28:11 +0000 |
commit | 19d47432a55a036e08fc37f683d0a8bfe478de44 (patch) | |
tree | f81144e1892ea6883142ab9ebc01306a0e9fba5d /rc.d/rc | |
parent | b6d5fc4022d8451b12cf23cfb13cdd695901b539 (diff) | |
download | initscripts-19d47432a55a036e08fc37f683d0a8bfe478de44.tar initscripts-19d47432a55a036e08fc37f683d0a8bfe478de44.tar.gz initscripts-19d47432a55a036e08fc37f683d0a8bfe478de44.tar.bz2 initscripts-19d47432a55a036e08fc37f683d0a8bfe478de44.tar.xz initscripts-19d47432a55a036e08fc37f683d0a8bfe478de44.zip |
ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@wpi.edu>
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ if [ "$previous" = "N" ]; then fi fi +export CONFIRM + # Get first argument. Set new runlevel to this argument. [ -n "$argv1" ] && runlevel="$argv1" |