]> Zhao Yanbai Git Server - minix.git/commitdiff
etc: replace one more "service" with minix-service 12/3412/1
authorDavid van Moolenbroek <david@minix3.org>
Sat, 25 Feb 2017 23:59:13 +0000 (23:59 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 26 Feb 2017 00:03:38 +0000 (00:03 +0000)
This omission would cause the test set to hang, at least, if the
old /bin/service was indeed deleted.

Change-Id: I9423ecc77a4bf778973de81a49300748ce8c3dfd

etc/rs.single

index 474efdd2cbc8e7914eee67f91c321dca3e348871..1dc3a0732ac3389ab65333815819d4616be1ba12 100644 (file)
@@ -3,4 +3,4 @@
 # '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
-service down "$1"
+/sbin/minix-service down "$1"