Your message dated Sat, 12 Jan 2008 22:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451518: fixed in shadow 1:4.1.0-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: passwd
Version: 1:4.0.18.1-7
Tags: patch
User: [EMAIL PROTECTED]
Usertag: usermod

This worked:
usermod --home /home/x --move-home x

But this did not:
usermod --move-home --home /home/x x

Backwards patch:

--- shadow-4.0.18.2/src/usermod.c
+++ shadow-4.0.18.2.orig/src/usermod.c
@@ -1032,6 +1032,9 @@
                                Lflg++;
                                break;
                        case 'm':
+                               if (!dflg)
+                                       usage ();
+
                                mflg++;
                                break;
                        case 'o':
@@ -1101,14 +1104,6 @@
                exit (E_USAGE);
        }
 
-       if (mflg && !dflg) {
-               fprintf (stderr,
-                        _("%s: -m flag is ONLY allowed with the -d flag\n"),
-                        Prog);
-               usage ();
-               exit (E_USAGE);
-       }
-
        if (dflg && strcmp (user_home, user_newhome) == 0)
                dflg = mflg = 0;
 
diff -u shadow-4.0.18.2/debian/changelog shadow-4.0.18.2/debian/changelog
--- shadow-4.0.18.2/debian/changelog
+++ shadow-4.0.18.2/debian/changelog
@@ -1,10 +1,3 @@
-shadow (1:4.0.18.2-1.1) UNRELEASED; urgency=low
-
-  * Non-maintainer upload.
-  * usermod: make usermod -d and -m work independant of the argument order.
-
- -- Justin Pryzby <[EMAIL PROTECTED]>  Fri, 16 Nov 2007 08:48:40 -0500
-
 shadow (1:4.0.18.2-1) unstable; urgency=low
 
   * The "Vacherin" release.



--- End Message ---
--- Begin Message ---
Source: shadow
Source-Version: 1:4.1.0-1

We believe that the bug you reported is fixed in the latest version of
shadow, which is due to be installed in the Debian FTP archive:

login_4.1.0-1_i386.deb
  to pool/main/s/shadow/login_4.1.0-1_i386.deb
passwd_4.1.0-1_i386.deb
  to pool/main/s/shadow/passwd_4.1.0-1_i386.deb
shadow_4.1.0-1.diff.gz
  to pool/main/s/shadow/shadow_4.1.0-1.diff.gz
shadow_4.1.0-1.dsc
  to pool/main/s/shadow/shadow_4.1.0-1.dsc
shadow_4.1.0.orig.tar.gz
  to pool/main/s/shadow/shadow_4.1.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <[EMAIL PROTECTED]> (supplier of updated shadow package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 12 Jan 2008 20:40:02 +0100
Source: shadow
Binary: login passwd
Architecture: source i386
Version: 1:4.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Shadow package maintainers <[EMAIL PROTECTED]>
Changed-By: Christian Perrier <[EMAIL PROTECTED]>
Description: 
 login      - system login tools
 passwd     - change and administer password and group data
Closes: 447747 451518 451521 452291 452296 454485 454584
Changes: 
 shadow (1:4.1.0-1) unstable; urgency=low
 .
   [ Nicolas FRANCOIS (Nekral) ]
   * The "Bleu d'Auvergne" release
   * New upstream release. This closes the following bugs:
     - usermod: Make usermod options independent of the argument order.
       Closes: #451518
     - login: Improve logging of login when the user's passwd entry could not
       be retrieved.  Closes: #451521
     - Updated Russian translations. Thanks to Yuri Kozlov <[EMAIL PROTECTED]>.
       Closes: #452291, #452296
     - Section of newgrp fixed in the gshadow manpage. Closes: #454485
     - Remove patches applied upstream:
       + 468_duplicate_passwd_struct_before_usage
       + 495_salt_stack_smash
       + 397_non_numerical_identifier
       + 405_su_no_pam_end_before_exec
       + 493_pwck_no_SHADOWPWD
       + 497_newgrp_primary_group
       + 409_man_generate_from_PO
       + 410_newgrp_man_mention_sg
       + 411_chpasswd_document_no_pam
       + 494_passwd_lock
       + 417_passwd_warndays
     - Updated patches:
       + debian/patches/504_undef_USE_PAM.dpatch
         MD5_CRYPT_ENAB is back in login.defs to define the default crypt
         algorithm. It is tagged as deprecated and ENCRYPT_METHOD is
         recommended instead. New algorithms are also available.
         Closes: #447747
   * Debian packaging fixes:
     - debian/rules: compile with -W -Wall
     - debian/rules: large files are now supported by configure. Remove
       -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 from
       CFLAGS.
     - 479_chowntty_debug was debian specific. Renamed to 579_chowntty_debug
     - Remove (not applied patch) 419_time_structures.dpatch. All its chunks
       are already applied upstream (with some differences), except one chunk
       which comes from 008_login_log_failure_in_FTMP. Fix
       008_login_log_failure_in_FTMP. This should fix some bugs causing invalid
       faillog entries on 64 bit architectures with 32 bit compatibility.
     - debian/securetty.linux: Add ttyS1. Better comments for the ttyS and xen
       consoles. Add a note for the devfs consoles. They are no more needed for
       most users. Closes: #454584
 .
   [ Christian Perrier ]
   * debian/control
     - Updated to Standards: 3.7.3.0 (checked, no change needed)
Files: 
 977492375a314b0f29151e1bb04087bd 1041 admin required shadow_4.1.0-1.dsc
 c25eb47acbed087ee795bdc16d3bd6b1 2651512 admin required 
shadow_4.1.0.orig.tar.gz
 04e0877eccdc189c3eb99b0bc011a6bd 81158 admin required shadow_4.1.0-1.diff.gz
 723abc09f0d3088b9e5fc27655da10c7 804454 admin required passwd_4.1.0-1_i386.deb
 1f2cf1fffe2474ea9db849d00de00e11 819076 admin required login_4.1.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHiT2Z1OXtrMAUPS0RAvlnAJsEAOoDxO2G1GGu8HJJEnQxvIX5DQCgnIWG
M6f32UNUk+CU0KLvcehcKps=
=6v43
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to