From afce34ff408dd20ddc44a54476ec36f4bf3e8dd4 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Wed, 19 Mar 2008 20:24:54 +0000 Subject: [PATCH] Updated patch to 4.1.1 --- debian/changelog | 1 + debian/patches/407_adduser_disable_PUG_with-n | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49587706..530d3f96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ shadow (1:4.1.1~rc1-1) UNRELEASED; urgency=low + debian/patches/542_useradd-O_option + debian/patches/401_cppw_src.dpatch + debian/patches/428_grpck_add_prune_option + + debian/patches/407_adduser_disable_PUG_with-n * debian/watch: Add a watch file for shadow. -- Nicolas FRANCOIS (Nekral) Sun, 24 Feb 2008 18:33:31 +0100 diff --git a/debian/patches/407_adduser_disable_PUG_with-n b/debian/patches/407_adduser_disable_PUG_with-n index c126a6ce..b71c2f3a 100644 --- a/debian/patches/407_adduser_disable_PUG_with-n +++ b/debian/patches/407_adduser_disable_PUG_with-n @@ -61,8 +61,8 @@ Index: shadow-4.1.0/src/useradd.c {NULL, 0, NULL, '\0'} }; while ((c = -- getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:mMop:rs:u:", -+ getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:mMnop:rs:u:", +- getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:lmMop:rs:u:", ++ getopt_long (argc, argv, "b:c:d:De:f:g:G:k:O:K:lmMnop:rs:u:", long_options, NULL)) != -1) { switch (c) { case 'b':