mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
linux-start-if-dynroot-even-if-no-network-20020731
if we start with dynroot, dont worry if we have net or not
This commit is contained in:
parent
6c5439b809
commit
aea332588b
@ -229,7 +229,9 @@ choose_afsdoptions() {
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
if [ ! "$afs_rh" -o ! -f /var/lock/subsys/afs ]; then
|
if [ ! "$afs_rh" -o ! -f /var/lock/subsys/afs ]; then
|
||||||
on_network || exit 1
|
if [ `echo "$OPTIONS" | grep -c dynroot` = 0 ]; then
|
||||||
|
on_network || exit 1
|
||||||
|
fi
|
||||||
# Load kernel extensions
|
# Load kernel extensions
|
||||||
if load_client ; then :
|
if load_client ; then :
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user