From: Jim Meyering Date: Fri, 24 Mar 2000 06:40:23 +0000 (+0000) Subject: Output a line containing "Packages using this file". X-Git-Tag: SH-UTILS-2_0g~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb42da51bb2c8b450660b110f6a3939999ffd5e4;p=thirdparty%2Fcoreutils.git Output a line containing "Packages using this file". --- diff --git a/lib/config.charset b/lib/config.charset index cd1999a14a..46b02c7475 100755 --- a/lib/config.charset +++ b/lib/config.charset @@ -82,6 +82,8 @@ os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` echo "# This file contains a table of character encoding aliases," echo "# suitable for operating system '${os}'." echo "# It was automatically generated from config.charset." +# List of references, updated during installation: +echo "# Packages using this file: " case "$os" in linux* | *-gnu*) # With glibc we don't need any canonicalization, because glibc