OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Feb-2004 09:44:13
Branch: HEAD Handle: 2004021708440706
Modified files:
openpkg-src/bash profile
openpkg-src/cvs cvs.patch.rse
openpkg-src/editline editline.spec
openpkg-src/firefox firefox.pod firefox.spec
openpkg-src/l2 l2.spec
openpkg-src/libedit libedit.spec
openpkg-src/mozilla mozilla.pod mozilla.spec
openpkg-src/openpkg HISTORY rpm.patch.feature shtool
openpkg-src/str str.spec
Log:
correct spelling: privileges, convenient;
Summary:
Revision Changes Path
1.8 +1 -1 openpkg-src/bash/profile
1.7 +3 -3 openpkg-src/cvs/cvs.patch.rse
1.5 +1 -1 openpkg-src/editline/editline.spec
1.2 +1 -1 openpkg-src/firefox/firefox.pod
1.2 +2 -2 openpkg-src/firefox/firefox.spec
1.19 +1 -1 openpkg-src/l2/l2.spec
1.4 +1 -1 openpkg-src/libedit/libedit.spec
1.5 +1 -1 openpkg-src/mozilla/mozilla.pod
1.82 +2 -2 openpkg-src/mozilla/mozilla.spec
1.138 +2 -2 openpkg-src/openpkg/HISTORY
1.47 +3 -3 openpkg-src/openpkg/rpm.patch.feature
1.17 +2 -2 openpkg-src/openpkg/shtool
1.27 +1 -1 openpkg-src/str/str.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bash/profile
============================================================================
$ cvs diff -u -r1.7 -r1.8 profile
--- openpkg-src/bash/profile 25 Jul 2003 13:15:08 -0000 1.7
+++ openpkg-src/bash/profile 17 Feb 2004 08:44:07 -0000 1.8
@@ -76,7 +76,7 @@
complete -a unalias
complete -A binding bind
-# convinient root privilege switching
+# convenient root privilege switching
root () {
if [ $# -eq 0 -o ".$1" = ".-i" ]; then
ssh -t -x [EMAIL PROTECTED] cd $PWD \&\& exec ${SHELL-/bin/sh}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cvs/cvs.patch.rse
============================================================================
$ cvs diff -u -r1.6 -r1.7 cvs.patch.rse
--- openpkg-src/cvs/cvs.patch.rse 20 Dec 2003 20:24:38 -0000 1.6
+++ openpkg-src/cvs/cvs.patch.rse 17 Feb 2004 08:44:08 -0000 1.7
@@ -219,7 +219,7 @@
+ [Origin: Ralf S. Engelschall]
+
+ RSE_PATCH_HANDLE:
-+ This adds a convinient `-h<handle>' option to `cvs diff'. `<handle>'
++ This adds a convenient `-h<handle>' option to `cvs diff'. `<handle>'
+ is a string of the format `[!]YYMMDDhhmmssoo' (YY=year, MM=month,
+ DD=day, hh=hour, mm=minute, ss=second, oo=offset) which internally
+ is expanded into two `-D' options. The first date is the equivalent
@@ -3974,10 +3974,10 @@
+ int len;
+ int ns;
+
-+ /* make sure we are running with root priviledges, because
++ /* make sure we are running with root privileges, because
+ we need it later for chroot, switch_to_user, etc. */
+ if (geteuid() != 0)
-+ error(1, 0, "root priviledges required for pserver operation");
++ error(1, 0, "root privileges required for pserver operation");
+
+ /* process "cvs pserverd" command options */
+ optind = 0;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/editline/editline.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 editline.spec
--- openpkg-src/editline/editline.spec 7 Feb 2004 17:54:41 -0000 1.4
+++ openpkg-src/editline/editline.spec 17 Feb 2004 08:44:09 -0000 1.5
@@ -49,7 +49,7 @@
AutoReqProv: no
%description
- Editline is a C library for convinient command line editing.
+ Editline is a C library for convenient command line editing.
%track
prog editline = {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/firefox/firefox.pod
============================================================================
$ cvs diff -u -r1.1 -r1.2 firefox.pod
--- openpkg-src/firefox/firefox.pod 10 Feb 2004 17:09:42 -0000 1.1
+++ openpkg-src/firefox/firefox.pod 17 Feb 2004 08:44:09 -0000 1.2
@@ -43,7 +43,7 @@
The B<firefox> command is small startup control utility for the
B<Mozilla Firefox> browser (http://www.mozilla.org/). It makes sure that
no more than one B<Mozilla Firefox> instance is running at the same time
-and allows you to conviniently load URLs from the command line into new
+and allows you to conveniently load URLs from the command line into new
browser windows, new browser tabs or into the currently open browser
view.
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/firefox/firefox.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 firefox.spec
--- openpkg-src/firefox/firefox.spec 10 Feb 2004 17:09:42 -0000 1.1
+++ openpkg-src/firefox/firefox.spec 17 Feb 2004 08:44:09 -0000 1.2
@@ -182,7 +182,7 @@
mkdir .autoreg >/dev/null 2>&1 || true
) || exit $?
- # generate manual page for startup convinience wrapper
+ # generate manual page for startup convenience wrapper
%{l_prefix}/bin/pod2man \
--section=1 --quotes=none \
--release="Mozilla %{version}" --center="%{packager}" \
@@ -201,7 +201,7 @@
( cd dist/bin && %{l_tar} -chf - . ) |\
( cd $RPM_BUILD_ROOT%{l_prefix}/lib/firefox && %{l_tar} -xf - ) || exit $?
- # add startup convinience wrapper
+ # add startup convenience wrapper
%{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE firefox.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/firefox
%{l_shtool} install -c -m 644 \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/l2/l2.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 l2.spec
--- openpkg-src/l2/l2.spec 7 Feb 2004 17:55:59 -0000 1.18
+++ openpkg-src/l2/l2.spec 17 Feb 2004 08:44:10 -0000 1.19
@@ -64,7 +64,7 @@
Channels are implemented by channel handlers which can be even
customer supplied for creating own channels which seamlessly integrate
- into the framework. For convinience reasons, OSSP l2 already ships
+ into the framework. For convenience reasons, OSSP l2 already ships
with pre-implemented filtering (noop, filter, prefix, buffer) and
output (null, fd, file, pipe, socket, syslog, smtp) channels which
already cover mostly all use cases of logging.
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libedit/libedit.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 libedit.spec
--- openpkg-src/libedit/libedit.spec 7 Feb 2004 17:56:08 -0000 1.3
+++ openpkg-src/libedit/libedit.spec 17 Feb 2004 08:44:11 -0000 1.4
@@ -52,7 +52,7 @@
AutoReqProv: no
%description
- Libedit is terminal library for convinient command line editing.
+ Libedit is terminal library for convenient command line editing.
It optionally includes a GNU readline compatible API.
%track
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.pod
============================================================================
$ cvs diff -u -r1.4 -r1.5 mozilla.pod
--- openpkg-src/mozilla/mozilla.pod 15 Jul 2003 10:08:24 -0000 1.4
+++ openpkg-src/mozilla/mozilla.pod 17 Feb 2004 08:44:11 -0000 1.5
@@ -43,7 +43,7 @@
The B<mozilla> command is small startup control utility for the
B<Mozilla> browser (http://www.mozilla.org/). It makes sure that no more
than one B<Mozilla> instance is running at the same time and allows
-you to conviniently load URLs from the command line into new browser
+you to conveniently load URLs from the command line into new browser
windows, new browser tabs or into the currently open browser view.
The following command line options are recognized:
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.81 -r1.82 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 7 Feb 2004 17:56:45 -0000 1.81
+++ openpkg-src/mozilla/mozilla.spec 17 Feb 2004 08:44:11 -0000 1.82
@@ -201,7 +201,7 @@
mkdir .autoreg >/dev/null 2>&1 || true
) || exit $?
- # generate manual page for startup convinience wrapper
+ # generate manual page for startup convenience wrapper
%{l_prefix}/bin/pod2man \
--section=1 --quotes=none \
--release="Mozilla %{version}" --center="%{packager}" \
@@ -220,7 +220,7 @@
( cd dist/bin && %{l_tar} -chf - . ) |\
( cd $RPM_BUILD_ROOT%{l_prefix}/lib/mozilla && %{l_tar} -xf - ) || exit $?
- # add startup convinience wrapper
+ # add startup convenience wrapper
%{l_shtool} install -c -m 755 %{l_value -s -a} \
%{SOURCE mozilla.sh} $RPM_BUILD_ROOT%{l_prefix}/bin/mozilla
%{l_shtool} install -c -m 644 \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/HISTORY
============================================================================
$ cvs diff -u -r1.137 -r1.138 HISTORY
--- openpkg-src/openpkg/HISTORY 16 Feb 2004 21:06:51 -0000 1.137
+++ openpkg-src/openpkg/HISTORY 17 Feb 2004 08:44:12 -0000 1.138
@@ -145,7 +145,7 @@
20030715 work-off "rc" again: add -o/--output options, better cleanup, global
return code
20030715 add to "rc" the -v/--verbose option again and provide terminal-detection
20030714 reduce run-time of "rc" --eval/--print operations by parsing %config
sections just once
-20030714 add convinience macros %l_rc and %l_rpm; resolve conflict with openpkg-rc
package
+20030714 add convenience macros %l_rc and %l_rpm; resolve conflict with openpkg-rc
package
20030714 bugfix verbose output; add "rc" command to search path for run-command
sections
20030710 rename openpkg_runall to openpkg_rc_all, support new openpkg_rc_def.
20030709 fully work-off rc script
@@ -214,7 +214,7 @@
20021217 make sure RPM does not hard-code an absolute path to 'mkdir'
20021204 add l_cxxflags for consistency; support gcc 3.2.x
20021127 and also the bigger hammer for bash included in the bootstrap package
-20021122 provide a more convinient definition for cppflags and ldflags
+20021122 provide a more convenient definition for cppflags and ldflags
20021120 make all %config sections visible for any package
20021119 upgrade to cURL 7.10.2 (required zlib)
20021118 add 'rpm --makeproxy --prefix=<master>' feature
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/rpm.patch.feature
============================================================================
$ cvs diff -u -r1.46 -r1.47 rpm.patch.feature
--- openpkg-src/openpkg/rpm.patch.feature 12 Feb 2004 16:52:03 -0000 1.46
+++ openpkg-src/openpkg/rpm.patch.feature 17 Feb 2004 08:44:12 -0000 1.47
@@ -548,7 +548,7 @@
| Instead we expand a variable to allow us to direct RPM to our tools.
| Additionally, pass option "-b" to patch(1) so it creates original
| files not only if a non-standard (not ".orig") suffix is used.
-| Finally, add support for the GNU patch "-d" option for convinient
+| Finally, add support for the GNU patch "-d" option for convenient
| changing into a subdirectory.
| Remove "unzip" support, because in OpenPKG there are less than
| a dozend packages requiring unpacking of .zip files. For these
@@ -1175,8 +1175,8 @@
#/*! \page config_macros Default configuration: @RPMCONFIGDIR@/macros
# \verbatim
#
--# $Id: rpm.patch.feature,v 1.46 2004/02/12 16:52:03 rse Exp $
-+# $Id: rpm.patch.feature,v 1.46 2004/02/12 16:52:03 rse Exp $
+-# $Id: rpm.patch.feature,v 1.47 2004/02/17 08:44:12 thl Exp $
++# $Id: rpm.patch.feature,v 1.47 2004/02/17 08:44:12 thl Exp $
#
# This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openpkg/shtool
============================================================================
$ cvs diff -u -r1.16 -r1.17 shtool
--- openpkg-src/openpkg/shtool 12 Feb 2004 16:16:08 -0000 1.16
+++ openpkg-src/openpkg/shtool 17 Feb 2004 08:44:12 -0000 1.17
@@ -2305,14 +2305,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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/str/str.spec
============================================================================
$ cvs diff -u -r1.26 -r1.27 str.spec
--- openpkg-src/str/str.spec 7 Feb 2004 17:59:00 -0000 1.26
+++ openpkg-src/str/str.spec 17 Feb 2004 08:44:13 -0000 1.27
@@ -52,7 +52,7 @@
provides functions for handling, matching, parsing, searching and
formatting of ISO-C strings. So it can be considered as a superset
of POSIX string(3), but its main intention is to provide a more
- convinient and compact API plus a more generalized functionality.
+ convenient and compact API plus a more generalized functionality.
%track
prog str = {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]