From 5e868fdde66452c11453a207954e6864fdb255ba Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 10 Jun 2013 13:29:15 +0200 Subject: initscripts: deprecate /sbin and /usr/sbin Arch Linux has unified /sbin and /usr/sbin into a single binaries directory: /usr/bin --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index d569dd2..87b91b5 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -102,7 +102,7 @@ if [[ -x /run/initramfs/shutdown ]]; then pivot_root . oldroot # reexec init - /oldroot/sbin/init u + /oldroot/usr/bin/init u # run /shutdown in the new root exec chroot . /shutdown $action /dev/console 2>&1 -- cgit v1.2.3