Drop main() prototype. Syncs with NetBSD-8
[minix.git] / etc / rs.single
blob1dc3a0732ac3389ab65333815819d4616be1ba12
1 #!/bin/sh
3 # 'Recovery' script that doesn't. This script is to be used for drivers that
4 # should not be restarted. Instead, the scripts configures the driver 'down'.
5 #echo "Arguments: $@" >/dev/console
6 /sbin/minix-service down "$1"