Package: libpam-modules
Version: 0.99.7.1-6
Severity: minor
Tags: patch
The man-page for pam_env (nroff + XML), environment and README files all mispell
"separate" as "seperate".
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (900, 'stable'), (90, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libpam-modules depends on:
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libdb4.6 4.6.21-8 Berkeley v4.6 Database Libraries [
ii libpam0g 0.99.7.1-6 Pluggable Authentication Modules l
ii libselinux1 2.0.59-1 SELinux shared libraries
libpam-modules recommends no packages.
-- no debconf information
diff -uNr Linux-PAM.orig/modules/pam_env/environment
Linux-PAM/modules/pam_env/environment
--- Linux-PAM.orig/modules/pam_env/environment 2006-02-17 23:00:00.000000000
+0000
+++ Linux-PAM/modules/pam_env/environment 2008-06-30 17:42:31.000000000
+0100
@@ -1,5 +1,5 @@
#
# This file is parsed by pam_env module
#
-# Syntax: simple "KEY=VAL" pairs on seperate lines
+# Syntax: simple "KEY=VAL" pairs on separate lines
#
diff -uNr Linux-PAM.orig/modules/pam_env/pam_env.8
Linux-PAM/modules/pam_env/pam_env.8
--- Linux-PAM.orig/modules/pam_env/pam_env.8 2006-06-22 20:44:30.000000000
+0100
+++ Linux-PAM/modules/pam_env/pam_env.8 2008-06-30 17:42:56.000000000 +0100
@@ -27,7 +27,7 @@
.PP
This module can also parse a file with simple
\fIKEY=VAL\fR
-pairs on seperate lines (\fI/etc/environment\fR
+pairs on separate lines (\fI/etc/environment\fR
by default). You can change the default file to parse, with the
\fIenvfile\fR
flag and turn it on or off by setting the
diff -uNr Linux-PAM.orig/modules/pam_env/pam_env.8.xml
Linux-PAM/modules/pam_env/pam_env.8.xml
--- Linux-PAM.orig/modules/pam_env/pam_env.8.xml 2006-06-22
20:44:30.000000000 +0100
+++ Linux-PAM/modules/pam_env/pam_env.8.xml 2008-06-30 17:43:05.000000000
+0100
@@ -53,7 +53,7 @@
</para>
<para>
This module can also parse a file with simple
- <emphasis>KEY=VAL</emphasis> pairs on seperate lines
+ <emphasis>KEY=VAL</emphasis> pairs on separate lines
(<filename>/etc/environment</filename> by default). You can
change the default file to parse, with the <emphasis>envfile</emphasis>
flag and turn it on or off by setting the <emphasis>readenv</emphasis>
diff -uNr Linux-PAM.orig/modules/pam_env/README Linux-PAM/modules/pam_env/README
--- Linux-PAM.orig/modules/pam_env/README 2006-07-31 16:31:01.000000000
+0100
+++ Linux-PAM/modules/pam_env/README 2008-06-30 17:43:20.000000000 +0100
@@ -11,7 +11,7 @@
By default rules for (un)setting of variables is taken from the config file /
etc/security/pam_env.conf if no other file is specified.
-This module can also parse a file with simple KEY=VAL pairs on seperate lines
+This module can also parse a file with simple KEY=VAL pairs on separate lines
(/etc/environment by default). You can change the default file to parse, with
the envfile flag and turn it on or off by setting the readenv flag to 1 or 0
respectively.