Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien...
authorFlorian Fainelli <florian@openwrt.org>
Wed, 15 Feb 2006 15:36:28 +0000 (15:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 15 Feb 2006 15:36:28 +0000 (15:36 +0000)
commit9c83354ff89c6bfd97e6295e71d3676fb38afe70
treefae5ed96187e8445584f02cd465490e6589e7673
parent97bc9b746865628aeee5818830a831ab78e7857e
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3243 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 files changed:
package/Makefile
package/bind/Config.in
package/bind/Makefile
package/httping/Config.in
package/httping/Makefile
package/logrotate/Config.in [new file with mode: 0644]
package/logrotate/Makefile [new file with mode: 0644]
package/logrotate/files/logrotate.conf [new file with mode: 0644]
package/logrotate/ipkg/logrotate.control [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-dateext-maxage.patch [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-datehack.patch [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-ignore-hidden.patch [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-no-tmpdir.patch [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-taboo-to-debug.patch [new file with mode: 0644]
package/logrotate/patches/logrotate-3.7.1-weekly.patch [new file with mode: 0644]