Check-in Number:
|
4431 | |
Date: |
2004-Feb-17 09:54:14 (local)
2004-Feb-17 08:54:14 (UTC) |
User: | thl |
Branch: | |
Comment: |
correct spelling: privileges, convenient; |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/sh.subst 1.11 -> 1.12
--- sh.subst 2004/02/12 16:06:27 1.11
+++ sh.subst 2004/02/17 08:54:14 1.12
@@ -254,7 +254,7 @@
The B<GNU shtool> B<subst> command was originally written by Ralf S.
Engelschall E<lt>rse@engelschall.comE<gt> in 2001 for B<GNU shtool>.
-It was prompted by the need to have a uniform and convinient patching
+It was prompted by the need to have a uniform and convenient patching
frontend to sed(1) operations in the B<OpenPKG> package specifications.
=head1 SEE ALSO
|
|
ossp-pkg/shtool/sh.tarball 1.21 -> 1.22
--- sh.tarball 2004/02/12 16:06:27 1.21
+++ sh.tarball 2004/02/17 08:54:14 1.22
@@ -160,14 +160,14 @@
echo "chown -R $opt_u $tmpdir/$tarname >/dev/null 2>&1" 2>&1
fi
chown -R $opt_u $tmpdir/$tarname >/dev/null 2>&1 ||\
- echo "$msgprefix:Warning: cannot set user name \`$opt_u' (would require root priviledges)"
+ echo "$msgprefix:Warning: cannot set user name \`$opt_u' (would require root privileges)"
fi
if [ ".$opt_g" != . ]; then
if [ ".$opt_t" = .yes ]; then
echo "chgrp -R $opt_g $tmpdir/$tarname >/dev/null 2>&1" 2>&1
fi
chgrp -R $opt_g $tmpdir/$tarname >/dev/null 2>&1 ||\
- echo "$msgprefix:Warning: cannot set group name \`$opt_g' (would require root priviledges)"
+ echo "$msgprefix:Warning: cannot set group name \`$opt_g' (would require root privileges)"
fi
if [ ".$opt_t" = .yes ]; then
echo "(cd $tmpdir && $prg_find $tarname -type f -depth -print | sort | xargs $prg_tar cf -) | cat $compress >$tmpfile.out" 1>&2
|
|