diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-02-10 06:50:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-02-10 06:50:11 +0800 |
commit | 434874208602e95a4e3cc9f544da4082571d8b5b (patch) | |
tree | ae037c9c6eb532ff5ab76f1e8899caccd8407624 /x11-fonts | |
parent | 43ac8ee2e6cde46e9e1d5c6194c737ea2e645138 (diff) | |
download | freebsd-ports-gnome-434874208602e95a4e3cc9f544da4082571d8b5b.tar.gz freebsd-ports-gnome-434874208602e95a4e3cc9f544da4082571d8b5b.tar.zst freebsd-ports-gnome-434874208602e95a4e3cc9f544da4082571d8b5b.zip |
Suggest using xorg.conf rather than XF86Config.
Submitted by: ryusuke
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/urwfonts-ttf/pkg-message | 2 | ||||
-rw-r--r-- | x11-fonts/urwfonts/pkg-message | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/urwfonts-ttf/pkg-message b/x11-fonts/urwfonts-ttf/pkg-message index 548d5adbcc25..f021eab2b933 100644 --- a/x11-fonts/urwfonts-ttf/pkg-message +++ b/x11-fonts/urwfonts-ttf/pkg-message @@ -6,5 +6,5 @@ $ xset fp+ /usr/local/lib/X11/fonts/urwfonts-ttf $ xset fp rehash or by adding it to your X-server configuration file (usually -/etc/X11/XF86Config) and restarting the X-server. +/etc/X11/xorg.conf) and restarting the X-server. ============================================================ diff --git a/x11-fonts/urwfonts/pkg-message b/x11-fonts/urwfonts/pkg-message index 388ef1286d51..57af347cd3a1 100644 --- a/x11-fonts/urwfonts/pkg-message +++ b/x11-fonts/urwfonts/pkg-message @@ -6,5 +6,5 @@ $ xset fp+ /usr/local/lib/X11/fonts/URW $ xset fp rehash or by adding it to your X-server configuration file (usually -/etc/X11/XF86Config) and restarting the X-server. +/etc/X11/xorg.conf) and restarting the X-server. ============================================================ |