--- src/tovid-init.in.orig 2007-08-12 10:09:50.000000000 -0500 +++ src/tovid-init.in 2007-08-12 10:10:37.000000000 -0500 @@ -386,32 +386,6 @@ # ****************************************************************************** -# Find multiple version kludge -# ****************************************************************************** -INSTALLED_TOVIDS=$(type -a tovid 2>>/dev/null | awk '{print $NF}' | tr '\n' ' ') -NUM_INSTALLED=0 - -# Only count non-links -for tovid in $INSTALLED_TOVIDS; do - if ! test -L $tovid; then - let "NUM_INSTALLED=NUM_INSTALLED+1" - fi -done - -# Exit when there is more than one tovid installed -if test $NUM_INSTALLED -ne 1; then - echo "Found $NUM_INSTALLED installations of tovid on your system!" - echo "I won't run until there is only one of me :)" - echo "Installed versions:" - for version in $INSTALLED_TOVIDS; do - echo " $version" - done - echo "Exiting..." - exit 1 -fi - - -# ****************************************************************************** # tovid home setup # ****************************************************************************** 4/cgit/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/p5-Net-Nslookup
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.04culot2013-12-132-3/+3
* Support STAGEDIR.vanilla2013-11-032-4/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkmat2013-08-031-1/+2
* - Update to 2.03clsung2013-06-28