packages: vzctl/vzctl.spec - packaged /var/lib/vzctl directory
gotar
gotar at pld-linux.org
Fri Jan 28 02:12:04 CET 2011
Author: gotar Date: Fri Jan 28 01:12:03 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- packaged /var/lib/vzctl directory
---- Files affected:
packages/vzctl:
vzctl.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/vzctl/vzctl.spec
diff -u packages/vzctl/vzctl.spec:1.10 packages/vzctl/vzctl.spec:1.11
--- packages/vzctl/vzctl.spec:1.10 Fri Jan 28 02:08:49 2011
+++ packages/vzctl/vzctl.spec Fri Jan 28 02:11:58 2011
@@ -99,7 +99,7 @@
/bin/rm -rf /dev/vzctl
/bin/mknod -m 600 /dev/vzctl c 126 0
if [ -f %{_configdir}/vz.conf ]; then
- if ! grep "IPTABLES=" %{_configdir}/vz.conf >/dev/null 2>&1; then
+ if ! grep -q "IPTABLES=" %{_configdir}/vz.conf 2>/dev/null; then
echo 'IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"' >> %{_configdir}/vz.conf
fi
fi
@@ -145,7 +145,7 @@
%dir /vz
/vz/[dlt]*
%attr(700,root,root) %dir /vz/[pr]*
-/var/lib/vzctl/veip
+/var/lib/vzctl
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*
@@ -160,6 +160,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2011/01/28 01:11:58 gotar
+- packaged /var/lib/vzctl directory
+
Revision 1.10 2011/01/28 01:08:49 gotar
- fixed UTF in commit log
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vzctl/vzctl.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list