Module Name: src Committed By: apb Date: Mon Jun 16 08:39:56 UTC 2014
Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Remove stray quotation mark To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 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.170 src/usr.sbin/postinstall/postinstall:1.171 --- src/usr.sbin/postinstall/postinstall:1.170 Mon Jun 16 08:29:18 2014 +++ src/usr.sbin/postinstall/postinstall Mon Jun 16 08:39:56 2014 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.170 2014/06/16 08:29:18 apb Exp $ +# $NetBSD: postinstall,v 1.171 2014/06/16 08:39:56 apb Exp $ # # Copyright (c) 2002-2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1349,7 +1349,7 @@ do_sendmail() $( ( find "${DEST_DIR}/usr/share/sendmail" -type f ; \ find "${DEST_DIR}/usr/share/sendmail" -type d \ ) | unprefix "${DEST_DIR}" ) \ - /var/log/sendmail.st" \ + /var/log/sendmail.st \ /var/spool/clientmqueue \ /var/spool/mqueue do