r14737 - in /trunk/libdbi-perl/debian: changelog patches/manpage-typo patches/series

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Mon Feb 11 10:10:00 UTC 2008


Author: ntyni
Date: Mon Feb 11 10:09:59 2008
New Revision: 14737

URL: http://svn.debian.org/wsvn/?sc=1&rev=14737
Log:
* debian/patches/manpage-typo: s/usefull/useful/g in the dbiproxy manpage.
  (Closes: #414239)

Added:
    trunk/libdbi-perl/debian/patches/manpage-typo
Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/patches/series

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/changelog?rev=14737&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Mon Feb 11 10:09:59 2008
@@ -23,6 +23,8 @@
   * remove traces of an old unneeded 'chmod -x Roadmap.pod' in debian/rules.
   * remove an obsolete conflict with pre-Sarge versions of libdbd-csv-perl.
   * Build-Depend on libplrpc-perl for better test coverage.
+  * debian/patches/manpage-typo: s/usefull/useful/g in the dbiproxy manpage.
+    (Closes: #414239)
 
  -- Niko Tyni <ntyni at debian.org>  Mon, 11 Feb 2008 10:43:28 +0200
 

Added: trunk/libdbi-perl/debian/patches/manpage-typo
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/patches/manpage-typo?rev=14737&op=file
==============================================================================
--- trunk/libdbi-perl/debian/patches/manpage-typo (added)
+++ trunk/libdbi-perl/debian/patches/manpage-typo Mon Feb 11 10:09:59 2008
@@ -1,0 +1,40 @@
+#414239: /usr/share/man/man1/dbiproxy.1p.gz: Typo in dbiproxy man page: usefull
+
+--- libdbi-perl.orig/dbiproxy.PL
++++ libdbi-perl/dbiproxy.PL
+@@ -54,7 +54,7 @@
+ =item B<--chroot=dir>
+ 
+ (UNIX only)  After doing a bind(), change root directory to the given
+-directory by doing a chroot(). This is usefull for security, but it
++directory by doing a chroot(). This is useful for security, but it
+ restricts the environment a lot. For example, you need to load DBI
+ drivers in the config file or you have to create hard links to Unix
+ sockets, if your drivers are using them. For example, with MySQL, a
+@@ -99,7 +99,7 @@
+ =item B<--group=gid>
+ 
+ After doing a bind(), change the real and effective GID to the given.
+-This is usefull, if you want your server to bind to a privileged port
++This is useful, if you want your server to bind to a privileged port
+ (<1024), but don't want the server to execute as root. See also
+ the --user option.
+ 
+@@ -140,7 +140,7 @@
+ Finally there's a single-connection mode: If the server has accepted a
+ connection, he will enter the Run() method. No other connections are
+ accepted until the Run() method returns (if the client disconnects).
+-This operation mode is usefull if you have neither threads nor fork(),
++This operation mode is useful if you have neither threads nor fork(),
+ for example on the Macintosh. For debugging purposes you can force this
+ mode with "--mode=single".
+ 
+@@ -152,7 +152,7 @@
+ =item B<--user=uid>
+ 
+ After doing a bind(), change the real and effective UID to the given.
+-This is usefull, if you want your server to bind to a privileged port
++This is useful, if you want your server to bind to a privileged port
+ (<1024), but don't want the server to execute as root. See also
+ the --group and the --chroot options.
+ 

Modified: trunk/libdbi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libdbi-perl/debian/patches/series?rev=14737&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/patches/series (original)
+++ trunk/libdbi-perl/debian/patches/series Mon Feb 11 10:09:59 2008
@@ -1,3 +1,4 @@
+manpage-typo
 t__06attrs.t__localefix.patch
 t__40profile.t__NTP.patch
 t__80proxy.t___syslogd.patch




More information about the Pkg-perl-cvs-commits mailing list