PN: cgroup-lite
PV: 1.15
PR: r0
PKGV: 1.15
PKGR: r0.0
LICENSE: GPLv2
DESCRIPTION: Light-weight package to set up cgroups at system boot.
SUMMARY: Light-weight package to set up cgroups at system boot.
RRECOMMENDS_cgroup-lite: cgroup-lite-lic update-rc.d
SECTION: devel
PKG_cgroup-lite: cgroup-lite
FILES_cgroup-lite: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/cgroup-lite /usr/lib/cgroup-lite/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers
FILES_INFO: {"/bin/cgroups-mount": 1659, "/bin/cgroups-umount": 435, "/etc/init.d/cgroups-init": 610}
pkg_postinst_cgroup-lite: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT cgroups-init start 8 2 3 4 5 . stop 20 0 1 6 .\nfi\n
pkg_postrm_cgroup-lite: #!/bin/sh\nset -e\nif true && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT cgroups-init remove\nfi\n
pkg_prerm_cgroup-lite: #!/bin/sh\nset -e\nif true && [ -z "$D" -a -x "/etc/init.d/cgroups-init" ]; then\n\t/etc/init.d/cgroups-init stop || :\nfi\n
FILERDEPENDSFLIST_cgroup-lite: /bin/cgroups-mount /bin/cgroups-umount /etc/init.d/cgroups-init
FILERDEPENDS_/bin/cgroups-mount_cgroup-lite:  /bin/sh
FILERDEPENDS_/bin/cgroups-umount_cgroup-lite:  /bin/sh
FILERDEPENDS_/etc/init.d/cgroups-init_cgroup-lite:  /bin/sh
PKGSIZE_cgroup-lite: 2704
