Diff for /embedaddon/lighttpd/missing between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2014/06/15 20:20:05
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.  # Common wrapper for a few potentially missing GNU programs.
   
scriptversion=2012-06-26.16; # UTCscriptversion=2013-10-28.13; # UTC
   
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.  # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.  # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
Line 160  give_advice () Line 160  give_advice ()
       ;;        ;;
    autom4te*)     autom4te*)
       echo "You might have modified some maintainer files that require"        echo "You might have modified some maintainer files that require"
      echo "the 'automa4te' program to be rebuilt."      echo "the 'autom4te' program to be rebuilt."
       program_details 'autom4te'        program_details 'autom4te'
       ;;        ;;
     bison*|yacc*)      bison*|yacc*)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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