]> git.pld-linux.org Git - packages/bridge-utils.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:28 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bridge-utils-opt.patch -> 1.5
    bridge-utils-rootonly.patch -> 1.3

bridge-utils-opt.patch [deleted file]
bridge-utils-rootonly.patch [deleted file]

diff --git a/bridge-utils-opt.patch b/bridge-utils-opt.patch
deleted file mode 100644 (file)
index 53a9efd..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -urN bridge-utils.org/brctl/Makefile bridge-utils/brctl/Makefile
---- bridge-utils.org/brctl/Makefile    Sun May  6 17:36:23 2001
-+++ bridge-utils/brctl/Makefile        Sun May  6 17:37:30 2001
-@@ -1,10 +1,10 @@
- all:                  brctl brctld
- brctl:                        brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
--                      gcc -Wall -g -o brctl brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
-+                      gcc -Wall $(OPT) -g -o brctl brctl.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
- brctld:                       brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
--                      gcc -Wall -g -o brctld brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
-+                      gcc -Wall $(OPT) -g -o brctld brctld.o brctl_cmd.o brctl_disp.o ../libbridge/libbridge.a
- clean:
-                       rm -f *.o
-@@ -13,13 +13,13 @@
-                       rm -f core
- brctl.o:              brctl.c brctl.h
--                      gcc -I../libbridge -Wall -c -g -o brctl.o brctl.c
-+                      gcc -I../libbridge -Wall $(OPT) -c -g -o brctl.o brctl.c
- brctld.o:             brctld.c brctl.h
--                      gcc -I../libbridge -Wall -c -g -o brctld.o brctld.c
-+                      gcc -I../libbridge -Wall $(OPT) -c -g -o brctld.o brctld.c
- brctl_cmd.o:          brctl_cmd.c brctl.h
--                      gcc -I../libbridge -Wall -c -g -o brctl_cmd.o brctl_cmd.c
-+                      gcc -I../libbridge -Wall $(OPT) -c -g -o brctl_cmd.o brctl_cmd.c
- brctl_disp.o:         brctl_disp.c brctl.h
--                      gcc -I../libbridge -Wall -c -g -o brctl_disp.o brctl_disp.c
-+                      gcc -I../libbridge -Wall $(OPT) -c -g -o brctl_disp.o brctl_disp.c
-diff -urN bridge-utils.org/libbridge/Makefile bridge-utils/libbridge/Makefile
---- bridge-utils.org/libbridge/Makefile        Sun May  6 17:36:23 2001
-+++ bridge-utils/libbridge/Makefile    Sun May  6 17:37:42 2001
-@@ -1,5 +1,5 @@
- CC = gcc
--CFLAGS = -Wall -g
-+CFLAGS = -Wall -g $(OPT)
- all:                  libbridge.a
-diff -urN bridge-utils.org/misc/Makefile bridge-utils/misc/Makefile
---- bridge-utils.org/misc/Makefile     Sun May  6 17:36:23 2001
-+++ bridge-utils/misc/Makefile Sun May  6 17:37:53 2001
-@@ -1,5 +1,5 @@
- CC=gcc
--CFLAGS=-Wall -g 
-+CFLAGS=-Wall -g $(OPT)
- all:          bidi tap
diff --git a/bridge-utils-rootonly.patch b/bridge-utils-rootonly.patch
deleted file mode 100644 (file)
index 76799f5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- brctl/brctld.c.orig        Fri Dec  7 15:23:31 2001
-+++ brctl/brctld.c     Mon Mar  3 11:03:01 2003
-@@ -161,6 +161,11 @@
-       int sock;
-       int x;
-+        if (getuid() != 0) {
-+                fprintf(stderr, "must be run as root...\n");
-+                return 1;
-+        }
-+
-       if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0) {
-               perror("socket");
-               return 1;
This page took 0.099071 seconds and 4 git commands to generate.