From: Colin Watson Date: Wed, 11 Sep 2002 23:10:30 +0000 (+0000) Subject: Use /dev/null as the "override file". X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=809df9a8956bc2d4d8544380aef2fc9453272f30 Use /dev/null as the "override file". --- diff --git a/dpkg-myscan b/dpkg-myscan index b9d980a..49a93a0 100755 --- a/dpkg-myscan +++ b/dpkg-myscan @@ -19,7 +19,7 @@ for x in main non-US/main non-free; do echo Scanning $x ... dir=dists/unstable/$x/$topdir if [ -e $dir ]; then - dpkg-scan$type $dir override > $dir/$outfile + dpkg-scan$type $dir /dev/null > $dir/$outfile gzip -c $dir/$outfile > $dir/$outfile.gz else echo $x not found.