summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/openrc/files/openrc-0.5.2-fix-default-domain.patch')
-rw-r--r--sys-apps/openrc/files/openrc-0.5.2-fix-default-domain.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/openrc/files/openrc-0.5.2-fix-default-domain.patch b/sys-apps/openrc/files/openrc-0.5.2-fix-default-domain.patch
deleted file mode 100644
index c172886dac61..000000000000
--- a/sys-apps/openrc/files/openrc-0.5.2-fix-default-domain.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 3c8ea5896a8c7a6f7cc97cff1bd7b3c8a5739a61 Mon Sep 17 00:00:00 2001
-From: Roy Marples <roy@marples.name>
-Date: Sun, 25 Oct 2009 00:03:20 +0100
-Subject: [PATCH 1/3] Fix default domain
-
----
- init.d/network.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/init.d/network.in b/init.d/network.in
-index 5e60963..7f64b17 100644
---- a/init.d/network.in
-+++ b/init.d/network.in
-@@ -174,7 +174,7 @@ start()
- {
- local cr=0 r= int= intv= cmd= args= upcmd=
-
-- if [ -z "$domainname" && -s /etc/defaultdomain ]; then
-+ if [ -z "$domainname" -a -s /etc/defaultdomain ]; then
- domainname=$(cat /etc/defaultdomain)
- fi
- if [ -n "$domainname" ]; then
---
-1.6.4.4
-