Hinzugefuegt:

* QoS-Graphen - Erste Version!
Pakete:
  * Applejuice bearbeitet
  * Depends.txt in alle eingefuegt
  * Clamav bearbeitet

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@258 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-26 13:20:12 +00:00
parent 0937506a8f
commit 7ccede9b39
63 changed files with 141 additions and 17 deletions

View File

@@ -15,6 +15,7 @@ else
mkdir -p /install/packages/package
cp -f /usr/src/src/paks/$PROG/{,un}install.sh /install/packages/package
cp -f /usr/src/src/paks/$PROG/ROOTFILES /install/packages/package
cp -f /usr/src/src/paks/$PROG/depends.txt /install/packages/package
chmod 755 /install/packages/package/{,un}install.sh
cd / && tar --create --directory=/ --files-from=/install/packages/package/ROOTFILES --file=/packagetmp.tar --exclude='#*'
@@ -24,7 +25,7 @@ else
cd / && rm -rf /tmp/*
cd /install/packages/package && cat ROOTFILES | grep -v "#" > ROOTFILES
tar cfz ../$PROG-${VER}_$PAK_VER.tar.gz files.tgz install.sh uninstall.sh ROOTFILES
tar cfz ../$PROG-${VER}_$PAK_VER.tar.gz files.tgz install.sh uninstall.sh ROOTFILES depends.txt
cd /install/packages && md5sum $PROG*.tar.gz > $PROG-${VER}_$PAK_VER.tar.gz.md5
cd /install/packages && md5sum $PROG*.tar.gz >> all-progs.md5

View File

@@ -46,8 +46,8 @@ use strict;
# Configuration options:
#
my $device = "imq0";
our $rrd_datadir = "/var/log/rrd";
my $device = "$ARGV[0]";
our $rrd_datadir = "/var/log/rrd/";
our $event_datadir = $rrd_datadir;
our $STEP = 10;
our $tc_command = "/sbin/tc";