Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2006 02:53:14 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92404 for review
Message-ID:  <200602260253.k1Q2rE89057294@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92404

Change 92404 by rwatson@rwatson_peppercorn on 2006/02/26 02:52:27

	Escape $P4$ in configure.ac to prevent symbols from interfering
	with shell interpreters.  These symbols were only present after
	the first checkin due to $P4$ expansion.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/configure.ac#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/configure.ac#2 (text+ko) ====

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
-AC_REVISION($P4: //depot/projects/trustedbsd/openbsm/configure.ac#1 $)
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#2 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config.h])



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