cvs diff: Diffing . Index: nikto-2.1.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v retrieving revision 1.3 diff -r1.3 nikto-2.1.5.ebuild 48c48 < NIKTO_PMS="LW2.pm JSON-PP.pm" --- > NIKTO_PMS='JSON-PP.pm' 50,51c50,53 < for pm in ${NIKTO_PMS}; do < dosym /usr/share/nikto/plugins/${pm} ${VENDOR_LIB}/${pm} --- > for _PM in ${NIKTO_PMS}; do > _TARGET=${VENDOR_LIB}/${_PM} > [[ ! -L ${_TARGET} ]] && \ > dosym /usr/share/nikto/plugins/${_PM} ${_TARGET} 53c55 < unset ${NIKTO_PMS} --- > unset ${NIKTO_PMS} $target