From f5c1fab3d9715d14074efffc2413acce8a906602 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Jan 2020 14:17:01 +0300 Subject: change configuration location to /etc/init --- rc.shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 3b69830..f47fdf7 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -1,6 +1,6 @@ #!/bin/sh -. PREFIX/lib/init/rc.conf +. /etc/init/rc.conf main() { PATH=/sbin:/bin:/usr/sbin:/usr/bin -- cgit v1.2.3