###############

.cshrc

################

# $FreeBSD: src/etc/csh.cshrc,v 1.3 1999/08/27 23:23:40 peter Exp $
#
# System-wide .cshrc file for csh(1).

alias cls clear
alias rm rm -i
alias rmm "rm -i *~"
alias .rmm "rm -i .*~"
alias ls "ls -FGa"
alias lls "ls -l | more"
alias dir "ls -al"
alias cp cp -i
alias mv mv -i
alias su su -
alias rxvt "env LC_CTYPE=en_US.ISO_8859-1 rxvt -bg black -fg white"
#alias telnet zh-telnet
alias exit "exit;cls"

alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA

# A righteous umask
umask 22

set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)

setenv EDITOR vi
setenv PAGER more
setenv BLOCKSIZE K
setenv LSCOLORS ExfxcxdxCxegedabagacad

if ( $tty =~ ttyv* ) then
setenv TERM cons25
else
setenv TERM xterm-color
endif

if ($?prompt) then
# An interactive shell -- set some stuff up
set prompt = "%n@%m[%/]> "
set recexact
set autolist
set matchbeep = ambiguous
set autoexpand
set autocorrect
set correct = all
set notify
set filec
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
if ( $?tcsh ) then
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
endif
endif

setenv CVSROOT /project/cvs
setenv PACKAGESITE ftp://ftp13.tw.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/

 

 

 

###########################

make.conf

##########################

MASTER_SITE_BACKUP?= \
ftp://ftp13.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp2.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp3.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp4.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp5.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp7.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp8.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp9.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp10.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp11.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp12.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\
ftp://ftp14.tw.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/

 

MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP}

SUP_UPDATE= yes
SUP= /usr/bin/csup
SUPFLAGS= -g -L 2
SUPHOST= cvsup7.tw.FreeBSD.org
SUPFILE= /etc/CVSUP/stable-supfile
PORTSSUPFILE= /etc/CVSUP/ports-supfile

 

arrow
arrow
    全站熱搜

    yves2005 發表在 痞客邦 留言(0) 人氣()