diff options
author | Danct12 <danct12@disroot.org> | 2020-02-21 21:52:45 +0700 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-21 14:11:17 -0300 |
commit | b94680c47045c5341cb09867067098a02b00024e (patch) | |
tree | d8a8d9f47deab0d2312ec45d343cfa2fbaae3967 /testing/schroot/remove-networks.patch | |
parent | 36e1ff18b4cab3b07307c1f87e37233549a19049 (diff) | |
download | aports-b94680c47045c5341cb09867067098a02b00024e.tar.bz2 aports-b94680c47045c5341cb09867067098a02b00024e.tar.xz |
testing/schroot: new aport
Signed-off-by: Danct12 <danct12@disroot.org>
Diffstat (limited to 'testing/schroot/remove-networks.patch')
-rw-r--r-- | testing/schroot/remove-networks.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/schroot/remove-networks.patch b/testing/schroot/remove-networks.patch new file mode 100644 index 0000000000..7506669348 --- /dev/null +++ b/testing/schroot/remove-networks.patch @@ -0,0 +1,41 @@ +From e59bc1b6c6535ec8ab8a57004351718ab2677196 Mon Sep 17 00:00:00 2001 +From: Andrea Brancaleoni <abc@pompel.me> +Date: Wed, 19 Sep 2018 12:36:41 +0200 +Subject: [PATCH] remove networks + +--- + etc/profile-templates/buildd/all/copyfiles | 1 - + etc/profile-templates/default/all/nssdatabases | 1 - + etc/profile-templates/desktop/all/nssdatabases | 1 - + 3 files changed, 3 deletions(-) + +diff --git etc/profile-templates/buildd/all/copyfiles etc/profile-templates/buildd/all/copyfiles +index fe18fb3..2469d3e 100644 +--- a/etc/profile-templates/buildd/all/copyfiles ++++ b/etc/profile-templates/buildd/all/copyfiles +@@ -3,4 +3,3 @@ + # <source and destination> + /etc/hosts + /etc/resolv.conf +-/etc/networks +diff --git etc/profile-templates/default/all/nssdatabases etc/profile-templates/default/all/nssdatabases +index a9f1319..22efe1b 100644 +--- a/etc/profile-templates/default/all/nssdatabases ++++ b/etc/profile-templates/default/all/nssdatabases +@@ -1,4 +1,3 @@ + services + protocols +-networks + hosts +diff --git etc/profile-templates/desktop/all/nssdatabases etc/profile-templates/desktop/all/nssdatabases +index a9f1319..22efe1b 100644 +--- a/etc/profile-templates/desktop/all/nssdatabases ++++ b/etc/profile-templates/desktop/all/nssdatabases +@@ -1,4 +1,3 @@ + services + protocols +-networks + hosts +-- +2.19.0 + |