Module Name: src Committed By: martin Date: Mon Aug 13 18:22:26 UTC 2012
Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Cleanup temporary file To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/postinstall/postinstall diff -u src/usr.sbin/postinstall/postinstall:1.140 src/usr.sbin/postinstall/postinstall:1.141 --- src/usr.sbin/postinstall/postinstall:1.140 Mon Aug 13 15:17:16 2012 +++ src/usr.sbin/postinstall/postinstall Mon Aug 13 18:22:25 2012 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.140 2012/08/13 15:17:16 martin Exp $ +# $NetBSD: postinstall,v 1.141 2012/08/13 18:22:25 martin Exp $ # # Copyright (c) 2002-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1787,6 +1787,7 @@ do_ptyfsoldnodes() rm "${node}" msg "Removed ${node}" done < "${tmp}" + rm "${tmp}" else failed=1 fi