Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.176' '-r1.177' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- 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 ] + Changes between 1.6.1 and 1.6.2 (12-Jul-2002 to 02-Nov-2002): *) Map "shtool install -d [...]" internally to "shtool mkdir Index: ossp-pkg/shtool/THANKS RCS File: /v/ossp/cvs/ossp-pkg/shtool/THANKS,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/shtool/THANKS,v' 2>/dev/null --- 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 o Sascha Schumann o Yitzchak Scott-Thoennes + o Stefan Seefeld o Peter Simons o Evgeny Stambulchik o Gopal Narayanan Index: ossp-pkg/shtool/shtool.pod RCS File: /v/ossp/cvs/ossp-pkg/shtool/shtool.pod,v rcsdiff -q -kk '-r1.61' '-r1.62' -u '/v/ossp/cvs/ossp-pkg/shtool/shtool.pod,v' 2>/dev/null --- 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 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 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,