Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/apache2/mDNSResponder remove Documents before import.
details: https://anonhg.NetBSD.org/src/rev/98443cc8c460
branches: trunk
changeset: 358722:98443cc8c460
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 14 22:51:12 2018 +0000
description:
remove Documents before import.
diffstat:
external/apache2/mDNSResponder/prepare-import.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2c1368b79000 -r 98443cc8c460 external/apache2/mDNSResponder/prepare-import.sh
--- a/external/apache2/mDNSResponder/prepare-import.sh Sun Jan 14 22:46:09 2018 +0000
+++ b/external/apache2/mDNSResponder/prepare-import.sh Sun Jan 14 22:51:12 2018 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.3 2018/01/14 19:37:35 christos Exp $
+# $NetBSD: prepare-import.sh,v 1.4 2018/01/14 22:51:12 christos Exp $
#
# Extract the new tarball and run this script with the first argument
# the mDNSResponder-X.Y directory that was created. cd to that directory
@@ -11,7 +11,7 @@
set -e
cd "$1"
rm -rf mDNSMacOS9 mDNSMacOSX mDNSVxWorks mDNSWindows
-rm -f Makefile mDNSResponder.sln README.txt PrivateDNS.txt
+rm -f Makefile mDNSResponder.sln README.txt PrivateDNS.txt Documents
(cd Clients
rm -rf BonjourExample DNS-SD.VisualStudio DNS-SD.xcodeproj
Home |
Main Index |
Thread Index |
Old Index