Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall Remove stray quotation mark
details: https://anonhg.NetBSD.org/src/rev/fbd2d386a364
branches: trunk
changeset: 329981:fbd2d386a364
user: apb <apb%NetBSD.org@localhost>
date: Mon Jun 16 08:39:56 2014 +0000
description:
Remove stray quotation mark
diffstat:
usr.sbin/postinstall/postinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 3f6289908be8 -r fbd2d386a364 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Mon Jun 16 08:29:18 2014 +0000
+++ b/usr.sbin/postinstall/postinstall Mon Jun 16 08:39:56 2014 +0000
@@ -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 @@
$( ( 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
Home |
Main Index |
Thread Index |
Old Index