From: David van Moolenbroek Date: Sat, 25 Feb 2017 23:59:13 +0000 (+0000) Subject: etc: replace one more "service" with minix-service X-Git-Url: http://zhaoyanbai.com/repos/man.nsupdate.html?a=commitdiff_plain;h=1d9650c9c548b1e4b95e98a3c4f337c2365ab3c6;p=minix.git 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 --- 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"