diff options
author | davidovski <david@davidovski.xyz> | 2023-05-17 17:02:25 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-05-17 17:03:10 +0000 |
commit | a5ee6fa1836ed3986be333d6c9b4eed8d639636b (patch) | |
tree | ea481e4c98374c67be4188e99c297c36402ad346 /repo/schroot/remove-networks.patch | |
parent | 0d37a1ef234c38b27faba43bc3a22f985d311deb (diff) |
Add schroot
Diffstat (limited to 'repo/schroot/remove-networks.patch')
-rw-r--r-- | repo/schroot/remove-networks.patch | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/repo/schroot/remove-networks.patch b/repo/schroot/remove-networks.patch new file mode 100644 index 0000000..7506669 --- /dev/null +++ b/repo/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 + |