From ac54243f382e817c08c1f895ccfdc05dcacdb044 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Sun, 14 Jan 2007 05:39:54 +0000 Subject: Imported from rancid-2.3.2a7.tar.gz. --- bin/control_rancid.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/control_rancid.in') diff --git a/bin/control_rancid.in b/bin/control_rancid.in index 69ff911..388bbf4 100644 --- a/bin/control_rancid.in +++ b/bin/control_rancid.in @@ -1,6 +1,6 @@ #! /bin/sh ## -## $Id: control_rancid.in,v 1.79 2006/10/05 04:27:42 heas Exp $ +## $Id: control_rancid.in,v 1.80 2006/12/07 21:14:06 heas Exp $ ## ## @PACKAGE@ @VERSION@ ## Copyright (C) 1997-2006 by Terrapin Communications, Inc. @@ -87,6 +87,9 @@ DIR=$BASEDIR/$GROUP TMP=${TMPDIR:=/tmp}/rancid.$GROUP.$$ trap 'rm -fr $TMP;' 1 2 15 +# disable noclobber +unset noclobber > /dev/null 2>&1 + # RCS system RCSSYS=${RCSSYS:=cvs}; if [ $RCSSYS != "cvs" -a $RCSSYS != "svn" ] ; then -- cgit