summaryrefslogtreecommitdiff
path: root/packages/nylon/nylon-statistics.bb
diff options
context:
space:
mode:
authorBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
committerBruno Randolf <br1@subnet.at>2005-03-11 20:14:11 +0000
commit243e93c1e6d78c34ed7ee5338adf6a4b06daf13b (patch)
tree8a352e4dff8432b2ebbe15ef3e85f6cc3423753a /packages/nylon/nylon-statistics.bb
parent1e9628c636376b1e4622a35819a96f4bc3d06ccd (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into null.(none):/data/mtx/closed/build/unstable/openembedded 2005/03/11 19:48:55+01:00 (none)!br1 nylon updates BKrev: 4231fc13loxiimZ6UiyKsu8zAStRWg
Diffstat (limited to 'packages/nylon/nylon-statistics.bb')
-rw-r--r--packages/nylon/nylon-statistics.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/nylon/nylon-statistics.bb b/packages/nylon/nylon-statistics.bb
index 1840f4fc53..90da9bf5b9 100644
--- a/packages/nylon/nylon-statistics.bb
+++ b/packages/nylon/nylon-statistics.bb
@@ -15,6 +15,7 @@ do_install() {
install -d ${D}${sbindir}
ln -s /var/tmp ${D}/srv/www/rrd-img
install -m 755 ${S}/*.html ${D}/srv/www/cgi-bin
+ ln -s /var/tmp/nav.inc.html ${D}/srv/www/cgi-bin
install -m 755 ${S}/collect.sh ${D}${sbindir}
}
@@ -33,6 +34,11 @@ else
echo "A:*" > /etc/httpd.conf
fi
update-rc.d -s busybox-httpd defaults
+
+ if ! grep -q "/var/lib/rrd/" /etc/nylon/backup.list; then
+ echo "adding to backup list"
+ echo "/var/lib/rrd/" >> /etc/nylon/backup.list
+ fi
fi
}