Revize 1844
Přidáno uživatelem Ondřej Fibich před téměř 12 roky(ů)
freenetis/branches/1.1/application/vendors/deb/freenetis-qos/control | ||
---|---|---|
Priority: optional
|
||
Section: web
|
||
Pre-Depends: debconf (>= 0.5) | debconf-2.0
|
||
Depends: coreutils, ipset, wget, procps, iptables
|
||
Suggests: freenetis
|
||
Architecture: all
|
||
Maintainer: Ondrej Fibich <ondrej.fibich@gmail.com>
|
freenetis/branches/1.1/application/vendors/deb/freenetis-qos/changelog | ||
---|---|---|
freenetis-qos (0.9.2) stable; urgency=low
|
||
* Fixes in dependencies
|
||
-- Ondrej Fibich <ondrej.fibich@gmail.com> Mon, 13 Aug 2012 11:10:52 +0200
|
||
|
||
freenetis-qos (0.9.3) stable; urgency=low
|
||
* Improved building of ipset on squeeze (#454)
|
||
-- Ondrej Fibich <ondrej.fibich@gmail.com> Wed, 23 Jan 2013 14:24:32 +0100
|
freenetis/branches/1.1/application/vendors/deb/freenetis-qos/debianization.sh | ||
---|---|---|
echo "Package: ${NAME}" >> DEBIAN/control
|
||
echo "Version: ${VERSION}" >> DEBIAN/control
|
||
echo "Installed-Size: ${SIZE}" >> DEBIAN/control
|
||
|
||
if [ "$DEBIAN" = lenny ] || [ "$DEBIAN" = squeeze ]; then
|
||
echo "Depends: coreutils, ipset, wget, procps, iptables, ipset-source, module-assistant, lsb-release" >> DEBIAN/control
|
||
else
|
||
echo "Depends: coreutils, ipset, wget, procps, iptables, lsb-release" >> DEBIAN/control
|
||
fi
|
||
|
||
cat ../../${NAME}/control >> DEBIAN/control
|
||
|
||
# change log
|
freenetis/branches/1.1/application/vendors/deb/freenetis-redirection/control | ||
---|---|---|
Priority: optional
|
||
Section: web
|
||
Pre-Depends: debconf (>= 0.5) | debconf-2.0
|
||
Depends: coreutils, ipset, wget, grep, procps, python
|
||
Suggests: freenetis
|
||
Architecture: all
|
||
Maintainer: Ondrej Fibich <ondrej.fibich@gmail.com>
|
freenetis/branches/1.1/application/vendors/deb/freenetis-redirection/changelog | ||
---|---|---|
* Fixes wrong initialization ipset rules (#399)
|
||
* Fixes printing of error message if socket cannot be open in HTTP redirector (#399)
|
||
-- Ondrej Fibich <ondrej.fibich@gmail.com> Tue, 23 Oct 2012 10:32:03 +0200
|
||
|
||
freenetis-redirection (1.9.3) stable; urgency=hight
|
||
* Improved building of ipset on squeeze (#454)
|
||
-- Ondrej Fibich <ondrej.fibich@gmail.com> Wed, 23 Jan 2013 14:31:56 +0100
|
freenetis/branches/1.1/application/vendors/deb/freenetis-redirection/debianization.sh | ||
---|---|---|
echo "Package: ${NAME}" >> DEBIAN/control
|
||
echo "Version: ${VERSION}" >> DEBIAN/control
|
||
echo "Installed-Size: ${SIZE}" >> DEBIAN/control
|
||
|
||
if [ "$DEBIAN" = lenny ] || [ "$DEBIAN" = squeeze ]; then
|
||
echo "Depends: coreutils, ipset, wget, grep, procps, python, ipset-source, module-assistant, lsb-release" >> DEBIAN/control
|
||
else
|
||
echo "Depends: coreutils, ipset, wget, grep, procps, python, lsb-release" >> DEBIAN/control
|
||
fi
|
||
|
||
cat ../../${NAME}/control >> DEBIAN/control
|
||
|
||
# change log
|
freenetis/branches/1.1/application/controllers/scheduler.php | ||
---|---|---|
// remove log partition
|
||
$model_members_traffic_montly->remove_monthly_old_partitions();
|
||
// add partition for today
|
||
$model_members_traffic_montly->add_montly_partition();
|
||
$model_members_traffic_montly->add_monthly_partition();
|
||
}
|
||
|
||
/**
|
Také k dispozici: Unified diff
Opravy:
- #454: Presmerovani a QoS po instalaci nefunguje (squeeze)
- #470: Chyba v partitions v provozu