
This omission would cause the test set to hang, at least, if the old /bin/service was indeed deleted. Change-Id: I9423ecc77a4bf778973de81a49300748ce8c3dfd
7 lines
232 B
Bash
7 lines
232 B
Bash
#!/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'.
|
|
#echo "Arguments: $@" >/dev/console
|
|
/sbin/minix-service down "$1"
|