]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- updated to 2.6.90
authormisi3k <misi3k@pld-linux.org>
Tue, 17 Aug 2004 17:59:04 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils-f-option.patch -> 1.2
    pwdutils.spec -> 1.37

pwdutils-f-option.patch
pwdutils.spec

index 71e6cced5ffa5a3425af9291a500133a43e2cb1d..37ce8379a6f81966620b3acfbac0ebf1d1ce5291 100644 (file)
@@ -1,15 +1,14 @@
-diff -urN pwdutils-2.6.4.org/src/groupadd.c pwdutils-2.6.4/src/groupadd.c
---- pwdutils-2.6.4.org/src/groupadd.c  2004-06-12 15:07:20.538718288 +0200
-+++ pwdutils-2.6.4/src/groupadd.c      2004-06-12 15:12:56.616626680 +0200
-@@ -475,7 +475,10 @@
-     {                         /* Group does already exists.  */
+--- pwdutils-2.6.90/src/groupadd.c.orig        2004-08-16 08:05:50.000000000 +0000
++++ pwdutils-2.6.90/src/groupadd.c     2004-08-17 19:55:48.533394920 +0000
+@@ -486,7 +486,10 @@
        fprintf (stderr, _("%s: Group `%s' already exists.\n"),
               program, utf8_to_locale (new_group));
+       sec_log (program, MSG_GROUP_ALREADY_EXISTS, new_group, getuid ());
 -      return E_NAME_IN_USE;
 +      if (force_add)
-+        return E_SUCCESS;
++            return E_SUCCESS;
 +      else
-+        return E_NAME_IN_USE;
++            return E_NAME_IN_USE;
      }
    else
      {
index cf4c7fcd01929cf0ca599e83a4c6d4e0df274d15..4e0858b7dfdde8430b0701e3249927bfafbcae3e 100644 (file)
@@ -5,12 +5,12 @@
 Summary:       Utilities to manage the passwd and shadow user information
 Summary(pl):   Narzêdzia do zarz±dzania informacjami o u¿ytkownikach z passwd i shadow
 Name:          pwdutils
-Version:       2.6.4
-Release:       2
+Version:       2.6.90
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
-# Source0-md5: d2f4313ed1e8f40f47f336f6340eef54
+# Source0-md5: 477703b1d538d96a0747e2ef0ee0081d
 Source1:       %{name}.useradd
 Source2:       %{name}.rpasswdd.init
 Source3:       %{name}.login.defs
This page took 0.079588 seconds and 4 git commands to generate.