From 809df9a8956bc2d4d8544380aef2fc9453272f30 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 11 Sep 2002 23:10:30 +0000 Subject: [PATCH] Use /dev/null as the "override file". --- dpkg-myscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2