diff --git a/sbin/devpubd/devpubd-run-hooks.in b/sbin/devpubd/devpubd-run-hooks.in index 7e309730faab..195fd16bcf12 100755 --- a/sbin/devpubd/devpubd-run-hooks.in +++ b/sbin/devpubd/devpubd-run-hooks.in @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: devpubd-run-hooks.in,v 1.1 2011/08/29 11:38:48 mrg Exp $ +# $NetBSD: devpubd-run-hooks.in,v 1.2 2011/12/04 13:01:54 jmcneill Exp $ # # devpubd run hooks @@ -19,3 +19,5 @@ device-attach|device-detach) *) ;; esac + +exit 0