diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-24 06:40:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-24 06:40:23 +0000 |
commit | eb42da51bb2c8b450660b110f6a3939999ffd5e4 (patch) | |
tree | b7b7dda0e6bd7df79fa2c1f46ae6fa67f237fe24 | |
parent | d808469d48ea678bf4002fec9d93907f3b16b74d (diff) | |
download | coreutils-eb42da51bb2c8b450660b110f6a3939999ffd5e4.tar.xz |
Output a line containing "Packages using this file".
-rwxr-xr-x | lib/config.charset | 2 |
1 files changed, 2 insertions, 0 deletions
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 |