[gentoo-x86] / sys-apps / openrc / openrc-0.2.5.ebuild Project Root:

GentooDiff of /sys-apps/openrc/openrc-0.2.5.ebuild

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

version 1.2, Sat May 31 07:04:58 2008 UTC version 1.3, Sun Jun 1 03:01:37 2008 UTC
Line 160 
Line 160 
         # force net init.d scripts into symlinks          # force net init.d scripts into symlinks
         for f in "${ROOT}"/etc/init.d/net.* ; do          for f in "${ROOT}"/etc/init.d/net.* ; do
                 [[ -e ${f} ]] || continue # catch net.* not matching anything                  [[ -e ${f} ]] || continue # catch net.* not matching anything
                 [[ ${f} == *.net.lo ]] && continue # real file now                  [[ ${f} == */net.lo ]] && continue # real file now
                 [[ ${f} == *.openrc.bak ]] && continue                  [[ ${f} == *.openrc.bak ]] && continue
                 if [[ ! -L ${f} ]] ; then                  if [[ ! -L ${f} ]] ; then
                         elog "Moved net service '${f##*/}' to '${f##*/}.openrc.bak' to force a symlink."                          elog "Moved net service '${f##*/}' to '${f##*/}.openrc.bak' to force a symlink."

Generate output suitable for use with a patch program
Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help