Ignore:
Timestamp:
Dec 29, 2013, 10:08:47 PM (11 years ago)
Author:
huub
Message:

cust_apply_nanobsd_patches uit de config geschoffeld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/cfg/nanobsd.wleiden

    r12607 r12609  
    5959
    6060# Extra WL ports
    61 net/lvrouted
     61# net/lvrouted
    6262`
    6363# Package target
     
    226226# keep us as close as possible to the base OS
    227227# Patches are applied to the directory they live in
    228 cust_apply_nanobsd_patches() (
    229         for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do
    230                 cd `dirname ${PATCHFILE}`
    231                 patch -t -N -p0 -i `basename ${PATCHFILE}`
    232                 #XX: What to with installed patch files? Delete them for the  time beeing
    233                 rm -v ${PATCHFILE}
    234         done
     228#cust_apply_nanobsd_patches() (
     229#       for PATCHFILE in `find ${NANO_WORLDDIR} -regex '.*-nanobsd\.patch$'`; do
     230#               cd `dirname ${PATCHFILE}`
     231#       patch -t -N -p0 -i `basename ${PATCHFILE}`
     232#               #XX: What to with installed patch files? Delete them for the  time beeing
     233#               rm -v ${PATCHFILE}
     234#done
    235235
    236236
Note: See TracChangeset for help on using the changeset viewer.