Diff for /elwix/build_fs.sh between versions 1.1.2.3 and 1.1.2.4

version 1.1.2.3, 2011/07/21 13:55:49 version 1.1.2.4, 2011/07/25 00:19:39
Line 74  build_fsdir() Line 74  build_fsdir()
         install -d -g daemon altroot/var/spool/output/lpd;          install -d -g daemon altroot/var/spool/output/lpd;
 # boot  # boot
         install -d boot;          install -d boot;
         install -d boot/defaults;  
         install -d boot/firmware;  
         install -d boot/kernel;  
         install -d boot/modules;  
         install -d boot/zfs;  
 # cf  # cf
         install -d cf;          install -d cf;
 # etc  # etc
Line 242  cleancvs() Line 237  cleancvs()
 {  {
         echo "+++ ELWIX clean CVS tags ..."          echo "+++ ELWIX clean CVS tags ..."
   
        find $1 -type d -name CVS -exec rm -rf {} \;        find $1 -type d -name CVS -exec rm -rf {} \; >/dev/null 2>&1
 }  }
   
 ### main()  ### main()

Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>