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.
16 lines
311 B
Tcsh
16 lines
311 B
Tcsh
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
|
|
###########################
|
|
|