Module Name: src Committed By: jmcneill Date: Sun Dec 4 13:01:54 UTC 2011
Modified Files: src/sbin/devpubd: devpubd-run-hooks.in Log Message: exit 0 on success To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/devpubd/devpubd-run-hooks.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/devpubd/devpubd-run-hooks.in diff -u src/sbin/devpubd/devpubd-run-hooks.in:1.1 src/sbin/devpubd/devpubd-run-hooks.in:1.2 --- src/sbin/devpubd/devpubd-run-hooks.in:1.1 Mon Aug 29 11:38:48 2011 +++ src/sbin/devpubd/devpubd-run-hooks.in Sun Dec 4 13:01:54 2011 @@ -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