PLDWWW: Vserver

glen glen at pld-linux.org
Thu May 8 15:29:40 CEST 2008


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


More information about the pld-cvs-commit mailing list