]> git.pld-linux.org Git - packages/bridge-utils.git/blobdiff - bridge-utils-rootonly.patch
- orphaned, outdated
[packages/bridge-utils.git] / bridge-utils-rootonly.patch
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.064834 seconds and 4 git commands to generate.