aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-12 06:19:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-12 06:19:53 +0000
commita896fda3896268a2c126e3d996a116e1f6250da8 (patch)
tree73941c8490e3b26d9ee0e65dc54626a13a38cfe5 /packages
parentad5ef15a6fd2b209be2d6c543679fd10cf56d66d (diff)
downloadpfsense-packages-a896fda3896268a2c126e3d996a116e1f6250da8.tar.gz
pfsense-packages-a896fda3896268a2c126e3d996a116e1f6250da8.tar.bz2
pfsense-packages-a896fda3896268a2c126e3d996a116e1f6250da8.zip
Create /var/db/ntop/rrd/graphics on package installation
Diffstat (limited to 'packages')
-rw-r--r--packages/ntop/ntop.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ntop/ntop.xml b/packages/ntop/ntop.xml
index 5fcad02b..100e11a7 100644
--- a/packages/ntop/ntop.xml
+++ b/packages/ntop/ntop.xml
@@ -68,7 +68,9 @@
$if_final = "";
$ifaces_final = "";
system("mkdir -p /var/db/ntop");
+ system("mkdir -p /var/db/ntop/rrd/graphics");
system("chown nobody:nobody /var/db/ntop");
+ system("chown nobody:nobody /var/db/ntop/rrd/graphics");
if($ntop_config['password'] and $ntop_config['passwordagain']) {
if($ntop_config['password'] == $ntop_config['passwordagain']) {
$first = 0;