mount - Do not exit with an error if mountd cannot be signaled
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Mar 2021 19:59:16 +0000 (11:59 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 1 Mar 2021 19:59:16 +0000 (11:59 -0800)
commit61be1d867171d2636624a374250fbd619d110fe2
treedb3d21b1ab45cd5a51e13e67ed6cafd6655e67a7
parente9e066c1dcd8aa46968ceb6abff1d4045ca35447
mount - Do not exit with an error if mountd cannot be signaled

* The mount program signals mountd to re-test exports.  Do not exit
  with an error if the kill(... SIGUSR1) system call fails.
sbin/mount/mount.c