From 8c995ee6573b284dbef4c86515765175fbf0e6ce Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 26 Aug 2011 04:39:03 -0300 Subject: [archiso] Change location of nbd_client.pid Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client b/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client index b72f168..60a1192 100644 --- a/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client +++ b/configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client @@ -1,6 +1,6 @@ -if [[ -f /run/nbd_client.pid ]]; then +if [[ -f /run/archiso/nbd_client.pid ]]; then omit_kill_nbd_client() { - add_omit_pids $(< /run/nbd_client.pid) + add_omit_pids $(< /run/archiso/nbd_client.pid) } add_hook shutdown_prekillall omit_kill_nbd_client -- cgit v1.2.2