Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/devpubd exit 0 on success



details:   https://anonhg.NetBSD.org/src/rev/d58a6746d9de
branches:  trunk
changeset: 771856:d58a6746d9de
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Dec 04 13:01:54 2011 +0000

description:
exit 0 on success

diffstat:

 sbin/devpubd/devpubd-run-hooks.in |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 94a322632f41 -r d58a6746d9de sbin/devpubd/devpubd-run-hooks.in
--- a/sbin/devpubd/devpubd-run-hooks.in Sun Dec 04 04:28:41 2011 +0000
+++ b/sbin/devpubd/devpubd-run-hooks.in Sun Dec 04 13:01:54 2011 +0000
@@ -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 @@
 *)
        ;;
 esac
+
+exit 0



Home | Main Index | Thread Index | Old Index