summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-05-08 16:50:19 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-05-08 16:50:19 +0000
commit4cb3ce6d8c9871191b5ae5bb005e16636e8a41a3 (patch)
tree4b58618b28ea89822894767d2ae692ce142bb710 /usr.sbin/amd
parent7f38b208c83af34b2c8848ac8efb57b0a5acf548 (diff)
downloadFreeBSD-src-4cb3ce6d8c9871191b5ae5bb005e16636e8a41a3.zip
FreeBSD-src-4cb3ce6d8c9871191b5ae5bb005e16636e8a41a3.tar.gz
Change /lib/cpp to /usr/bin/cpp
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/fsinfo/fsi_lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/fsinfo/fsi_lex.l b/usr.sbin/amd/fsinfo/fsi_lex.l
index 46ec532..f7dcbbc 100644
--- a/usr.sbin/amd/fsinfo/fsi_lex.l
+++ b/usr.sbin/amd/fsinfo/fsi_lex.l
@@ -38,7 +38,7 @@
*
* @(#)fsi_lex.l 8.2 (Berkeley) 2/17/94
*
- * $Id: fsi_lex.l,v 5.2.2.1 1992/02/09 15:09:36 jsp beta $
+ * $Id: fsi_lex.l,v 1.1.1.1 1994/05/26 05:22:17 rgrimes Exp $
*
*/
@@ -251,7 +251,7 @@ static int first = 1;
strcat(prog, " ");
}
}
- strcat(prog, "; do /lib/cpp ");
+ strcat(prog, "; do /usr/bin/cpp ");
strcat(prog, idvbuf);
strcat(prog, " -DHOSTNAME=\'");
strcat(prog, hostname);
OpenPOWER on IntegriCloud