aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/etc/X11/xinit/xinitrc.d/80-gnunet-user-services1
-rw-r--r--debian/gnunet.postinst3
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/etc/X11/xinit/xinitrc.d/80-gnunet-user-services b/debian/etc/X11/xinit/xinitrc.d/80-gnunet-user-services
index aff1dd78c..d780b0e8e 100644
--- a/debian/etc/X11/xinit/xinitrc.d/80-gnunet-user-services
+++ b/debian/etc/X11/xinit/xinitrc.d/80-gnunet-user-services
@@ -9,7 +9,6 @@ if [ "$gnunet_proxy" ]; then
9 port=$((8000+$(id -u "$user"))) 9 port=$((8000+$(id -u "$user")))
10 10
11 gnunet-config -c "$HOME/.config/gnunet.conf" \ 11 gnunet-config -c "$HOME/.config/gnunet.conf" \
12 --rewrite \
13 --section=gns-proxy \ 12 --section=gns-proxy \
14 --option=OPTIONS \ 13 --option=OPTIONS \
15 --value="-p $port" 14 --value="-p $port"
diff --git a/debian/gnunet.postinst b/debian/gnunet.postinst
index 07e5202e8..b6317f5be 100644
--- a/debian/gnunet.postinst
+++ b/debian/gnunet.postinst
@@ -149,12 +149,10 @@ EOF
149 fi 149 fi
150 port=$((8000+$(id -u "${users[$i]}"))) 150 port=$((8000+$(id -u "${users[$i]}")))
151 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \ 151 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \
152 --rewrite \
153 --section=gns-proxy \ 152 --section=gns-proxy \
154 --option=IMMEDIATE_START \ 153 --option=IMMEDIATE_START \
155 --value=YES 154 --value=YES
156 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \ 155 gnunet-config -c "${homedirs[$i]}/.config/gnunet.conf" \
157 --rewrite \
158 --section=gns-proxy \ 156 --section=gns-proxy \
159 --option=OPTIONS \ 157 --option=OPTIONS \
160 --value="-p $port" 158 --value="-p $port"
@@ -180,7 +178,6 @@ if [ "$gnunet_proxy" ]; then
180 port=$((8000+$(id -u $user))) 178 port=$((8000+$(id -u $user)))
181 179
182 gnunet-config -c $HOME/.config/gnunet.conf \ 180 gnunet-config -c $HOME/.config/gnunet.conf \
183 --rewrite \
184 --section=gns-proxy \ 181 --section=gns-proxy \
185 --option=OPTIONS \ 182 --option=OPTIONS \
186 --value="-p $port" 183 --value="-p $port"