stupid rpm forgot to run ldconfig again (yes, 100% reproducible) --- https://www.pld-linux.org/packages/lxc-docker?rev=1377550705 +++ https://www.pld-linux.org/packages/lxc-docker @@ -28,8 +28,9 @@ # install libcgroup and enable mounts pkg_cmd << "poldek -u --noask libcgroup lxc iptables; " pkg_cmd << "sed -i -e '/^#mount/,$ s/^#//' /etc/cgconfig.conf; " pkg_cmd << "echo 'docker -d &' >> /etc/rc.d/rc.local; " + pkg_cmd << "ldconfig; " # Add lxc-docker package # https://bugs.launchpad.net/poldek/+bug/1216250 pkg_cmd << "poldek -u --noask lxc-docker --sn th-ready --nodeps; "
Diff URL: https://www.pld-linux.org/packages/lxc-docker?do=diff&r1=1377550705&r2=1377552955 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
