diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-09-13 18:11:48 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-09-13 18:11:48 +0000 |
commit | 72d03e0fab10add79eb839a433604c40cd840572 (patch) | |
tree | fef222cd9e69c739f8d7e1c8d5679ad13912c733 /net/cvsup-mirror/files | |
parent | 10cc764522cc65d3a153740f6a7ee181b0a1f23d (diff) | |
download | ports-72d03e0fab10add79eb839a433604c40cd840572.tar.gz ports-72d03e0fab10add79eb839a433604c40cd840572.zip |
Set the umask explicitly to 002 in the supfile. This prevents
permission problems in case "/etc/profile" sets it to something
else.
Discovered by: Dag-Erling Smorgrav <des>
Notes
Notes:
svn path=/head/; revision=32586
Diffstat (limited to 'net/cvsup-mirror/files')
-rw-r--r-- | net/cvsup-mirror/files/supfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup-mirror/files/supfile b/net/cvsup-mirror/files/supfile index 08aba1016441..facf0d0fd274 100644 --- a/net/cvsup-mirror/files/supfile +++ b/net/cvsup-mirror/files/supfile @@ -1,7 +1,7 @@ # # Standard supfile for CVSup FreeBSD mirrors. # -*default delete use-rel-suffix +*default delete use-rel-suffix umask=002 cvs-all release=cvs prefix=prefixes/FreeBSD.cvs gnats release=current prefix=prefixes/FreeBSD-gnats.current www release=current prefix=prefixes/FreeBSD-www.current |