Source-Changes-HG archive

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

[src/trunk]: src/libexec/httpd display the tempdir for exported files as well.



details:   https://anonhg.NetBSD.org/src/rev/37fe9b5870c4
branches:  trunk
changeset: 326544:37fe9b5870c4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Feb 02 03:20:57 2014 +0000

description:
display the tempdir for exported files as well.

diffstat:

 libexec/httpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7f9b37d192fc -r 37fe9b5870c4 libexec/httpd/Makefile
--- a/libexec/httpd/Makefile    Sun Feb 02 03:20:10 2014 +0000
+++ b/libexec/httpd/Makefile    Sun Feb 02 03:20:57 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2014/02/02 03:20:10 mrg Exp $
+#      $NetBSD: Makefile,v 1.21 2014/02/02 03:20:57 mrg Exp $
 #
 #      $eterna: Makefile,v 1.30 2010/07/11 00:34:27 mrg Exp $
 #
@@ -85,7 +85,7 @@
        pax -wf ${TAR} ${BASE}; \
        gzip -nc9 ${TAR} > ${TAR}.gz; \
        bzip2 -9 ${TAR}
-       @echo "Exported two files:"
+       @echo "Exported two files in ${dir}:"
        @echo ${TAR}.gz
        @echo ${TAR}.bz2
 



Home | Main Index | Thread Index | Old Index