ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/missing
(Generate patch)

Comparing ircd-hybrid/trunk/missing (file contents):
Revision 8315 by michael, Wed Feb 28 17:48:10 2018 UTC vs.
Revision 8757 by michael, Tue Jan 1 14:38:49 2019 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Common wrapper for a few potentially missing GNU programs.
3  
4 < scriptversion=2016-01-11.22; # UTC
4 > scriptversion=2018-03-07.03; # UTC
5  
6 < # Copyright (C) 1996-2017 Free Software Foundation, Inc.
6 > # Copyright (C) 1996-2018 Free Software Foundation, Inc.
7   # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
8  
9   # This program is free software; you can redistribute it and/or modify
# Line 17 | Line 17 | scriptversion=2016-01-11.22; # UTC
17   # GNU General Public License for more details.
18  
19   # You should have received a copy of the GNU General Public License
20 < # along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 > # along with this program.  If not, see <https://www.gnu.org/licenses/>.
21  
22   # As a special exception to the GNU General Public License, if you
23   # distribute this file as part of a program that contains a
# Line 101 | Line 101 | else
101    exit $st
102   fi
103  
104 < perl_URL=http://www.perl.org/
105 < flex_URL=http://flex.sourceforge.net/
106 < gnu_software_URL=http://www.gnu.org/software
104 > perl_URL=https://www.perl.org/
105 > flex_URL=https://github.com/westes/flex
106 > gnu_software_URL=https://www.gnu.org/software
107  
108   program_details ()
109   {
# Line 207 | Line 207 | give_advice "$1" | sed -e '1s/^/WARNING:
207   exit $st
208  
209   # Local variables:
210 < # eval: (add-hook 'write-file-hooks 'time-stamp)
210 > # eval: (add-hook 'before-save-hook 'time-stamp)
211   # time-stamp-start: "scriptversion="
212   # time-stamp-format: "%:y-%02m-%02d.%02H"
213   # time-stamp-time-zone: "UTC0"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)