Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/postinstall adjust for new fontconfig files.



details:   https://anonhg.NetBSD.org/src/rev/6ac92a503740
branches:  trunk
changeset: 376516:6ac92a503740
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 21 18:46:06 2023 +0000

description:
adjust for new fontconfig files.

diffstat:

 usr.sbin/postinstall/postinstall.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5e99faa2e7ba -r 6ac92a503740 usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Wed Jun 21 14:33:36 2023 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Wed Jun 21 18:46:06 2023 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.51 2022/05/29 10:47:40 andvar Exp $
+# $NetBSD: postinstall.in,v 1.52 2023/06/21 18:46:06 mrg Exp $
 #
 # Copyright (c) 2002-2022 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1318,9 +1318,9 @@ do_fontconfig()
        fi
        local regular_fonts="
 10-autohint.conf
-10-no-sub-pixel.conf
 10-scale-bitmap-fonts.conf
 10-sub-pixel-bgr.conf
+10-sub-pixel-none.conf
 10-sub-pixel-rgb.conf
 10-sub-pixel-vbgr.conf
 10-sub-pixel-vrgb.conf



Home | Main Index | Thread Index | Old Index