index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-26 04:39:03 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-28 04:07:04 -0300 |
commit | 8c995ee6573b284dbef4c86515765175fbf0e6ce (patch) | |
tree | d5fe24d16bb8a775a7428076ac8a6f6ad0f7f383 /configs/releng/root-image/etc | |
parent | 219b43a0bf8ef65c4edc1516f1a408ae8fa3607c (diff) |
-rw-r--r-- | configs/releng/root-image/etc/rc.d/functions.d/omit_kill_nbd_client | 4 |
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 |