blob: 67e4bfaea39d028aed5655947360deacfea770ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.2 2002/09/27 02:02:19 schmonz Exp $
--- test/config.orig Tue Sep 3 13:42:07 2002
+++ test/config
@@ -6,22 +6,22 @@
# p4 command location (If other than "/usr/local/bin/p4")
#
-$P4 = "/usr/local/bin/p4";
+$P4 = "@PREFIX@/bin/p4";
# p4 command location (If other than "/usr/local/bin/p4d")
#
-$P4D = "/usr/local/bin/p4d";
+$P4D = "@PREFIX@/sbin/p4d";
# Perforce server we're using.
#
-$P4PORT = "localhost:1680";
+$P4PORT = "@P4PORT@";
# Perforce server's P4ROOT
#
# (Typically, you'll use an absolute path, but it can also be relative
# to where you execute the conversion commands from.)
#
-$P4ROOT = "p4root";
+$P4ROOT = "@P4ROOT@";
# The depot pathname for copied/linked RCS archive files. (The path
# used will be $P4ROOT/$DEPOT/$CVS_MODULE/<filepath>).
|