diff options
author | jim-p <jimp@pfsense.org> | 2011-06-09 15:05:59 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-06-09 15:05:59 -0400 |
commit | fc85eb570880b06959653cb280a11c248d842b5a (patch) | |
tree | 8f64a22c4de454d9f315f61211729efc0fd80572 /config/ntop2 | |
parent | f913fb4a713225dc3708165d500b1571a87987bf (diff) | |
download | pfsense-packages-fc85eb570880b06959653cb280a11c248d842b5a.tar.gz pfsense-packages-fc85eb570880b06959653cb280a11c248d842b5a.tar.bz2 pfsense-packages-fc85eb570880b06959653cb280a11c248d842b5a.zip |
ntop wants these fonts in a specific place...
Diffstat (limited to 'config/ntop2')
-rw-r--r-- | config/ntop2/ntop.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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; |