1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_readme.dpatch by <cfaun@localhost.localdomain>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: removed install information from the readme and added manpage reference
@DPATCH@
diff -Nru sw-orig/README stopwatch-3.4/README
--- sw-orig/README 2002-01-18 15:59:30.000000000 +0000
+++ stopwatch-3.4/README 2005-11-05 20:52:20.000000000 +0000
@@ -3,16 +3,10 @@
within a talk. For that purpose, it works well.
--------------------
-To Install
---------------------
-
-See the install instructions at http://expect.nist.gov/stopwatch/#install
-
---------------------
To Use
--------------------
-See the directions at http://expect.nist.gov/stopwatch/#directions
+See the directions at http://expect.nist.gov/stopwatch/#directions or the man page.
--------------------
Systems Supported
diff -Nru sw-orig/stopwatch stopwatch-3.4/stopwatch
--- sw-orig/stopwatch 2004-10-26 20:17:16.000000000 +0000
+++ stopwatch-3.4/stopwatch 2005-11-02 22:05:33.000000000 +0000
@@ -1,4 +1,4 @@
-#!/depot/path/wish -f
+#!/usr/bin/wish -f
######################################################################
# Name: Stopwatch
# Author: Don Libes <libes@nist.gov>
|