From bec5040b1e7ebcd888e7e98afef0d7a8c97afdad Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 2 Feb 2015 20:50:54 -0500 Subject: [PATCH] FreeBSD system specific support file. This needn't be created, I think, but in the way I'm doing this configuration system, it appears to be necessary. My future rewrite, based upon rcorder will fix this. --- tcshrc.system.FreeBSD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tcshrc.system.FreeBSD diff --git a/tcshrc.system.FreeBSD b/tcshrc.system.FreeBSD new file mode 100644 index 0000000..c030193 --- /dev/null +++ b/tcshrc.system.FreeBSD @@ -0,0 +1,15 @@ +if( $?CSHENV_DEBUG ) then + echo "Sourcing tcshrc.system.FreeBSD..." +endif + +# Set the acknowledgement bit, essentially +setenv CSHENV_SYSTEM_CONFIGURED FreeBSD + +if( $?CSHENV_DEBUG ) then + echo "Done sourcing tcshrc.system.FreeBSD..." +endif + +########################### +# vim: ft=tcsh +########################### +