exit 0 on success

This commit is contained in:
jmcneill 2011-12-04 13:01:54 +00:00
parent 81fab8b87b
commit 104b886e37
1 changed files with 3 additions and 1 deletions

View File

@ -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