From 89dc9eaf6005ccb3f3bb04a5099692463e32b552 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Mar 2000 06:40:23 +0000 Subject: [PATCH] Output a line containing "Packages using this file". --- lib/config.charset | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config.charset b/lib/config.charset index cd1999a14..46b02c747 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 -- 2.11.0