From bafd63c656672601b37f6e38a447851d55453e4b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 22 Oct 2019 16:41:10 +0200 Subject: [PATCH] TT#51701 Switch from deprecated /var/run to /run The upstream parts will get updated when we switch to the next upstream release as they have already been merged in upstream's master from the pull request . Change-Id: I6408ee3d47d87be9bbe719b0e6da41e85d875764 --- debian/ngcp-kamailio.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ngcp-kamailio.postinst b/debian/ngcp-kamailio.postinst index aba849f15..bff179c2e 100644 --- a/debian/ngcp-kamailio.postinst +++ b/debian/ngcp-kamailio.postinst @@ -3,7 +3,7 @@ set -e -HOMEDIR=/var/run/kamailio +HOMEDIR=/run/kamailio case "$1" in configure)