Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Side by Side Diff: net/third_party/nss/patches/applypatches.sh

Issue 10134025: Set svn:executable bit on scripts that are executable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 4 # found in the LICENSE file.
4 5
5 # Run this script in the mozilla/security/nss/lib directory in a NSS source 6 # Run this script in the mozilla/security/nss/lib directory in a NSS source
6 # tree. 7 # tree.
7 # 8 #
8 # Point patches_dir to the src/net/third_party/nss/patches directory in a 9 # Point patches_dir to the src/net/third_party/nss/patches directory in a
9 # chromium source tree. 10 # chromium source tree.
10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches 11 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
(...skipping 18 matching lines...) Expand all
29 30
30 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch 31 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch
31 32
32 patch -p6 < $patches_dir/restartclientauth.patch 33 patch -p6 < $patches_dir/restartclientauth.patch
33 34
34 patch -p6 < $patches_dir/encryptedclientcerts.patch 35 patch -p6 < $patches_dir/encryptedclientcerts.patch
35 36
36 patch -p4 < $patches_dir/dtls.patch 37 patch -p4 < $patches_dir/dtls.patch
37 38
38 patch -p5 < $patches_dir/falsestartnpn.patch 39 patch -p5 < $patches_dir/falsestartnpn.patch
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698