]> git.pld-linux.org Git - packages/coreutils.git/blob - coreutils-getgid.patch
- updated
[packages/coreutils.git] / coreutils-getgid.patch
1 --- coreutils-6.10/man/Makefile.am.orig 2008-01-11 11:34:22.000000000 +0100
2 +++ coreutils-6.10/man/Makefile.am      2008-03-02 02:14:20.884410857 +0100
3 @@ -59,6 +59,7 @@
4  false.1:       $(common_dep)   $(srcdir)/false.x       ../src/false.c
5  fmt.1:         $(common_dep)   $(srcdir)/fmt.x         ../src/fmt.c
6  fold.1:                $(common_dep)   $(srcdir)/fold.x        ../src/fold.c
7 +getgid.1:      $(common_dep)   $(srcdir)/getgid.x      ../src/getgid.c
8  groups.1:      $(common_dep)   $(srcdir)/groups.x      ../src/groups.c
9  head.1:                $(common_dep)   $(srcdir)/head.x        ../src/head.c
10  hostid.1:      $(common_dep)   $(srcdir)/hostid.x      ../src/hostid.c
11 diff -Nur coreutils-4.5.3.orig/man/getgid.1 coreutils-4.5.3/man/getgid.1
12 --- coreutils-4.5.3.orig/man/getgid.1   Thu Jan  1 01:00:00 1970
13 +++ coreutils-4.5.3/man/getgid.1        Sun Oct 27 21:40:54 2002
14 @@ -0,0 +1,22 @@
15 +.TH GETGID "1" "October 2002" "getgid (coreutils) 4.5.3" "User Commands"
16 +.SH NAME
17 +getgid \- print ID of given group
18 +.SH SYNOPSIS
19 +.B getgid
20 +\fIGROUPNAME\fR
21 +.SH DESCRIPTION
22 +.PP
23 +Print group ID for GROUPNAME.
24 +.PP
25 +Without any OPTION, print usage information.
26 +.SH AUTHOR
27 +Written by Artur Frysiak.
28 +.SH "REPORTING BUGS"
29 +Report bugs to <feedback@pld.org.pl>.
30 +.SH COPYRIGHT
31 +Copyright \(co 1999 Artur Frysiak.
32 +.br
33 +This is free software; see the source for copying conditions.  There is NO
34 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35 +.SH "SEE ALSO"
36 +.BR id (1)
37 --- coreutils-4.5.3.orig/man/getgid.x   2007-02-13 17:29:53.000000000 +0100
38 +++ coreutils-4.5.3.orig/man/getgid.x   2008-08-08 20:54:14.890808765 +0200
39 @@ -0,0 +1,4 @@
40 +[NAME]
41 +getgid \- print ID of given group
42 +[DESCRIPTION]
43 +.\" Add any additional description here
44 diff -Nur coreutils-4.5.3.orig/man/pl/getgid.1 coreutils-4.5.3/man/pl/getgid.1
45 --- coreutils-4.5.3.orig/man/pl/getgid.1        Thu Jan  1 01:00:00 1970
46 +++ coreutils-4.5.3/man/pl/getgid.1     Sun Oct 27 21:46:48 2002
47 @@ -0,0 +1,22 @@
48 +.TH GETGID "1" "Pa¼dziernik 2002" "getgid (coreutils) 4.5.3" "Polecenia u¿ytkownika"
49 +.SH NAZWA
50 +getgid \- wypisuje identyfikator podanej grupy
51 +.SH SK£ADNIA
52 +.B getgid
53 +\fINAZWA-GRUPY\fR
54 +.SH OPIS
55 +.PP
56 +Wypisuje identyfikator grupy NAZWA-GRUPY.
57 +.PP
58 +Bez ¿adnych opcji podaje sposób u¿ycia.
59 +.SH AUTOR
60 +Napisane przez Artura Frysiaka.
61 +.SH "ZG£ASZANIE B£ÊDÓW"
62 +B³êdy proszê zg³aszaæ (w jêz. polskim lub angielskim) pod <feedback@pld.org.pl>.
63 +.SH COPYRIGHT
64 +Copyright \(co 1999 Artur Frysiak.
65 +.br
66 +This is free software; see the source for copying conditions.  There is NO
67 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
68 +.SH ZOBACZ TAK¯E
69 +.BR id (1)
70 --- coreutils-6.10/src/Makefile.am.orig 2008-03-02 02:12:29.418058752 +0100
71 +++ coreutils-6.10/src/Makefile.am      2008-03-02 02:14:46.205853844 +0100
72 @@ -36,7 +36,7 @@
73    cat cksum comm csplit cut expand fmt fold head join md5sum \
74    nl od paste pr ptx sha1sum sha224sum sha256sum sha384sum sha512sum \
75    shuf sort split sum tac tail tr tsort unexpand uniq wc \
76 -  basename date dirname echo env expr factor false \
77 +  basename date dirname echo env expr factor false getgid \
78    id kill logname pathchk printenv printf pwd \
79    runcon seq sleep tee \
80    test true tty whoami yes \
81 diff -Nur coreutils-4.5.3.orig/src/getgid.c coreutils-4.5.3/src/getgid.c
82 --- coreutils-4.5.3.orig/src/getgid.c   Thu Jan  1 01:00:00 1970
83 +++ coreutils-4.5.3/src/getgid.c        Sun Oct 27 21:52:01 2002
84 @@ -0,0 +1,80 @@
85 +/* getgid - print GID of given group
86 +   Copyright (C) 1999 Artur Frysiak <wiget@pld-linux.org>
87 +
88 +   This program is free software; you can redistribute it and/or modify
89 +   it under the terms of the GNU General Public License as published by
90 +   the Free Software Foundation; either version 2, or (at your option)
91 +   any later version.
92 +
93 +   This program is distributed in the hope that it will be useful,
94 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
95 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
96 +   GNU General Public License for more details.
97 +
98 +   You should have received a copy of the GNU General Public License
99 +   along with this program; if not, write to the Free Software Foundation,
100 +   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
101 +
102 +#include <config.h>
103 +#include <grp.h>
104 +#include <sys/types.h>
105 +#include "system.h"
106 +
107 +#define PROGRAM_NAME "getgid"
108 +
109 +#define AUTHORS proper_name ("Artur Frysiak")
110 +
111 +/* The name by which this program was run. */
112 +char *program_name;
113 +
114 +void
115 +usage (int status)
116 +{
117 +  if (status != EXIT_SUCCESS)
118 +    fprintf (stderr, _("Try `%s --help' for more information.\n"),
119 +             program_name);
120 +  else
121 +    {
122 +      printf (_("\
123 +Usage: %s [OPTION]... [FILE]...\n\
124 +"),
125 +              program_name);
126 +      fputs (_("\
127 +Prints ID of given group name.\
128 +\n\
129 +"), stdout);
130 +      fputs (HELP_OPTION_DESCRIPTION, stdout);
131 +      fputs (VERSION_OPTION_DESCRIPTION, stdout);
132 +      emit_bug_reporting_address ();
133 +    }
134 +  exit (status);
135 +}
136 +
137 +int main(int argc, char **argv)
138 +{
139 +       struct group    *gr;
140 +       int             retval;
141 +
142 +       initialize_main (&argc, &argv);
143 +       program_name = argv[0];
144 +
145 +       setlocale (LC_ALL, "");
146 +       bindtextdomain (PACKAGE, LOCALEDIR);
147 +       textdomain (PACKAGE);
148 +
149 +       atexit (close_stdout);
150 +
151 +       if (argc > 1) {
152 +               gr = getgrnam(argv[1]);
153 +               if (gr) {
154 +                       printf("%d\n",gr->gr_gid);
155 +                       retval = 0;
156 +               } else {
157 +                       retval = 1;
158 +               }
159 +       } else {
160 +               usage(retval);
161 +       }
162 +       return (retval ? EXIT_FAILURE : EXIT_SUCCESS);
163 +}
164 +
165 --- coreutils-4.5.3/po/POTFILES.in.orig Mon Jul  1 23:26:55 2002
166 +++ coreutils-4.5.3/po/POTFILES.in      Fri Nov  1 02:25:41 2002
167 @@ -61,6 +61,7 @@
168  src/false.c
169  src/fmt.c
170  src/fold.c
171 +src/getgid.c
172  src/group-list.c
173  src/groups.c
174  src/head.c
175 --- coreutils-6.10/po/pl.po.orig        2008-03-02 02:12:29.526064907 +0100
176 +++ coreutils-6.10/po/pl.po     2008-03-02 02:15:20.139787629 +0100
177 @@ -3885,6 +3885,15 @@
178  msgid "invalid number of columns: %s"
179  msgstr "b³êdna liczba kolumn: %s"
180  
181 +#: src/getgid.c:37
182 +#, c-format
183 +msgid ""
184 +"Usage:\n"
185 +"\t%s groupname\n"
186 +msgstr ""
187 +"Sk³adnia:\n"
188 +"\t%s nazwa-grupy\n"
189 +
190  #: src/group-list.c:68 src/id.c:313 src/setuidgid.c:186
191  #, c-format
192  msgid "failed to get groups for user %s"
This page took 0.088679 seconds and 3 git commands to generate.