]> 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,46 @@
85 +/* getgid - print GID of given group
86 +   Copyright (C) 1999 Artur Frysiak <wiget@pld.org.pl>
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 +int main(int argc, char **argv)
108 +{
109 +       struct group    *gr;
110 +       int             retval;
111 +
112 +       setlocale (LC_ALL, "");
113 +       bindtextdomain (PACKAGE, LOCALEDIR);
114 +       textdomain (PACKAGE);
115 +
116 +       if (argc > 1) {
117 +               gr = getgrnam(argv[1]);
118 +               if (gr) {
119 +                       printf("%d\n",gr->gr_gid);
120 +                       retval = 0;
121 +               } else {
122 +                       retval = 1;
123 +               }
124 +       } else {
125 +               printf(_("Usage:\n\t%s groupname\n"),argv[0]);
126 +               retval = 1;
127 +       }
128 +       return retval;
129 +}
130 +
131 --- coreutils-4.5.3/po/POTFILES.in.orig Mon Jul  1 23:26:55 2002
132 +++ coreutils-4.5.3/po/POTFILES.in      Fri Nov  1 02:25:41 2002
133 @@ -61,6 +61,7 @@
134  src/false.c
135  src/fmt.c
136  src/fold.c
137 +src/getgid.c
138  src/group-list.c
139  src/groups.c
140  src/head.c
141 --- coreutils-6.10/po/pl.po.orig        2008-03-02 02:12:29.526064907 +0100
142 +++ coreutils-6.10/po/pl.po     2008-03-02 02:15:20.139787629 +0100
143 @@ -3885,6 +3885,15 @@
144  msgid "invalid number of columns: %s"
145  msgstr "b³êdna liczba kolumn: %s"
146  
147 +#: src/getgid.c:37
148 +#, c-format
149 +msgid ""
150 +"Usage:\n"
151 +"\t%s groupname\n"
152 +msgstr ""
153 +"Sk³adnia:\n"
154 +"\t%s nazwa-grupy\n"
155 +
156  #: src/group-list.c:68 src/id.c:313 src/setuidgid.c:186
157  #, c-format
158  msgid "failed to get groups for user %s"
This page took 0.053665 seconds and 4 git commands to generate.