Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 1995 22:42:58 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        jkh@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   scotty port
Message-ID:  <199504180542.WAA02492@silvia.HIP.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help
I think our true is in /usr/bin, no?

Satoshi
-------
===>  Pre-installing for scotty-1.2.0
( cd snmp;   make sinstall )
if [ ! -d /usr/local/bin ] ; then  mkdir -p /usr/local/bin;  else /bin/true;  fi
/bin/true: not found
*** Error code 2 (ignored)
rm -f /usr/local/bin/straps || /bin/true
cp straps /usr/local/bin
chown root /usr/local/bin/straps || /etc/chown root /usr/local/bin/straps
chmod u+s /usr/local/bin/straps
chmod a-w /usr/local/bin/straps
if [ ! -d /usr/local/man/man8 ] ; then  mkdir -p /usr/local/man/man8;  else /bin/
true;  fi
/bin/true: not found
*** Error code 2 (ignored)
rm -f /usr/local/man/man8/straps.8 || /bin/true
cp straps.8 /usr/local/man/man8/straps.8
chmod g+w /usr/local/man/man8/straps.8
( cd ntping; make sinstall )
if [ ! -d /usr/local/bin ] ; then mkdir -p /usr/local/bin ; else /bin/true ; fi
/bin/true: not found
*** Error code 2 (ignored)
rm -f /usr/local/bin/ntping || /bin/true
cp ntping /usr/local/bin
chown root /usr/local/bin/ntping || /etc/chown root /usr/local/bin/ntping
chmod u+s /usr/local/bin/ntping
chmod a-w /usr/local/bin/ntping
if [ ! -d /usr/local/man/man8 ] ; then mkdir -p /usr/local/man/man8 ; else /bin/t
rue ; fi
/bin/true: not found
*** Error code 2 (ignored)
rm -f /usr/local/man/man8/ntping.8 || /bin/true
cp ntping.8 /usr/local/man/man8/ntping.8
chmod g+w /usr/local/man/man8/ntping.8
/bin/true: not found
gmake: *** [install] Error 2
*** Error code 1 (continuing)
`package' not remade because of errors.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504180542.WAA02492>