]> git.pld-linux.org Git - packages/shadow.git/commitdiff
- update to 4.0.18.1
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 Nov 2006 16:51:39 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shadow-pld.patch -> 1.20

shadow-pld.patch

index f09b3cf35880881d5f50fb27ce6466b5f030cf27..4ed7b970d9ed57b377acf523ab53630ced1c951c 100644 (file)
@@ -92,8 +92,8 @@
                        case 's':
                                if (!VALID (optarg)
                                    || (optarg[0]
---- shadow-4.0.16/src/groupadd.c~      2006-06-09 21:23:35.786172809 +0300
-+++ shadow-4.0.16/src/groupadd.c       2006-06-09 21:26:14.039716861 +0300
+--- shadow-4.0.16/src/groupadd.c       2006-06-09 21:26:14.039716861 +0300
++++ shadow-4.0.18.1/src/groupadd.c     2006-11-11 18:38:27.453562057 +0200
 @@ -72,6 +72,7 @@
  static int oflg = 0;          /* permit non-unique group ID to be specified with -g */
  static int gflg = 0;          /* ID value for the new group */
  
  #ifdef        NDBM
  extern int gr_dbm_mode;
-@@ -104,6 +104,7 @@
-                          "  -h, --help                        display this help message and exit\n"
+@@ -105,6 +106,7 @@
                           "  -K, --key KEY=VALUE               overrides /etc/login.defs defaults\n"
                           "  -o, --non-unique          allow create group with duplicate\n"
+                          "                            (non-unique) GID\n"
 +                         "  -r                                create a system account, with gid lower than usual\n"
-                          "                            (non-unique) GID\n"));
+                          "\n"));
        exit (E_USAGE);
  }
-@@ -197,8 +198,13 @@
+@@ -197,8 +199,13 @@
        const struct group *grp;
        gid_t gid_min, gid_max;
  
  
        /*
         * Start with some GID value if the user didn't provide us with
-@@ -412,7 +418,7 @@
+@@ -412,7 +419,7 @@
                };
  
                while ((c =
                                     &option_index)) != -1) {
                        switch (c) {
                        case 'f':
-@@ -463,6 +469,10 @@
+@@ -463,6 +470,10 @@
                        case 'o':
                                oflg++;
                                break;
This page took 0.1299 seconds and 4 git commands to generate.