Add commented out example of PKG_PATH to make using binary packages

easier.
This commit is contained in:
joerg 2008-11-10 23:17:13 +00:00
parent e60c84c6c6
commit 0a197de3d4
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: dot.cshrc,v 1.16 2006/08/31 22:33:14 hubertf Exp $
# $NetBSD: dot.cshrc,v 1.17 2008/11/10 23:17:13 joerg Exp $
alias h history
alias j jobs -l
@ -20,6 +20,10 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars
setenv BLOCKSIZE 1k
# Uncomment the following line to install binary packages
# from ftp.NetBSD.org via pkg_add.
#setenv PKG_PATH ftp://ftp.netbsd.org/pkgsrc/packages/NetBSD/$(uname -m)/5.99/All
set history=1000
set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)

View File

@ -1,8 +1,12 @@
# $NetBSD: dot.profile,v 1.18 2005/02/22 09:12:17 sketch Exp $
# $NetBSD: dot.profile,v 1.19 2008/11/10 23:17:13 joerg Exp $
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
export PATH=${PATH}:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
# Uncomment the following line to install binary packages
# from ftp.NetBSD.org via pkg_add.
#export PKG_PATH=ftp://ftp.netbsd.org/pkgsrc/packages/NetBSD/$(uname -m)/5.99/All
export BLOCKSIZE=1k
export HOST="$(hostname)"