diff options
author | hubertf <hubertf> | 2000-11-17 16:59:01 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-11-17 16:59:01 +0000 |
commit | c91453468ca7a3934751f21e8c9236c7afe9c4bb (patch) | |
tree | 5c96e0ac04e7bbfaf97f96fdbbb8f8788bf42e06 /mk | |
parent | 6fecc1e67c66a55fce3631aea58539645d7ac553 (diff) | |
download | pkgsrc-c91453468ca7a3934751f21e8c9236c7afe9c4bb.tar.gz |
Ur CVS_USER is empty, no CVS update will happen. Document!
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/build.conf-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example index 5a33b34e873..274306346f7 100644 --- a/mk/bulk/build.conf-example +++ b/mk/bulk/build.conf-example @@ -1,5 +1,5 @@ # build.conf -# $NetBSD: build.conf-example,v 1.3 2000/09/15 22:27:16 hubertf Exp $ +# $NetBSD: build.conf-example,v 1.4 2000/11/17 16:59:01 hubertf Exp $ # # config file in /bin/sh syntax for {,pre,post}-build # @@ -23,7 +23,7 @@ arch=`uname -m` # Where our pkgsrc is located USR_PKGSRC="/usr/pkgsrc" -# As which user to run "cvs updates" +# As which user to run "cvs updates". Leave empty for no update. CVS_USER="yourlogin" # Proxies (optional): |