From 49b046bdf4cabfe6e15c6b71e61c5be745ec8689 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Sat, 14 Aug 1999 14:05:40 +0000 Subject: [PATCH] Don't force compression in SUPFLAGS, since that effectively negates the functionality of the compression option in the supfile. Reported by: Ben Rosengart --- etc/defaults/make.conf | 4 ++-- etc/make.conf | 4 ++-- share/examples/etc/make.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index c6c3c7d9acc..d050f0d02b2 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $ +# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -177,7 +177,7 @@ #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup -#SUPFLAGS= -g -L 2 -z +#SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile diff --git a/etc/make.conf b/etc/make.conf index c6c3c7d9acc..d050f0d02b2 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $ +# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -177,7 +177,7 @@ #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup -#SUPFLAGS= -g -L 2 -z +#SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c6c3c7d9acc..d050f0d02b2 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $ +# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -177,7 +177,7 @@ #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup -#SUPFLAGS= -g -L 2 -z +#SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile