diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-04-09 18:43:14 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-04-09 18:43:14 +0000 |
commit | 2cca9690d9edf08541b0bec70d7441accc4b0550 (patch) | |
tree | 192b6dd7e8c182d65e344fd8121b7b0626d09968 /mk/bulk/build.conf-example | |
parent | 5f8f17eb0be9c1ca2e568bc1c0ff65fbc80ce70d (diff) | |
download | pkgsrc-2cca9690d9edf08541b0bec70d7441accc4b0550.tar.gz |
Commentary cleanup:
- If it's a full sentence, start capitalize first letter and end with a
period.
- Break comments at ~80 chars so it fits into a terminal.[*]
(* This should be done for the code as well, but then it'll need testing.
I'll do this at another point in time.)
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r-- | mk/bulk/build.conf-example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example index 113c8f2279b..2ff7d9447a4 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.18 2004/03/16 13:55:51 hubertf Exp $ +# $NetBSD: build.conf-example,v 1.19 2004/04/09 18:43:14 jschauma Exp $ # # config file in /bin/sh syntax for {,pre,post}-build # @@ -50,12 +50,12 @@ PRUNEDISTFILES=no # can be set to 'yes' or 'no'. UPDATE_VULNERABILITY_LIST=yes -# destination for packages with the OSVERSION_SPECIFIC flag set. Needs major.minor.patch -# version. +# Destination for packages with the OSVERSION_SPECIFIC flag set. Needs +# major.minor.patch version. RSYNC_DST_SPECIFIC=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/x.y.z/arch -# destination for packages without the OSVERSION_SPECIFIC flag set. Needs major.minor -# version. +# destination for packages without the OSVERSION_SPECIFIC flag set. Needs +# major.minor version. RSYNC_DST_OTHER=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/x.y/arch RSYNC_OPTS='-e ssh' |