aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.config
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-28 11:19:30 +0100
commite9d73b0a901d7dfe1fd219aecc960747e7c49483 (patch)
tree94f835cf56a1feb453a1f65534e28334c6e258f8 /debian/gnunet.config
parentdebba1a49a46ba963553da222ade563d6d67932b (diff)
downloadgnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.tar.gz
gnunet-e9d73b0a901d7dfe1fd219aecc960747e7c49483.zip
import Debian build rules, split off libgnunet
Diffstat (limited to 'debian/gnunet.config')
-rw-r--r--debian/gnunet.config22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/gnunet.config b/debian/gnunet.config
new file mode 100644
index 000000000..6daa6818e
--- /dev/null
+++ b/debian/gnunet.config
@@ -0,0 +1,22 @@
1#!/bin/sh
2
3set -e
4
5. /usr/share/debconf/confmodule
6
7db_input low gnunet-systempeer/username || true
8db_go
9
10db_input low gnunet-systempeer/groupname || true
11db_go
12
13db_input medium gnunet-systempeer/autostart || true
14db_go
15
16db_input medium gnunet-dns/libnsswitch || true
17db_go
18
19db_input medium gnunet-user/proxy || true
20db_go
21
22db_stop