Check-in Number:
|
2950 | |
Date: |
2002-Dec-09 11:42:13 (local)
2002-Dec-09 10:42:13 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fixed description of "shtool install -C" operation in manual page |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.176 -> 1.177
--- ChangeLog 2002/11/02 12:49:48 1.176
+++ ChangeLog 2002/12/09 10:42:13 1.177
@@ -9,6 +9,11 @@
ChangeLog
+ Changes between 1.6.2 and 1.6.3 (02-Nov-2002 to xx-Dec-2002):
+
+ *) Fixed description of "shtool install -C" operation in manual page.
+ [Stefan Seefeld <stefan@fresco.org>]
+
Changes between 1.6.1 and 1.6.2 (12-Jul-2002 to 02-Nov-2002):
*) Map "shtool install -d <dir> [...]" internally to "shtool mkdir
|
|
ossp-pkg/shtool/THANKS 1.25 -> 1.26
--- THANKS 2002/11/02 12:48:18 1.25
+++ THANKS 2002/12/09 10:42:13 1.26
@@ -29,6 +29,7 @@
o Christoph Schug <chris@schug.net>
o Sascha Schumann <sascha@schumann.cx>
o Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ o Stefan Seefeld <stefan@fresco.org>
o Peter Simons <simons@cys.de>
o Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>
o Gopal Narayanan <gopal@fcrao1.phast.umass.edu>
|
|
ossp-pkg/shtool/shtool.pod 1.61 -> 1.62
--- shtool.pod 2002/11/02 12:46:19 1.61
+++ shtool.pod 2002/12/09 10:42:13 1.62
@@ -425,13 +425,13 @@
Additionally program executables is stripped with strip(1) after
installation if option ``B<-s>'' is used. Option ``B<-C>'' is like
-``B<-c>'', except if the destination file already exists and the files
-are the same, the source is just removed. Option ``B<-e>'' can be used
-one or multiple times to apply one or more sed(1) commands on-the-fly
-to the contents of the input I<file> before the output file is created.
-Option ``B<-v>'' (verbose) can be used to enable the output of extra
-processing information. Option ``B<-t>'' (trace) can be used to enable
-the output of the essential shell commands which are executed.
+``B<-c>'', except if the destination file already exists and is the
+same as the source file, no file is copied at all. Option ``B<-e>''
+can be used one or multiple times to apply one or more sed(1) commands
+on-the-fly to the contents of the input I<file> before the output file
+is created. Option ``B<-v>'' (verbose) can be used to enable the output
+of extra processing information. Option ``B<-t>'' (trace) can be used to
+enable the output of the essential shell commands which are executed.
The trick of this command is that it provides the functionality of BSD
install(1) in a portable emulated way. For even more compatibility,
|
|