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.
This commit is contained in:
15
tcshrc.system.FreeBSD
Normal file
15
tcshrc.system.FreeBSD
Normal file
@ -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
|
||||||
|
###########################
|
||||||
|
|
Reference in New Issue
Block a user