Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 13:20:53 -0700 (PDT)
From:      Doug <Doug@gorean.org>
To:        John Polstra <jdp@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/share/examples/cvsup cvs-supfile secure-cvs-supfile secure-stable-supfile secure-supfile stable-supfile         standard-supfile
Message-ID:  <Pine.BSF.4.10.9908311310440.20000-200000@dt010nb9.san.rr.com>
In-Reply-To: <199908311726.KAA85839@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Tue, 31 Aug 1999, John Polstra wrote:

>   Log:
>   Adjust the examples to reflect the new "src-sys-crypto" collection.

	I've had on my plate for quite a while to suggest some tiny
changes in the example cvsup files, so now is as good a time as any. I
think that you should draw attention to the little known umask feature
which has greatly simplified my life (and my .bashrc file). This is a
great feature. Also, I had to install the DES libs the other day and spent
a few minutes hunting down which crypto bits were which. Attached is a
simple example diff with my suggestions. I use the umask option as it is
here without difficulty, and the value of 002 was taken from a posting to
-hackers. 

HTH,

Doug
-- 
"My mama told me, my mama said, 'don't cry.' She said, 'you're too young a man
to have as many women you got.' I looked at my mother dear and didn't even
crack a smile. I said, 'If women kill me, I don't mind dyin!'" 

    - John Belushi as "Joliet" Jake Blues, "I Don't Know"

[-- Attachment #2 --]
--- stable-supfile.Dist	Tue Aug 31 13:08:18 1999
+++ stable-supfile	Tue Aug 31 13:10:19 1999
@@ -69,7 +69,7 @@
 # The following line is for 3-stable.  If you want 2.2-stable, change
 # "RELENG_3" to "RELENG_2_2".
 *default release=cvs tag=RELENG_3
-*default delete use-rel-suffix
+*default delete use-rel-suffix umask=002
 
 # If your network link is a T1 or faster, comment out the following line.
 *default compress
@@ -113,6 +113,9 @@
 #
 # These are the individual collections that make up "cvs-crypto".  If
 # you use these, be sure to comment out "cvs-crypto" above.
+#
+# Export-controlled Kerberos code
 #src-crypto
+# DES library code
 #src-secure
 #src-sys-crypto

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908311310440.20000-200000>