~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/304_su.1_synopsis

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Goal: Fix the su synopsis. username is referenced in the manpage, not
2
 
      LOGIN
3
 
 
4
 
Fixes: 501830
5
 
 
6
 
Status wrt upstream: Will be fixed in 4.1.3
7
 
 
8
 
--- a/man/su.1.xml
9
 
+++ b/man/su.1.xml
10
 
@@ -38,7 +38,7 @@
11
 
       </arg>
12
 
       <arg choice='opt'>
13
 
        <arg choice='plain'>
14
 
-         <replaceable>LOGIN</replaceable>
15
 
+         <replaceable>username</replaceable>
16
 
        </arg>
17
 
       </arg>
18
 
     </cmdsynopsis>