diff options
author | Judd Vinet <judd@archlinux.org> | 2005-09-15 20:05:07 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-09-15 20:05:07 +0000 |
commit | e772aeae76f2ad704a834dc17df02dbc137a6573 (patch) | |
tree | 954dcf245b4eedb69badab02e5b22459364c5cb2 /rc.shutdown | |
parent | 0be8f5b2d33fc6160e2a62d33fc1f828218fa90a (diff) |
modified netcfg/network scripts -- you can list multiple entries in NET_PROFILES that use the same INTERFACE. They will be started one at a time, and the first successful one will be kept.
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown index 41daa97..fa5365d 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # /etc/rc.shutdown # |