forked from ports/contrib
lxc: 1.0.3 -> 1.0.6
This commit is contained in:
parent
dd01de66e6
commit
0163db3e62
@ -22,6 +22,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lxc-snapshot
|
||||
-rwxr-xr-x root/root usr/bin/lxc-start
|
||||
-rwxr-xr-x root/root usr/bin/lxc-stop
|
||||
-rwxr-xr-x root/root usr/bin/lxc-top
|
||||
-rwxr-xr-x root/root usr/bin/lxc-unfreeze
|
||||
-rwxr-xr-x root/root usr/bin/lxc-unshare
|
||||
-rwxr-xr-x root/root usr/bin/lxc-usernsexec
|
||||
@ -33,8 +34,12 @@ drwxr-xr-x root/root usr/include/lxc/
|
||||
-rw-r--r-- root/root usr/include/lxc/version.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/liblxc.so -> liblxc.so.1
|
||||
lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.3
|
||||
-rwxr-xr-x root/root usr/lib/liblxc.so.1.0.3
|
||||
lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.6
|
||||
-rwxr-xr-x root/root usr/lib/liblxc.so.1.0.6
|
||||
drwxr-xr-x root/root usr/lib/lua/
|
||||
drwxr-xr-x root/root usr/lib/lua/5.2/
|
||||
drwxr-xr-x root/root usr/lib/lua/5.2/lxc/
|
||||
-rwxr-xr-x root/root usr/lib/lua/5.2/lxc/core.so
|
||||
drwxr-xr-x root/root usr/lib/lxc/
|
||||
-rwxr-xr-x root/root usr/lib/lxc/lxc-monitord
|
||||
-rwsr-xr-x root/root usr/lib/lxc/lxc-user-nic
|
||||
@ -77,10 +82,14 @@ drwxr-xr-x root/root usr/man/man7/
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/init.lxc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/lua/
|
||||
drwxr-xr-x root/root usr/share/lua/5.2/
|
||||
-rw-r--r-- root/root usr/share/lua/5.2/lxc.lua
|
||||
drwxr-xr-x root/root usr/share/lxc/
|
||||
drwxr-xr-x root/root usr/share/lxc/config/
|
||||
-rw-r--r-- root/root usr/share/lxc/config/centos.common.conf
|
||||
-rw-r--r-- root/root usr/share/lxc/config/centos.userns.conf
|
||||
-rw-r--r-- root/root usr/share/lxc/config/common.seccomp
|
||||
-rw-r--r-- root/root usr/share/lxc/config/debian.common.conf
|
||||
-rw-r--r-- root/root usr/share/lxc/config/debian.userns.conf
|
||||
-rw-r--r-- root/root usr/share/lxc/config/fedora.common.conf
|
||||
@ -100,12 +109,14 @@ drwxr-xr-x root/root usr/share/lxc/config/
|
||||
-rw-r--r-- root/root usr/share/lxc/config/ubuntu.userns.conf
|
||||
drwxr-xr-x root/root usr/share/lxc/hooks/
|
||||
-rwxr-xr-x root/root usr/share/lxc/hooks/clonehostname
|
||||
-rwxr-xr-x root/root usr/share/lxc/hooks/mountcgroups
|
||||
-rwxr-xr-x root/root usr/share/lxc/hooks/mountecryptfsroot
|
||||
-rwxr-xr-x root/root usr/share/lxc/hooks/squid-deb-proxy-client
|
||||
-rwxr-xr-x root/root usr/share/lxc/hooks/ubuntu-cloud-prep
|
||||
-rwxr-xr-x root/root usr/share/lxc/lxc-patch.py
|
||||
-rw-r--r-- root/root usr/share/lxc/lxc-patch.py
|
||||
-rw-r--r-- root/root usr/share/lxc/lxc.functions
|
||||
drwxr-xr-x root/root usr/share/lxc/selinux/
|
||||
-rw-r--r-- root/root usr/share/lxc/selinux/lxc.if
|
||||
-rw-r--r-- root/root usr/share/lxc/selinux/lxc.te
|
||||
drwxr-xr-x root/root usr/share/lxc/templates/
|
||||
-rwxr-xr-x root/root usr/share/lxc/templates/lxc-alpine
|
||||
-rwxr-xr-x root/root usr/share/lxc/templates/lxc-altlinux
|
||||
|
@ -1,2 +1,2 @@
|
||||
55873b1411a606397309aa6c4c4263b3 lxc-1.0.3.tar.gz
|
||||
4aad3aee84b42faa194e44091d723a3b lxc-1.0.6.tar.gz
|
||||
46f9061d94ccfb27acf7d4dbd021a524 man-pages.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
|
||||
name=lxc
|
||||
version=1.0.3
|
||||
version=1.0.6
|
||||
release=1
|
||||
source=(http://lxc.sourceforge.net/download/lxc-$version.tar.gz
|
||||
man-pages.tar.xz)
|
||||
|
Loading…
x
Reference in New Issue
Block a user