From 1d9650c9c548b1e4b95e98a3c4f337c2365ab3c6 Mon Sep 17 00:00:00 2001 From: David van Moolenbroek Date: Sat, 25 Feb 2017 23:59:13 +0000 Subject: [PATCH] etc: replace one more "service" with minix-service 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rs.single b/etc/rs.single index 474efdd2c..1dc3a0732 100644 --- a/etc/rs.single +++ b/etc/rs.single @@ -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" -- 2.44.0