]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fixed setgroups patch (builds now)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 24 Jun 2001 22:45:30 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized

Changed files:
    LPRng-setgroups.patch -> 1.2
    LPRng.spec -> 1.63

LPRng-setgroups.patch
LPRng.spec

index 5541457fcc1a0530876dd5fb2685d6a685c5e2a9..6e9fc56d8af4a1013bfe0c4158ef9875e56a6be9 100644 (file)
@@ -1,11 +1,13 @@
 --- LPRng-3.7.4/src/common/utilities.c.setgroups       Thu Jun  7 13:21:44 2001
 +++ LPRng-3.7.4/src/common/utilities.c Thu Jun  7 13:26:48 2001
-@@ -16,6 +16,10 @@
+@@ -16,6 +16,12 @@
  #include "getopt.h"
  #include "errorcodes.h"
  
 +/* for setgroups */
-+#define _BSD_SOURCE
++#ifndef _BSD_SOURCE
++#  define _BSD_SOURCE
++#endif
 +#include <grp.h>
 +
  /**** ENDINCLUDE ****/
index 002d0129b74d9ecdac96ba2494b1ee54004b7180..296b1875fa96338f09cc771ad8a59999ef0ab800 100644 (file)
@@ -4,8 +4,9 @@ Name:           LPRng
 Version:       3.7.4
 Release:       25
 License:       GPL
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 Source0:       ftp://ftp.astart.com/pub/LPRng/LPRng/%{name}-%{version}.tgz
 Source1:       %{name}.init
 Source2:       %{name}.conf
@@ -15,7 +16,7 @@ Patch2:               %{name}-inet_ntop.patch
 Patch3:                %{name}-direct.patch
 Patch4:                %{name}-manpage.patch
 Patch5:                %{name}-shutdown.patch
-Patch6:        %{name}-lockfile.patch
+Patch6:                %{name}-lockfile.patch
 Patch7:                %{name}-setgroups.patch
 BuildRequires: autoconf
 BuildRequires: gettext-devel
This page took 0.113197 seconds and 4 git commands to generate.