From fc85eb570880b06959653cb280a11c248d842b5a Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 9 Jun 2011 15:05:59 -0400 Subject: ntop wants these fonts in a specific place... --- config/ntop2/ntop.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ntop2/ntop.xml b/config/ntop2/ntop.xml index 3f603dc9..8ff4d8a1 100644 --- a/config/ntop2/ntop.xml +++ b/config/ntop2/ntop.xml @@ -122,6 +122,7 @@ system("/bin/mkdir -p /var/db/ntop/rrd/graphics"); system("/bin/chmod -R 755 /var/db/ntop"); system("/usr/sbin/chown -R nobody:nobody /var/db/ntop"); + system("/bin/cp -Rp /usr/local/lib/X11/fonts/webfonts/ /usr/local/lib/X11/fonts/TTF/"); if($ntop_config['password'] and $ntop_config['passwordagain']) { if($ntop_config['password'] == $ntop_config['passwordagain']) { $first = 0; -- cgit v1.2.3