2006-10-31 14:35:04 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# 'Recovery' script that doesn't. This script is to be used for drivers that
|
|
|
|
# should not be restarted. Instead, the scripts configures the driver 'down'.
|
2007-02-16 16:58:05 +01:00
|
|
|
#echo "Arguments: $@" >/dev/console
|
2006-10-31 14:35:04 +01:00
|
|
|
service down "$1"
|