mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
45ef2de24c
PR: 40599 Submitted by: maintainer
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
--- share/bin/sysinfo.org Sat May 25 18:26:02 2002
|
|
+++ share/bin/sysinfo Sat May 25 18:27:15 2002
|
|
@@ -10,7 +10,9 @@
|
|
|
|
PATH=/bin:/usr/bin:/usr/ucb:/usr/bsd
|
|
|
|
-ARCH=UNKNOWN
|
|
+ARCH=freebsd
|
|
+echo $ARCH
|
|
+exit
|
|
|
|
if [ -x /usr/bin/hostinfo ] ; then
|
|
if [ "`hostinfo | grep NeXT`" != "" ] ; then
|