/[smeserver]/builds_bin/build_ISO
ViewVC logotype

Diff of /builds_bin/build_ISO

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.29 by slords, Tue Nov 3 22:35:28 2009 UTC Revision 1.31 by slords, Fri Feb 12 18:52:05 2010 UTC
# Line 15  then Line 15  then
15      exit 1      exit 1
16  fi  fi
17    
18    # remove package that are no longer in the distro
19    if [ "$distrel" == "7" ]
20    then
21        find -name 'qmail-workaround*' -print0 -o \
22             -name '*rkhunter*' -print0 \
23        | xargs -r0 rm
24    fi
25    
26  for img in product updates  for img in product updates
27  do  do
28      if [ "$distrel" == "7" ]      if [ "$distrel" == "7" ]


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed