blob: 6a8c16a0730a273a416bc82c354ed06ad2835be0 (
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
32
33
34
35
36
37
38
39
|
$NetBSD: patch-sparc-aa,v 1.1 2001/05/08 23:58:46 dmcmahill Exp $
--- solaris/hinst.orig Fri Dec 15 12:06:19 2000
+++ solaris/hinst Sat May 5 12:55:03 2001
@@ -95,5 +95,5 @@
# The command to undo the archive on this platform.
-EXTRACT_ARCHIVE="cpio -icmud"
+EXTRACT_ARCHIVE="cpio -imud"
# The thing that goes between the owner and group to set both by chown.
@@ -115,5 +115,5 @@
# The hosts file name
CAT_CMD=cat
-MORE_CMD=more
+MORE_CMD="echo please read"
CAT_HOST_ARG=/etc/hosts
@@ -887,5 +887,5 @@
read dummy
- /bin/false
+ /usr/bin/false
return
fi
@@ -893,5 +893,5 @@
$ECHO_CMD $calcspace4
- /bin/true
+ /usr/bin/true
return
}
@@ -1928,5 +1928,5 @@
:
else
- /bin/false
+ /usr/bin/false
return
fi
|