INN commit: trunk (doc/pod/hacking.pod support/install-sh)

INN Commit rra at isc.org
Wed Jun 17 17:39:51 UTC 2009


    Date: Wednesday, June 17, 2009 @ 10:39:51
  Author: iulius
Revision: 8514

Mention to update install-sh to its last version.

Modified:
  trunk/doc/pod/hacking.pod
  trunk/support/install-sh

---------------------+
 doc/pod/hacking.pod |    3 ++-
 support/install-sh  |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2009-06-17 17:08:00 UTC (rev 8513)
+++ doc/pod/hacking.pod	2009-06-17 17:39:51 UTC (rev 8514)
@@ -79,7 +79,8 @@
 available.  There are no INN-specific modifications to those files except
 for F<ltmain.sh> which recognizes the additional B<-B> flag that INN's
 B<install-sh> script uses.  This script should also be updated at the
-same time; it similarly contains local modifications in order to support
+same time from L<http://git.savannah.gnu.org/gitweb/?p=automake.git;a=tree;f=lib>;
+it similarly contains local modifications in order to support
 the additional B<-B> flag, as well as a few other changes mentioned
 in a comment at the beginning of the file.
 

Modified: support/install-sh
===================================================================
--- support/install-sh	2009-06-17 17:08:00 UTC (rev 8513)
+++ support/install-sh	2009-06-17 17:39:51 UTC (rev 8514)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2006-12-25.00
+scriptversion=2009-04-28.21; # UTC
 
 #############################
 # NOTICE TO INN MAINTAINERS #
@@ -545,5 +545,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
 # End:




More information about the inn-committers mailing list