head	1.1;
access;
symbols
	RELENG_8_4:1.1.0.8
	RELENG_9_1_0_RELEASE:1.1.2.2
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_7:1.1.0.6
	RELENG_8:1.1.0.4
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2012.02.22.03.36.15;	author mp;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1
	1.1.8.1;
next	;

1.1.2.1
date	2012.03.07.01.26.24;	author mp;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.03.07.01.26.24;	author mp;	state Exp;
branches;
next	;

1.1.4.1
date	2012.03.07.01.31.29;	author mp;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2012.03.07.01.31.29;	author mp;	state Exp;
branches;
next	;

1.1.6.1
date	2012.03.07.22.19.43;	author mp;	state dead;
branches;
next	1.1.6.2;

1.1.6.2
date	2012.03.07.22.19.43;	author mp;	state Exp;
branches;
next	;

1.1.8.1
date	2012.02.22.03.36.15;	author svnexp;	state dead;
branches;
next	1.1.8.2;

1.1.8.2
date	2013.03.28.13.02.05;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 231990 on 2012-02-22 03:36:15Z by mp

Update to tcsh 6.18.01.
@
text
@#!/bin/sh
# Wrapper for gencat
TMP=/tmp/catgen.$$
trap "rm -f $TMP" 0 1 2 3 15

GENCAT="$1"
shift
OUT="$1"
shift
cat "$@@" > "$TMP"
echo "$(basename "$OUT" .cat)"
"${GENCAT}" "$OUT" "$TMP"
@


1.1.8.1
log
@file catgen was added on branch RELENG_8_4 on 2013-03-28 13:02:05 +0000
@
text
@d1 12
@


1.1.8.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 12
#!/bin/sh
# Wrapper for gencat
TMP=/tmp/catgen.$$
trap "rm -f $TMP" 0 1 2 3 15

GENCAT="$1"
shift
OUT="$1"
shift
cat "$@@" > "$TMP"
echo "$(basename "$OUT" .cat)"
"${GENCAT}" "$OUT" "$TMP"
@


1.1.6.1
log
@file catgen was added on branch RELENG_7 on 2012-03-07 22:21:55 +0000
@
text
@d1 12
@


1.1.6.2
log
@SVN rev 232674 on 2012-03-07 22:19:43Z by mp

MFC r231990

Update to tcsh 6.18.01
@
text
@a0 12
#!/bin/sh
# Wrapper for gencat
TMP=/tmp/catgen.$$
trap "rm -f $TMP" 0 1 2 3 15

GENCAT="$1"
shift
OUT="$1"
shift
cat "$@@" > "$TMP"
echo "$(basename "$OUT" .cat)"
"${GENCAT}" "$OUT" "$TMP"
@


1.1.4.1
log
@file catgen was added on branch RELENG_8 on 2012-03-07 01:32:57 +0000
@
text
@d1 12
@


1.1.4.2
log
@SVN rev 232635 on 2012-03-07 01:31:29Z by mp

MFC r231990

Update to tcsh 6.18.01
@
text
@a0 12
#!/bin/sh
# Wrapper for gencat
TMP=/tmp/catgen.$$
trap "rm -f $TMP" 0 1 2 3 15

GENCAT="$1"
shift
OUT="$1"
shift
cat "$@@" > "$TMP"
echo "$(basename "$OUT" .cat)"
"${GENCAT}" "$OUT" "$TMP"
@


1.1.2.1
log
@file catgen was added on branch RELENG_9 on 2012-03-07 01:29:37 +0000
@
text
@d1 12
@


1.1.2.2
log
@SVN rev 232633 on 2012-03-07 01:26:24Z by mp

MFC r231990

Update to tcsh 6.18.01
@
text
@a0 12
#!/bin/sh
# Wrapper for gencat
TMP=/tmp/catgen.$$
trap "rm -f $TMP" 0 1 2 3 15

GENCAT="$1"
shift
OUT="$1"
shift
cat "$@@" > "$TMP"
echo "$(basename "$OUT" .cat)"
"${GENCAT}" "$OUT" "$TMP"
@


