Author: glen   Date: Thu May  8 13:29:40 2008 GMT
Module: PLDWWW   URL: 
http://www.pld-linux.org/Vserver?action=diff&rev2=109&rev1=108
---- Log message:
skip also if nothing matches at all

---- Page affected: Vserver

---- Diffs:

================================================================
The comment on the change is:
skip also if nothing matches at all

  
  p=/usr/lib*/util-vserver/distributions/defaults/rpm/platform
  for a in /etc/vservers/*/apps/pkgmgmt/base/rpm/etc/macros; do
+     [ -f "$a" ] || continue
      f=${a%/macros}/platform
      [ ! -f "$f" ] || continue
      cp $p $f
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to